Skip to content

Commit e10fada

Browse files
authored
[de] Add missing git submodules init to german README. (#24308)
* Add missing git submodules init to german README. * Add links and comments to docsy theme installation * Adjust the JavaScript dependency managment from the english Readme
1 parent 5e269e1 commit e10fada

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README-de.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@ Um die Kubernetes-Website lokal laufen zu lassen, empfiehlt es sich, ein speziel
3737

3838
> Wenn Sie die Website lieber lokal ohne Docker ausführen möchten, finden Sie weitere Informationen unter [Website lokal mit Hugo ausführen](#Die-Site-lokal-mit-Hugo-ausführen).
3939
40+
Das benötigte [Docsy Hugo theme](https://github.com/google/docsy#readme) muss als git submodule installiert werden:
41+
42+
```
43+
#Füge das Docsy submodule hinzu
44+
git submodule update --init --recursive --depth 1
45+
```
46+
4047
Wenn Sie Docker [installiert](https://www.docker.com/get-started) haben, erstellen Sie das Docker-Image `kubernetes-hugo` lokal:
4148

4249
```bash
@@ -55,9 +62,18 @@ make container-serve
5562

5663
Hugo-Installationsanweisungen finden Sie in der [offiziellen Hugo-Dokumentation](https://gohugo.io/getting-started/installing/). Stellen Sie sicher, dass Sie die Hugo-Version installieren, die in der Umgebungsvariablen `HUGO_VERSION` in der Datei [`netlify.toml`](netlify.toml#L9) angegeben ist.
5764

65+
Das benötigte [Docsy Hugo theme](https://github.com/google/docsy#readme) muss als git submodule installiert werden:
66+
67+
```
68+
#Füge das Docsy submodule hinzu
69+
git submodule update --init --recursive --depth 1
70+
```
71+
5872
So führen Sie die Site lokal aus, wenn Sie Hugo installiert haben:
5973

6074
```bash
75+
# Installieren der JavaScript Abhängigkeiten
76+
npm ci
6177
make serve
6278
```
6379

0 commit comments

Comments
 (0)