diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index af89e1ccba..ebc5546ef3 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 888ff9b045..ec5c7726f9 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)