From 7a2417b9c2a45f89ef4197cd1208ca4352ba07f8 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Tue, 17 Jan 2023 16:02:44 +0100 Subject: [PATCH] docs: hide backend system docs for now MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Fredrik Adelöw Co-authored-by: Johan Haals Signed-off-by: Patrik Oldsberg --- microsite/sidebars.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/microsite/sidebars.json b/microsite/sidebars.json index ab8c29c9a4..01d2b95b6b 100644 --- a/microsite/sidebars.json +++ b/microsite/sidebars.json @@ -363,7 +363,7 @@ "architecture-decisions/adrs-adr013" ], "FAQ": ["FAQ"], - "Experimental Backend System": [ + "Experimental Backend System": [{"_hidden_": [ "backend-system/index", { "type": "subcategory", @@ -400,6 +400,6 @@ "backend-system/core-services/index" ] } - ] + ]}] } }