From 0b0a755400943a64c09ca35b5216ab38e005c182 Mon Sep 17 00:00:00 2001 From: Louis King Date: Fri, 17 Apr 2026 20:54:24 +0100 Subject: [PATCH] Promote Feature Flags heading to same level as other config sections --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e3f7c7..d501a00 100644 --- a/README.md +++ b/README.md @@ -442,7 +442,7 @@ Timezone handling note: - API timestamps that omit an explicit timezone suffix are treated as UTC before rendering in the configured `TZ`. -#### Feature Flags +### Feature Flags Control which pages are visible in the web dashboard. Disabled features are fully hidden: removed from navigation, return 404 on their routes, and excluded from sitemap/robots.txt.