Files
OmniRoute/docs/i18n/pl/docs
Diego Rodrigues de Sa e Souza 18c1a2b43e docs: restore the Polish API_REFERENCE removed by #8823 (#8831)
* docs: restore the Polish API_REFERENCE removed by #8823

`docs/reference/API_REFERENCE.md` lists Polish in its language index, but the
target file no longer exists: #8823 ("replace outdated Polish docs with
translation from latest English") deleted
`docs/i18n/pl/docs/reference/API_REFERENCE.md` without writing a replacement.
Every other one of the 31 linked languages still has the file.

That leaves `check:doc-links` red — and because the Docs Gates job only runs on
pull requests, the branch itself reports green while carrying the break. The
first PR opened afterwards is what surfaces it, and it blocks every PR until
fixed.

Restored from `71c5a7592^`. The content is the pre-#8823 translation, which is
by definition outdated relative to the English source — but an outdated
translation behind a working link is strictly better than a 404, and the next
translation pass will overwrite it. `check:doc-links` now passes (813 internal
links, 0 broken).

The same commit also removed four other Polish files
(`cloudflare-zero-trust-guide.md`, `features/context-relay.md`,
`reference/CLI-TOOLS.md`, `reference/ENVIRONMENT.md`). None of them is linked
from a scanned index, so none breaks the gate; they are noted here so a later
translation pass can decide whether they should come back too.

* chore(quality): freeze the pre-existing exhaustive-deps error in ProviderAccountRoutingCard

Second half of unbreaking the base. `lint:json --max-warnings 0` fails on
`ProviderAccountRoutingCard.tsx:87` — `save` calls `load()` but declares only
`[providerKey]`. Same root cause as the broken doc link in the previous commit:
the Lint job is skipped on pushes to `release/**`, so the branch reports green
while carrying the violation, and every PR inherits it.

Frozen rather than fixed: adding `load` to the dependency array changes when
the callback is recreated in a settings component, and that belongs in a change
that can verify the card's behaviour. The entry keeps the gate meaningful for
genuinely new warnings instead of leaving it red for everyone.

With this and the restored Polish file, both gates pass on the base again.
2026-07-28 03:06:35 -03:00
..

title, version, lastUpdated
title version lastUpdated
Dokumentacja OmniRoute 3.8.40 2026-06-28

Dokumentacja OmniRoute

Nawigowalny indeks zestawu dokumentacji OmniRoute. Tematy są pogrupowane według celu, abyś szybko znalazł to, czego potrzebujesz.

Szukasz przeglądu projektu, kroków instalacji lub informacji o wydaniach? Zobacz główne pliki README.md, CHANGELOG.md oraz CONTRIBUTING.md.


Dla użytkowników nietechnicznych

Proste przewodniki po korzystaniu z OmniRoute — bez wymaganej wiedzy technicznej.

getting-started/

guides/


Dla użytkowników technicznych

Dokumentacja techniczna dla deweloperów i współtwórców.

architecture/

Jak zbudowany jest system — przeczytaj te materiały, aby zrozumieć runtime, układ kodu i model odporności.

reference/

Materiały referencyjne — powierzchnia API, zmienne środowiskowe, flagi CLI, katalog dostawców.

frameworks/

Podsystemy wtykowe udostępniane klientom, agentom i operatorom.

routing/

Routing combo, scorowanie i replay.

security/

Guardrails, zgodność (compliance), stealth oraz obowiązkowe wzorce obsługi publicznych poświadczeń i komunikatów błędów.

compression/

Silniki kompresji promptów, reguły i pakiety językowe.

providers/

Przewodniki integracji specyficzne dla dostawców.

comparison/

ops/

Wydania, wdrożenia, proxy, tunele, pokrycie testami, baza danych, monitoring.

diagrams/

Źródła Mermaid oraz wyeksportowane diagramy SVG/PNG przywoływane w powyższej dokumentacji. Zobacz diagrams/README.md.

i18n/

Przetłumaczone lustrzane kopie dokumentacji w 43 locale. Listę obsługiwanych języków znajdziesz w i18n/README.md.

screenshots/

Statyczne zrzuty ekranu używane przez panel i README. Nie stanowią części treści dokumentacji.


Artefakty generowane automatycznie

  • reference/PROVIDER_REFERENCE.md jest generowany przez scripts/docs/gen-provider-reference.ts z src/shared/constants/providers.ts. Nie edytuj ręcznie.
  • UI /docs jest oparte na generowaniu źródeł Fumadocs MDX z powyższych podfolderów.