1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-09 00:18:00 +01:00

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 <>
This commit is contained in:
Melinda Fekete 2024-08-06 16:51:50 +02:00 committed by GitHub
parent 8f0762d7c6
commit 35df4c7f43
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.