Skip to content

Commit

Permalink
kedacore#928 added submenus for both desktop and mobile
Browse files Browse the repository at this point in the history
Signed-off-by: PixelRobots <[email protected]>
  • Loading branch information
PixelRobots committed Jun 28, 2023
1 parent 947c84a commit 89b82e0
Showing 1 changed file with 72 additions and 0 deletions.
72 changes: 72 additions & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"
Expand Down

0 comments on commit 89b82e0

Please sign in to comment.