Skip to content

Commit

Permalink
Remove outdated info box (#7781)
Browse files Browse the repository at this point in the history
Removes an outdated info box that got missed when refactoring
docs content to remove 'feature toggles'. 

Co-authored-by: melindafekete <>
  • Loading branch information
melindafekete authored Aug 6, 2024
1 parent 8f0762d commit 35df4c7
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions website/docs/how-to/how-to-create-feature-toggles.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 35df4c7

Please sign in to comment.