docs: document feature flags (#13388)

This commit is contained in:
Shahed Nasser
2025-09-02 12:26:54 +03:00
committed by GitHub
parent bd206cb250
commit e96c0e4d09
9 changed files with 727 additions and 67 deletions
+12
View File
@@ -648,6 +648,18 @@ export const sidebars = [
},
],
},
{
type: "link",
path: "/learn/debugging-and-testing/feature-flags",
title: "Feature Flags",
children: [
{
type: "link",
path: "/learn/debugging-and-testing/feature-flags/create",
title: "Create Feature Flag",
},
],
},
],
},
{