diff options
Diffstat (limited to 'docs/src/config.ts')
-rw-r--r-- | docs/src/config.ts | 18 |
1 files changed, 15 insertions, 3 deletions
diff --git a/docs/src/config.ts b/docs/src/config.ts index 8c4ac0efb..50132d16d 100644 --- a/docs/src/config.ts +++ b/docs/src/config.ts @@ -40,9 +40,21 @@ export const SIDEBAR = { { text: 'Renderer Reference', link: 'reference/renderer-reference' }, ], de: [ - { text: 'Willkommen', header: true }, - { text: 'Einführung', link: 'de/getting-started' }, - { text: 'Schnellstart', link: 'de/quick-start' }, + { 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: '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' }, ], nl: [ { text: 'Welkom', header: true }, |