Skip to content

Commit

Permalink
Add badges link
Browse files Browse the repository at this point in the history
  • Loading branch information
melontini committed Apr 10, 2024
1 parent 9a43fc2 commit 1ad5d62
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export default defineConfig({
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
logo: { src: '/logo.png', width: 24, height: 24 },
externalLinkIcon: true,

editLink: {
pattern: 'https://github.com/constellation-mc/commander/edit/documentation/docs/:path'
Expand Down
8 changes: 7 additions & 1 deletion docs/.vitepress/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,13 @@ export const en = defineConfig({
{ text: 'Welcome!', link: '/' },
{ text: 'Events', link: '/Events' },
{ text: 'Commands', link: '/Commands' },
{ text: 'Arithmetica', link: '/Arithmetica' }
{ text: 'Arithmetica', link: '/Arithmetica' },
]
},
{
text: 'Meta',
items: [
{ text: 'Badges', link: 'https://github.com/constellation-mc/commander/discussions/3' }
]
}
]
Expand Down

0 comments on commit 1ad5d62

Please sign in to comment.