summaryrefslogtreecommitdiff
path: root/docs/src/pages/de/quick-start.md
diff options
context:
space:
mode:
authorGravatar Konstantinos Kostarellis <delight@users.noreply.github.com> 2021-11-10 16:25:14 +0100
committerGravatar GitHub <noreply@github.com> 2021-11-10 09:25:14 -0600
commitbb4de7029401d36f615cb53f322e5cbadfa02771 (patch)
treebd86ca8059c6cd24169e98f8876572d5f01a4c9e /docs/src/pages/de/quick-start.md
parent00eaca88967bae3e50fbef007c7ea1e25dffd961 (diff)
downloadastro-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 '')
-rw-r--r--docs/src/pages/de/quick-start.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/src/pages/de/quick-start.md b/docs/src/pages/de/quick-start.md
index 8064faf53..f8545d3f4 100644
--- a/docs/src/pages/de/quick-start.md
+++ b/docs/src/pages/de/quick-start.md
@@ -1,6 +1,7 @@
---
layout: ~/layouts/MainLayout.astro
title: Schnellstart
+description: Die einfachste Art, schnell mit Astro loszulegen.
---
```shell
@@ -23,7 +24,7 @@ npm run dev
npm run build
```
-Um mehr über den Installationsprozess und den ersten Gebrauch von Astro zu lernen, [lies unseren Installations-Leitfaden.](installation)
+Um mehr über den Installationsprozess und den ersten Gebrauch von Astro zu lernen, [lies unseren Installations-Leitfaden.](de/installation)
Wenn du es bevorzugst anhand eines Beispiels zu lernen, schau dir die [komplette Liste an Beispielen](https://github.com/snowpackjs/astro/tree/main/examples) auf GitHub an.
Du kannst jedes Beispiel ausprobieren, indem du `npm init astro -- --template "EXAMPLE_NAME"` ausführst.