From 180af4fd9e0127ac9931c2313e5f49bbfb3db9b6 Mon Sep 17 00:00:00 2001 From: "tao.yang" Date: Wed, 8 Nov 2023 10:45:15 +0800 Subject: [PATCH] docs: add kind to the document navigation bar Signed-off-by: tao.yang --- docs/mkdocs.yml | 3 ++- docs/usage/readme.md | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 472319085d..5dadfced9f 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -51,9 +51,10 @@ nav: - Underlay Installation: - Calico: usage/install/underlay/get-started-calico.md - Weave: usage/install/underlay/get-started-weave.md - - Macvlan: usage/install/underlay/get-started-kind.md + - Macvlan: usage/install/underlay/get-started-macvlan.md - Ovs: usage/install/underlay/get-started-ovs.md - SR-IOV: usage/install/underlay/get-started-sriov.md + - Kind: usage/install/underlay/get-started-kind.md - Overlay Installation: - Calico: usage/install/overlay/get-started-calico.md - Cilium: usage/install/overlay/get-started-cilium.md diff --git a/docs/usage/readme.md b/docs/usage/readme.md index 954fcb657d..b8ebe71f65 100644 --- a/docs/usage/readme.md +++ b/docs/usage/readme.md @@ -16,9 +16,9 @@ Please refer to the following examples for installation: - [Create a cluster using ovs](./install/underlay/get-started-ovs.md) -- [Create a cluster: using calico CNI for fixed IP addresses](./install/underlay/get-started-calico.md) +- [Create a cluster: using calico CNI for fixed IP addresses](./install/underlay/get-started-calico.md) -- [Create a cluster: using weave CNI for fixed IP addresses](./install/underlay/get-started-weave.md) +- [Create a cluster: using weave CNI for fixed IP addresses](./install/underlay/get-started-weave.md) - [Create a cluster: using underlay CNI for RDMA communication](./rdma.md)