From 7dd9697652697c8a57efe4caae4269b298dbb016 Mon Sep 17 00:00:00 2001 From: Dominic Tran Date: Mon, 6 Jul 2026 10:10:39 -0500 Subject: [PATCH] Add operations/restore-settings to floating-pages exceptions Unblocks the docs check on ClickHouse/ClickHouse#102402, which adds the new operations/restore-settings.md page. Until that page is wired into sidebars.js it is a floating page and fails the check repo-wide. Per contribute/style-guide.md, this is step 1 of the two-step flow: add the exception now so upstream CI passes; a follow-up removes it and adds the page to sidebars.js once the page is in ClickHouse master (see #6493). Co-Authored-By: Claude Opus 4.8 (1M context) --- plugins/floating-pages-exceptions.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/floating-pages-exceptions.txt b/plugins/floating-pages-exceptions.txt index 38b699cd55f..99eeca55389 100644 --- a/plugins/floating-pages-exceptions.txt +++ b/plugins/floating-pages-exceptions.txt @@ -15,6 +15,7 @@ interfaces/web-terminal interfaces/web-sql operations/query-rules operations/query-plan-cache +operations/restore-settings use-cases/observability/clickstack/managed-onboarding/setting-up-your-opentelemetry-collector.md use-cases/observability/clickstack/managed-onboarding/monitoring-kubernetes.md use-cases/observability/clickstack/managed-onboarding/monitoring-aws-cloudwatch-logs.md