1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

Matching <title> and h1 for "11 principles" post (#8206)

This commit is contained in:
Alvin Bryan 2024-09-26 16:47:25 +01:00 committed by GitHub
parent 4107e84f43
commit d1c3e3fa2c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,8 +3,6 @@ title: "11 Principles for building and scaling feature flag systems"
toc_max_heading_level: 2
---
# Best practices for building and scaling feature flags
import Figure from '@site/src/components/Figure/Figure.tsx'
Feature flags, sometimes called feature toggles or feature switches, are a powerful software development technique that allows engineering teams to decouple the release of new functionality from software deployments.