diff options
author | 2021-12-15 04:58:55 +0100 | |
---|---|---|
committer | 2021-12-14 22:58:55 -0500 | |
commit | 93ded5d79b7c8dd015df42cac92f9e115469a7a2 (patch) | |
tree | 52ecb9f48f3686ad8510d0bf43ded58aa3939013 /docs/src/config.ts | |
parent | 53c7ae8c666dc6783a0512b6f983979801955a97 (diff) | |
download | astro-93ded5d79b7c8dd015df42cac92f9e115469a7a2.tar.gz astro-93ded5d79b7c8dd015df42cac92f9e115469a7a2.tar.zst astro-93ded5d79b7c8dd015df42cac92f9e115469a7a2.zip |
New translation for German docs Guides/Styling & CSS, updated config.js (#2179)
* Create styling.md
First translation for German docs.
* Update config.ts
Activating link to German docs - Guides/Styling & CSS
* Update styling.md
Missing text link to de/ - fixed
* Update docs/src/pages/de/guides/styling.md
Adds missing comma
Co-authored-by: Kim Schneider <web@schneider.kim>
* Update docs/src/pages/de/guides/styling.md
Spelling correction
Co-authored-by: Kim Schneider <web@schneider.kim>
* Update docs/src/pages/de/guides/styling.md
Removes extra space
Co-authored-by: Kim Schneider <web@schneider.kim>
* Update docs/src/pages/de/guides/styling.md
Removes superfluous comma
Co-authored-by: Kim Schneider <web@schneider.kim>
* Update docs/src/pages/de/guides/styling.md
Phrases suggestion more friendly)))
Co-authored-by: Kim Schneider <web@schneider.kim>
Co-authored-by: Kim Schneider <web@schneider.kim>
Diffstat (limited to 'docs/src/config.ts')
-rw-r--r-- | docs/src/config.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/src/config.ts b/docs/src/config.ts index 4a8840ae5..2142fd0fc 100644 --- a/docs/src/config.ts +++ b/docs/src/config.ts @@ -57,7 +57,8 @@ export const SIDEBAR = { { text: 'Partial Hydration', link: 'de/core-concepts/component-hydration' }, { text: 'Anleitungen', header: true }, - + { text: 'Styling & CSS', link: 'de/guides/styling' }, + { text: 'Referenz', header: true }, ], nl: [ |