Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 12, 2024
1 parent ad5f1c0 commit 36d808d
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ export default defineConfig({
title: "Usage",
description: "Schema for CLIs",
lastUpdated: true,
markdown: {
// languages: [
// "kdl"
// ]
},
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
nav: [
Expand All @@ -23,7 +28,21 @@ export default defineConfig({
],

socialLinks: [
{ icon: 'github', link: 'https://github.com/vuejs/vitepress' }
]
{ icon: 'github', link: 'https://github.com/jdx/usage' }
],
editLink: {
pattern: 'https://github.com/jdx/usage/edit/main/:path',
},
// carbonAds: {
// code: 'CWYIPKQN',
// placement: 'misejdxdev',
// },
search: {
provider: 'local'
},
footer: {
message: 'Licensed under the MIT License. Maintained by <a href="https://github.com/jdx">@jdx</a> and <a href="https://github.com/jdx/usage/graphs/contributors">friends</a>.',
copyright: 'Copyright © 2024 <a href="https://github.com/jdx">@jdx</a>',
},
}
})

0 comments on commit 36d808d

Please sign in to comment.