gitlab-org--gitlab-foss/doc/development/feature_flags/index.md
Seth Berger 858daaff0d Update index of feature flags
Made it clear the pages are about feature flags,
and not documentation.
2019-08-27 08:51:02 +00:00

556 B

Feature flags in development of GitLab

Feature flags can be used to gradually roll out changes, be it a new feature, or a performance improvement. By using feature flags, we can comfortably measure the impact of our changes, while still being able to easily disable those changes, without having to revert an entire release.

Before using feature flags for GitLab's development, read through the following: