From b29a9adfe1f891ecc33075dd24226642c5b690fe Mon Sep 17 00:00:00 2001 From: Daniel Loos Date: Thu, 23 May 2024 16:18:13 +0200 Subject: [PATCH] Fix types entry --- docs/src/.vitepress/config.mts | 2 ++ 1 file changed, 2 insertions(+) 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' },