1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

Update feature-toggle-types.md

This commit is contained in:
Ivar Conradi Østhus 2021-10-22 09:31:57 +02:00 committed by GitHub
parent e19148d240
commit 8fb137cb40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ Feature toggle types currently supported by Unleash:
### Deprecate a feature toggle {#deprecate-a-feature-toggle}
Feature toggles can now also be marked as `stale` (deprecated). This allows us to clearly signal that we should stop using the feature toggle in our applications.
Feature toggles can now also be marked as `stale`. You can think of this as a way to deprecate a feature toggle, without removing the active configuration for connected applications. This allows us to clearly signal that we should stop using the feature toggle in our applications.
The `stale` property can utilized to help us manage "feature toggle debt" in various ways: