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)