diff options
author | 2021-11-10 16:25:14 +0100 | |
---|---|---|
committer | 2021-11-10 09:25:14 -0600 | |
commit | bb4de7029401d36f615cb53f322e5cbadfa02771 (patch) | |
tree | bd86ca8059c6cd24169e98f8876572d5f01a4c9e /docs/src/config.ts | |
parent | 00eaca88967bae3e50fbef007c7ea1e25dffd961 (diff) | |
download | astro-bb4de7029401d36f615cb53f322e5cbadfa02771.tar.gz astro-bb4de7029401d36f615cb53f322e5cbadfa02771.tar.zst astro-bb4de7029401d36f615cb53f322e5cbadfa02771.zip |
fixes links in german docs + adds a german translation for installation.md (#1756)
* fixes links in german docs
* Adds german translation of installation.md
* Thnx for proofreading / correctinos
- agree upon informal version looking good so far
- next: fixing a few minor ones
Co-authored-by: Kim Schneider <web@schneider.kim>
* Finalizes the switch to informal german + some minor fixes
* applies changes from commit da8d4fdea0cc7fee2b757c628971fd57c0f1fa4f
Co-authored-by: Konstantinos Kostarellis <Konstantinos.Kostarellis@gmail.com>
Co-authored-by: Kim Schneider <web@schneider.kim>
Diffstat (limited to 'docs/src/config.ts')
-rw-r--r-- | docs/src/config.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/src/config.ts b/docs/src/config.ts index c65c3822d..95b1b29ff 100644 --- a/docs/src/config.ts +++ b/docs/src/config.ts @@ -41,6 +41,7 @@ export const SIDEBAR = { de: [ { text: 'Willkommen', header: true }, { text: 'Einführung', link: 'de/getting-started' }, + { text: 'Schnellstart', link: 'de/quick-start' }, ], nl: [ { text: 'Welkom', header: true }, |