This commit is contained in:
Robert Jelic
2025-02-18 09:53:12 +01:00
parent 8d9460e22f
commit 7f7b5338af
2 changed files with 7 additions and 3 deletions

View File

@@ -50,7 +50,8 @@ export default defineConfig({
},
nav: [
{ text: 'Home', link: '/home' },
{ text: 'References', link: '/references/main' },
{ text: 'References', link: '/references/main'},
{ text: 'Guides', link: '/guides/getting-started' },
],
docFooter: {
@@ -60,7 +61,10 @@ export default defineConfig({
sidebar: {
'/guides/': [
{ text: 'Getting started', link: '/guides/getting-started' },
{ text: 'Download', link: '/guides/download' },
{ text: 'Annotations', link: '/guides/annotations' },
{ text: 'Animations', link: '/guides/animations' },
],
'/references/':[