diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index 063e457..7b6f42e 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -26,7 +26,13 @@ export default defineConfig({ text: 'XML Wrapper', items: [ { text: 'Introduction', link: '/content/xml-introduction' }, - { text: 'Framework', link: '/content/xml-framework' }, + { text: 'Framework', link: '/content/xml-framework', + items: [ + { text: 'Minimal Plugin', link: '/content/xml-framework.html#minimal-visualization-plugin' }, + { text: 'Build with Vite', link: '/content/xml-framework.html#building-a-vite-plugin-vanilla-vue-react-and-more' }, + { text: 'Summary', link: '/content/xml-framework.html#use-any-javascript-technology' }, + ], + }, { text: 'Data Sources', link: '/content/xml-datasources' }, { text: 'Sections', link: '/content/xml-sections' }, { text: 'Inputs', link: '/content/xml-inputs' },