From eca1b46ef1c9200388db23654e923b46eeee63b1 Mon Sep 17 00:00:00 2001 From: akhuoa Date: Fri, 22 Mar 2024 15:02:11 +1300 Subject: [PATCH] Update docs contents --- docs/.vitepress/config.js | 19 ++++++------------- docs/index.md | 2 +- 2 files changed, 7 insertions(+), 14 deletions(-) diff --git a/docs/.vitepress/config.js b/docs/.vitepress/config.js index c1f14e4..3d2c11f 100644 --- a/docs/.vitepress/config.js +++ b/docs/.vitepress/config.js @@ -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', diff --git a/docs/index.md b/docs/index.md index 357f306..88b9f19 100644 --- a/docs/index.md +++ b/docs/index.md @@ -11,6 +11,6 @@ hero: text: Demo link: /demo - theme: alt - text: API References + text: API Reference link: /components/SimulationVuer ---