From 1f65dfc4476286761561aa8e6b684157f4a2057e Mon Sep 17 00:00:00 2001 From: "marcell.muennich" Date: Wed, 16 Oct 2024 14:26:21 +0200 Subject: [PATCH] adjust feature flags section --- content/en/docs/demo/feature-flags.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/content/en/docs/demo/feature-flags.md b/content/en/docs/demo/feature-flags.md index 27f2b52270b2..1ea73cb2f87a 100644 --- a/content/en/docs/demo/feature-flags.md +++ b/content/en/docs/demo/feature-flags.md @@ -7,7 +7,11 @@ aliases: cSpell:ignore: flagd loadgenerator OLJCESPC7Z --- -## Flagd configurator +## Feature Flags + +The demo provides several feature flags that you can use to simulate different +scenarios. These flags are managed by [`flagd`](https://flagd.dev), a simple +feature flag service that supports [OpenFeature](https://openfeature.dev). Flag values can be changed through the user interface provided at when running the demo. Changing the values through this user interface will be reflected in the flagd service. @@ -21,12 +25,6 @@ raw file) can be selected and saved for each feature flag. Currently, the basic flexibility that comes with editing a raw JSON file, however it also provides schema checking to ensure that the JSON is valid and that the provided configuration values are correct. -## Flagd - -The demo provides several feature flags that you can use to simulate different -scenarios. These flags are managed by [`flagd`](https://flagd.dev), a simple -feature flag service that supports [OpenFeature](https://openfeature.dev). - ## Implemented feature flags | Feature Flag | Service(s) | Description |