Skip to content

Commit 4fb50b7

Browse files
authored
Update navigation and sidebar links in Vitepress configuration
1 parent d944b53 commit 4fb50b7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/.vitepress/config.mts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ export default defineConfig({
88
// https://vitepress.dev/reference/default-theme-config
99
nav: [
1010
{ text: 'Home', link: '/' },
11+
{ text: 'Blog', link: '/pagesinfo' }
12+
{ text: 'API', link: '/api-examples' }
1113
{ text: 'Examples', link: '/markdown-examples' }
14+
{ text: 'Devtopberfest', link: '/markdown-examples' }
1215
],
1316

1417
sidebar: [
@@ -17,6 +20,7 @@ export default defineConfig({
1720
items: [
1821
{ text: 'Markdown Examples', link: '/markdown-examples' },
1922
{ text: 'Runtime API Examples', link: '/api-examples' }
23+
{ text: 'Pagesinfo', link: '/pagesinfo' }
2024
]
2125
}
2226
],

0 commit comments

Comments
 (0)