Skip to content

Commit

Permalink
adjust feature flags section
Browse files Browse the repository at this point in the history
  • Loading branch information
maindotmarcell committed Oct 16, 2024
1 parent b6d1426 commit 1f65dfc
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions content/en/docs/demo/feature-flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <http://localhost:8080/feature> when running the demo. Changing the
values through this user interface will be reflected in the flagd service.
Expand All @@ -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 |
Expand Down

0 comments on commit 1f65dfc

Please sign in to comment.