From 89b82e09bbbbc92dd26b3bc59d65ee1b2626365b Mon Sep 17 00:00:00 2001 From: PixelRobots <22979170+PixelRobots@users.noreply.github.com> Date: Wed, 28 Jun 2023 09:51:07 +0100 Subject: [PATCH] #928 added submenus for both desktop and mobile Signed-off-by: PixelRobots <22979170+PixelRobots@users.noreply.github.com> --- config.toml | 72 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) diff --git a/config.toml b/config.toml index 05c39c7ff..c66971025 100644 --- a/config.toml +++ b/config.toml @@ -169,6 +169,42 @@ name = "Concepts" parent = "docs" weight = 2 +[[menu.docs]] +url = "/docs/concepts/scaling-deployments/" +name = "Scaling Deployments, StatefulSets & Custom Resources" +parent = "Concepts" +weight = 1 + +[[menu.docs]] +url = "/docs/concepts/scaling-jobs/" +name = "Scaling Jobs" +parent = "Concepts" +weight = 2 + +[[menu.docs]] +url = "/docs/concepts/authentication/" +name = "Authentication" +parent = "Concepts" +weight = 3 + +[[menu.docs]] +url = "/docs/concepts/external-scalers/" +name = "External Scalers" +parent = "Concepts" +weight = 4 + +[[menu.docs]] +url = "/docs/concepts/admission-webhooks/" +name = "Admission Webhooks" +parent = "Concepts" +weight = 5 + +[[menu.docs]] +url = "/docs/concepts/troubleshooting/" +name = "Troubleshooting" +parent = "Concepts" +weight = 6 + [[menu.docs]] url = "/docs/concepts/#architecture" name = "Architecture" @@ -181,6 +217,42 @@ name = "Operate" parent = "docs" weight = 4 +[[menu.docs]] +url = "/docs/operate/admission-webhooks/" +name = "Admission Webhooks" +parent = "Operate" +weight = 1 + +[[menu.docs]] +url = "/docs/operate/cluster/" +name = "Cluster" +parent = "Operate" +weight = 2 + +[[menu.docs]] +url = "/docs/operate/events/" +name = "Events" +parent = "Operate" +weight = 3 + +[[menu.docs]] +url = "/docs/operate/prometheus/" +name = "Integrate with Prometheus" +parent = "Operate" +weight = 4 + +[[menu.docs]] +url = "/docs/operate/metrics-server/" +name = "KEDA Metrics Server" +parent = "Operate" +weight = 5 + +[[menu.docs]] +url = "/docs/operate/security/" +name = "Security" +parent = "Operate" +weight = 6 + [[menu.docs]] url = "/docs/migration/" name = "Migration Guide"