From 53e24ba7d52fd97cda530373a299b15b2c60946f Mon Sep 17 00:00:00 2001 From: Saranya-jena Date: Mon, 15 Jul 2024 14:48:10 +0530 Subject: [PATCH] fixed issues with sidebar Signed-off-by: Saranya-jena --- website/sidebars.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/website/sidebars.js b/website/sidebars.js index 8ee061a7..2cda8426 100644 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -40,8 +40,7 @@ module.exports = { { "ChaosCenter": [ "user-guides/chaoscenter-oauth-dex-installation", - "user-guides/chaoscenter-cluster-scope-installation", - "user-guides/chaoscenter-namespace-scope-installation", + "user-guides/chaoscenter-advanced-installation", "user-guides/setup-without-ingress", "user-guides/setup-with-ingress" ]