From 2e284846b2997e0d79ea8127476930a6cca3afe1 Mon Sep 17 00:00:00 2001 From: russell-loube-mixpanel Date: Thu, 26 Feb 2026 08:36:51 -0600 Subject: [PATCH] Removed "Coming Soon" for Dynamic Config Dynamic Config GA'd December 2025 --- pages/docs/featureflags.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/docs/featureflags.mdx b/pages/docs/featureflags.mdx index 1611f17676..1b941528c5 100644 --- a/pages/docs/featureflags.mdx +++ b/pages/docs/featureflags.mdx @@ -42,7 +42,7 @@ import { Cards, Callout, Steps } from 'nextra/components' We support the following types of Flags 1. **Feature Gate** : Toggle a feature on or off for targeted users or all users. Useful for phased or controlled rollout. 2. [**Experiment**](/docs/experiments) : Deliver different variant experiences (e.g., layouts, flows, pricing) to a targeted group of users. Enables measuring and analyzing impact. -3. [Coming Soon] **Dynamic Config** : Configure features with flexible key-value pairs instead of just on/off. It lets you: +3. **Dynamic Config** : Configure features with flexible key-value pairs instead of just on/off. It lets you: - Pass JSON payloads (e.g., `{"cta_text": "Buy now", "discount": 20}`) to customize behavior or UI dynamically - Update values instantly without redeploying code