From cb4bde52dc848f52c4765421a31f43c1f0eec31a Mon Sep 17 00:00:00 2001 From: Shiming Zhang Date: Thu, 27 Jun 2024 16:53:21 +0800 Subject: [PATCH] [doc] Update menu --- site/config.yaml | 28 ++++++++++++++++++++-------- 1 file changed, 20 insertions(+), 8 deletions(-) diff --git a/site/config.yaml b/site/config.yaml index 4c81b414df..70f8f7661a 100644 --- a/site/config.yaml +++ b/site/config.yaml @@ -152,10 +152,14 @@ menu: weight: 1060 parent: user-guide + - identifier: examples + title: Examples + parent: user-guide + - identifier: kwokctl-advanced-usage title: "`kwokctl` Advanced Usage" weight: 200010 - parent: user-guide + parent: examples - identifier: snapshots pageRef: "/docs/user/kwokctl-snapshot" parent: kwokctl-advanced-usage @@ -172,24 +176,32 @@ menu: pageRef: "/docs/user/kwokctl-platform-specific-binaries" parent: kwokctl-advanced-usage - - identifier: examples - title: Examples - parent: kwokctl-advanced-usage + - identifier: kwokctl-integration + title: "`kwokctl` Integration" + weight: 200020 + parent: examples - identifier: argo pageRef: "/docs/examples/argo" - parent: examples + parent: kwokctl-integration - identifier: linkerd pageRef: "/docs/examples/linkerd" - parent: examples + parent: kwokctl-integration - identifier: istio pageRef: "/docs/examples/istio" - parent: examples + parent: kwokctl-integration - identifier: metrics-server pageRef: "/docs/examples/metrics-server" - parent: examples + parent: kwokctl-integration - identifier: metrics pageRef: "/docs/examples/prometheus" + parent: kwokctl-integration + + - identifier: chaos + title: Chaos parent: examples + - identifier: injectfailure + pageRef: "/docs/user/examples/injectfailure" + parent: chaos - identifier: tools title: Tools