diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index a00bf17..cef7118 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -9,7 +9,7 @@ export default defineConfig({ // https://vitepress.dev/reference/default-theme-config nav: [ { text: 'Home', link: '/' }, - { text: 'Examples', link: '/markdown-examples' } + { text: 'Examples', link: '/markdown-examples' }, { text: 'Version-1', link: '/Version-1' } ],