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

[pl] sync with PR #49643 #50109

Merged
merged 1 commit into from
Mar 20, 2025
Merged
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
8 changes: 4 additions & 4 deletions content/pl/docs/contribute/style/page-content-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,16 @@ Możesz zadeklarować nagłówek `prerequisites` w następujący sposób:

Kod `heading` oczekuje jednego parametru typu
string. Ten parametr nagłówka odpowiada prefiksowi zmiennej
w plikach `i18n/<lang>.toml`. Na przykład:
w plikach `i18n/<lang>/<lang>.toml`. Na przykład:

`` `i18n/en.toml`:` ``
`i18n/en/en.toml`:

```toml
[whatsnext_heading]
other = "What's next"
```

`i18n/ko.toml`:
`i18n/ko/ko.toml`:

```toml
[whatsnext_heading]
Expand Down Expand Up @@ -138,7 +138,7 @@ Każdą sekcję uzupełnij treścią. Użyj następujących wytycznych:
znakami `#`). Sekcje są automatycznie tytułowane przez szablon.
- Dla `overview` użyj akapitu, aby ustawić kontekst dla całego tematu.
- Dla `prerequisites` używaj list punktowanych, kiedy to możliwe. Zaczynaj dodawać dodatkowe
wymagania wstępne poniżej `include`. Domyślne wymagania wstępne obejmują działający klaster Kubernetes.
wymagania wstępne poniżej `include`. Domyślne wymagania wstępne obejmują działający klaster Kubernetesa.
- Dla `steps` używaj numerowanych list.
- Do omówienia użyj standardowej treści, aby rozwinąć
informacje zawarte w sekcji `steps`.
Expand Down