Links and animation changes

This commit is contained in:
Robert Jelic
2025-03-18 02:47:35 +01:00
parent ca49c5534f
commit 9bde0ddb33
3 changed files with 35 additions and 29 deletions

View File

@@ -60,15 +60,19 @@ 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' },
{ text: 'Benchmark', link: '/guides/benchmarks' },
{ text: 'Properties', link: '/guides/properties' },
{ text: 'States', link: '/guides/states' },
{ text: 'XML', link: '/guides/xml' },
{ text: 'FAQ', link: '/guides/faq' },
{ text: 'General', link: '/guides/getting-started', items: [
{ text: 'Getting started', link: '/guides/getting-started' },
{ text: 'Download', link: '/guides/download' },
{ text: 'Annotations', link: '/guides/annotations' },
{ text: 'FAQ', link: '/guides/faq' },
]},
{ text: 'Plugins', link: '/guides/animations', items: [
{ text: 'Animations', link: '/guides/animations' },
{ text: 'Benchmark', link: '/guides/benchmarks' },
{ text: 'Properties', link: '/guides/properties' },
{ text: 'States', link: '/guides/states' },
{ text: 'XML', link: '/guides/xml' },
]},
],
'/references/':[