Skip to content

Commit

Permalink
Update docs contents
Browse files Browse the repository at this point in the history
  • Loading branch information
akhuoa committed Mar 22, 2024
1 parent 32618eb commit eca1b46
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 14 deletions.
19 changes: 6 additions & 13 deletions docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,26 +14,19 @@ export default defineConfig({
nav: [
{ text: 'Home', link: '/' },
{
text: 'SimulationVuer',
items: [
{ text: 'Live Demo', link: '/demo' },
{ text: 'API References', link: '/components/SimulationVuer' },
]
text: 'API Reference',
link: '/components/SimulationVuer'
}
],

sidebar: [
{
text: 'Live Demos',
items: [
{ text: 'SimulationVuer Demo', link: '/demo' }
]
text: 'Live Demo',
link: '/demo'
},
{
text: 'API References',
items: [
{ text: 'SimulationVuer', link: '/components/SimulationVuer' },
]
text: 'API Reference',
link: '/components/SimulationVuer'
},
{
text: 'Version',
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ hero:
text: Demo
link: /demo
- theme: alt
text: API References
text: API Reference
link: /components/SimulationVuer
---

0 comments on commit eca1b46

Please sign in to comment.