From 638930fab2baa3e65a87feb4dd546c34ed7050a6 Mon Sep 17 00:00:00 2001 From: Carlos Esteban Lopez Date: Tue, 30 Aug 2022 17:10:35 -0500 Subject: [PATCH] docs: Add auth section to microsite's sidebar Signed-off-by: Carlos Esteban Lopez --- microsite/sidebars.json | 1 + 1 file changed, 1 insertion(+) diff --git a/microsite/sidebars.json b/microsite/sidebars.json index 04f5623c86..b488225ddc 100644 --- a/microsite/sidebars.json +++ b/microsite/sidebars.json @@ -81,6 +81,7 @@ "features/kubernetes/overview", "features/kubernetes/installation", "features/kubernetes/configuration", + "features/kubernetes/authentication", "features/kubernetes/troubleshooting" ] },