From 35df4c7f43b485e1c4f70d5f713fd732f12996be Mon Sep 17 00:00:00 2001 From: Melinda Fekete Date: Tue, 6 Aug 2024 16:51:50 +0200 Subject: [PATCH] Remove outdated info box (#7781) Removes an outdated info box that got missed when refactoring docs content to remove 'feature toggles'. Co-authored-by: melindafekete <> --- website/docs/how-to/how-to-create-feature-toggles.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/website/docs/how-to/how-to-create-feature-toggles.md b/website/docs/how-to/how-to-create-feature-toggles.md index f7b5d2c3ed9e..62a007bd493a 100644 --- a/website/docs/how-to/how-to-create-feature-toggles.md +++ b/website/docs/how-to/how-to-create-feature-toggles.md @@ -2,13 +2,7 @@ title: How to create a feature flag --- -:::info Feature flags or feature flags? - -This document uses **feature flags** and **feature flags** interchangeably. Some people prefer flag; others prefer flag. We use both - they are synonyms for us. - -::: - -Feature Flags (or [Feature flags](../reference/feature-toggles.mdx) in the UI) are the foundation of Unleash. They are at the core of everything we do and are a fundamental building block in any feature management system. This guide shows you how to create feature flags in Unleash and how to add any optional constraints, segments, variants, and more. Links to learn more about these concepts will be scattered throughout the text. +[Feature flags](../reference/feature-toggles.mdx) are the foundation of Unleash. They are at the core of everything we do and are a fundamental building block in any feature management system. This guide shows you how to create feature flags in Unleash and how to add any optional constraints, segments, variants, and more. Links to learn more about these concepts will be scattered throughout the text. You can perform every action both via the UI and the admin API. This guide includes screenshots to highlight the relevant UI controls and links to the relevant API methods for each step.