We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d944b53 commit 4fb50b7Copy full SHA for 4fb50b7
docs/.vitepress/config.mts
@@ -8,7 +8,10 @@ export default defineConfig({
8
// https://vitepress.dev/reference/default-theme-config
9
nav: [
10
{ text: 'Home', link: '/' },
11
+ { text: 'Blog', link: '/pagesinfo' }
12
+ { text: 'API', link: '/api-examples' }
13
{ text: 'Examples', link: '/markdown-examples' }
14
+ { text: 'Devtopberfest', link: '/markdown-examples' }
15
],
16
17
sidebar: [
@@ -17,6 +20,7 @@ export default defineConfig({
20
items: [
18
21
{ text: 'Markdown Examples', link: '/markdown-examples' },
19
22
{ text: 'Runtime API Examples', link: '/api-examples' }
23
+ { text: 'Pagesinfo', link: '/pagesinfo' }
24
]
25
}
26
0 commit comments