Skip to content

Commit

Permalink
Add to navigation for now, needs to move somewhere else
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Nov 7, 2024
1 parent 238fcdf commit 5af7b36
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -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' },
Expand Down

0 comments on commit 5af7b36

Please sign in to comment.