From a08029fa535a120a57810042525d66a2907dddef Mon Sep 17 00:00:00 2001 From: Alexey Milovidov Date: Mon, 29 Jun 2026 18:02:39 +0000 Subject: [PATCH] Add query plan cache page to the Operations sidebar The new docs/en/operations/query-plan-cache.md page added in ClickHouse/ClickHouse#107125 is otherwise a floating page (no sidebar entry), which fails the Docs check. --- sidebars.js | 1 + 1 file changed, 1 insertion(+) diff --git a/sidebars.js b/sidebars.js index 61e6028391b..c93db80d985 100644 --- a/sidebars.js +++ b/sidebars.js @@ -1479,6 +1479,7 @@ const sidebars = { 'operations/optimizing-performance/sampling-query-profiler', 'operations/query-cache', 'operations/query-condition-cache', + 'operations/query-plan-cache', 'operations/userspace-page-cache', 'operations/performance-test', ],