diff --git a/docs/src/.vitepress/config.mts b/docs/src/.vitepress/config.mts index e6f86a4d..8aced75e 100644 --- a/docs/src/.vitepress/config.mts +++ b/docs/src/.vitepress/config.mts @@ -39,6 +39,7 @@ export default defineConfig({ { text: 'User Guide', items: [ + { text: 'Types', link: '/UserGuide/types' }, { text: 'Read', link: '/UserGuide/read' }, { text: 'Write', link: '/UserGuide/write' }, { text: 'Convert', link: '/UserGuide/convert' }, @@ -84,6 +85,7 @@ export default defineConfig({ { text: 'User Guide', items: [ + { text: 'Types', link: '/UserGuide/types' }, { text: 'Read', link: '/UserGuide/read' }, { text: 'Write', link: '/UserGuide/write' }, { text: 'Convert', link: '/UserGuide/convert' },