Skip to content

Commit

Permalink
docs: add kind to the document navigation bar
Browse files Browse the repository at this point in the history
Signed-off-by: tao.yang <[email protected]>
  • Loading branch information
ty-dc committed Nov 8, 2023
1 parent f577fad commit 180af4f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion docs/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/usage/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 180af4f

Please sign in to comment.