Skip to content

Commit

Permalink
Merge pull request #28 from kitbagjs/docs-updates
Browse files Browse the repository at this point in the history
matching config to other kitbag projects
  • Loading branch information
stackoverfloweth authored Dec 25, 2024
2 parents 6b2a9da + cb6c13a commit ee1f4b7
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,15 @@ export default defineConfig({
themeConfig: {
logo: '/kitbag-logo-circle.svg',
siteTitle: 'Kitbag Mapper',

editLink: {
pattern: 'https://github.com/kitbagjs/mapper/edit/main/docs/:path',
text: 'Suggest changes to this page',
},

// https://vitepress.dev/reference/default-theme-config
nav: [
{ text: 'Guide', link: '/defining-profiles' },
{ text: 'API', link: '/api' }
// { text: 'API', link: '/api' }
],

sidebar: {
Expand Down Expand Up @@ -88,7 +92,7 @@ export default defineConfig({
},
{ icon: 'github', link: 'https://github.com/kitbagjs/mapper' },
{ icon: 'discord', link: 'https://discord.gg/zw7dpcc5HV' },
{ icon: 'npm', link: 'https://www.npmjs.com/package/@kitbag/router' },
{ icon: 'npm', link: 'https://www.npmjs.com/package/@kitbag/mapper' },
]
}
})

0 comments on commit ee1f4b7

Please sign in to comment.