Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[uk] Enhance Readability with Markdown Formatting Improvements #47745

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README-uk.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,14 @@ cd website
Сайт Kubernetes використовує [Docsy Hugo theme](https://github.com/google/docsy#readme). Навіть якщо ви плануєте запускати вебсайт в контейнері, ми настійливо рекомендуємо встановити субмодулі та інші залежності зробивши наступне:

### Windows

```powershell
# отримання залежностей субмодулів
git submodule update --init --recursive --depth 1
```

### Linux / інші Unix

```bash
# отримання залежностей субмодулів
make module-init
Expand All @@ -61,11 +63,14 @@ make container-serve
Для встановлення залежностей, розгорніть та перевірте сайт локально:

- На macOS та Linux

```bash
npm ci
make serve
```

- На Windows (PowerShell)

```powershell
npm ci
hugo.exe server --buildFuture --environment development
Expand Down