From 1661a0a36489a146fe71fe943d21eaaaf503e84e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0imon=20Let?= Date: Sat, 13 Apr 2024 23:11:52 +0200 Subject: [PATCH] Make feature-flags.md more obvious --- content/en/docs/demo/feature-flags.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/demo/feature-flags.md b/content/en/docs/demo/feature-flags.md index f3c49f1dfa96..bba88a203a67 100644 --- a/content/en/docs/demo/feature-flags.md +++ b/content/en/docs/demo/feature-flags.md @@ -10,7 +10,7 @@ cSpell:ignore: flagd loadgenerator OLJCESPC7Z 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 are stored in the `demo.flagd.json` file. To enable a flag, change the +values are stored in the `src/flagd/demo.flagd.json` file. To enable a flag, change the `defaultVariant` value in the config file for a given flag to "on". | Feature Flag | Service(s) | Description |