1
0
mirror of https://github.com/Unleash/unleash.git synced 2026-02-04 20:10:52 +01:00

Revert "Apply suggestion from @gastonfournier"

This reverts commit 58e4612dca.
This commit is contained in:
Gastón Fournier 2026-01-29 14:29:20 +01:00
parent 58e4612dca
commit 58b9f68937
No known key found for this signature in database
GPG Key ID: 9DDD1817AB25C6A0

View File

@ -52,9 +52,14 @@ This ADR complements the stability lifecycle. Stability still answers **"how mat
- **Allowed moves**: `internal``unleash-ui`/`integration`/`sdk`/`public`. Moves away from `public`/`sdk` require explicit review due to customer impact.
- **Not allowed**: Silent demotions of `public`/`sdk` without deprecation and communication.
## Downstream impact
## Downstream behavior
- `public`: Highlighted in docs; default recommendation for customer integrations.
- `integration`: Visible in docs with an integration-specific note; caution about use outside stated clients.
- `sdk`: Highlighted in SDK-related docs; strong compatibility messaging.
- `unleash-ui`: Visible with a warning badge; discouraged for external integrations.
- `internal`: Hidden from public docs by default (can be shown in dev).
Mostly affects docs and how we present and organize our APIs.
## Consequences
### Positive