diff options
Diffstat (limited to 'docs/src/config.ts')
-rw-r--r-- | docs/src/config.ts | 30 |
1 files changed, 17 insertions, 13 deletions
diff --git a/docs/src/config.ts b/docs/src/config.ts index 3cd88714a..85f9a369d 100644 --- a/docs/src/config.ts +++ b/docs/src/config.ts @@ -40,21 +40,25 @@ export const SIDEBAR = { { text: 'Renderer Reference', link: 'reference/renderer-reference' }, ], de: [ - { text: 'Setup', header: true }, - { text: 'Erste Schritte', link: 'getting-started' }, - { text: 'Schnellstart', link: 'quick-start' }, - { text: 'Installation', link: 'installation' }, - { text: 'Vorlagen', link: 'themes' }, - { text: 'Astro vs. X', link: 'comparing-astro-vs-other-tools' }, - { text: 'Umstellung auf v0.21', link: 'migration/0.21.0' }, + { text: 'Einrichtung', header: true }, + { text: 'Erste Schritte', link: 'de/getting-started' }, + { text: 'Schnellstart', link: 'de/quick-start' }, + { text: 'Installation', link: 'de/installation' }, + { text: 'Vorlagen', link: 'de/themes' }, + { text: 'Astro vs. X', link: 'de/comparing-astro-vs-other-tools' }, + { text: 'Umstellung auf v0.21', link: 'de/migration/0.21.0' }, { text: 'Grundlagen', header: true }, - { text: 'Projekt-Struktur', link: 'core-concepts/project-structure' }, - { text: 'Komponenten-Syntax', link: 'core-concepts/astro-components' }, - { text: 'Seiten', link: 'core-concepts/astro-pages' }, - { text: 'Layouts', link: 'core-concepts/layouts' }, - { text: 'Routing', link: 'core-concepts/routing' }, - { text: 'Partial Hydration', link: 'core-concepts/component-hydration' }, + { text: 'Projektstruktur', link: 'de/core-concepts/project-structure' }, + { text: 'Astro-Komponenten', link: 'de/core-concepts/astro-components' }, + { text: 'Astro-Seiten', link: 'de/core-concepts/astro-pages' }, + { text: 'Layouts', link: 'de/core-concepts/layouts' }, + { text: 'Routing', link: 'de/core-concepts/routing' }, + { text: 'Partial Hydration', link: 'de/core-concepts/component-hydration' }, + + { text: 'Anleitungen', header: true }, + + { text: 'Referenz', header: true }, ], nl: [ { text: 'Welkom', header: true }, |