diff --git a/docs/src/.vitepress/config.mts b/docs/src/.vitepress/config.mts index 62cd8aa8..09bc71d5 100644 --- a/docs/src/.vitepress/config.mts +++ b/docs/src/.vitepress/config.mts @@ -47,6 +47,7 @@ export default defineConfig({ { text: 'Select', link: '/UserGuide/select' }, { text: 'Compute', link: '/UserGuide/compute' }, { text: 'Chunk', link: '/UserGuide/chunk' }, + { text: 'Cache', link: '/UserGuide/cache' }, { text: 'Group', link: '/UserGuide/group' }, { text: 'Combine', link: '/UserGuide/combine' }, { text: 'FAQ', link: '/UserGuide/faq' } @@ -103,6 +104,7 @@ export default defineConfig({ { text: 'Select', link: '/UserGuide/select' }, { text: 'Compute', link: '/UserGuide/compute' }, { text: 'Chunk', link: '/UserGuide/chunk' }, + { text: 'Cache', link: '/UserGuide/cache' }, { text: 'Group', link: '/UserGuide/group' }, { text: 'Combine', link: '/UserGuide/combine' }, { text: 'FAQ', link: '/UserGuide/faq' }