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
+21
View File
@@ -1233,6 +1233,27 @@ export const generatedSidebars = [
],
"chapterTitle": "7.6. Logging",
"number": "7.6."
},
{
"loaded": true,
"isPathHref": true,
"type": "link",
"path": "/learn/debugging-and-testing/feature-flags",
"title": "Feature Flags",
"children": [
{
"loaded": true,
"isPathHref": true,
"type": "link",
"path": "/learn/debugging-and-testing/feature-flags/create",
"title": "Create Feature Flag",
"children": [],
"chapterTitle": "7.7.1. Create Feature Flag",
"number": "7.7.1."
}
],
"chapterTitle": "7.7. Feature Flags",
"number": "7.7."
}
],
"chapterTitle": "7. Debugging & Testing",