Skip to content

Commit

Permalink
Merge pull request spidernet-io#2577 from ty-dc/docs/kind
Browse files Browse the repository at this point in the history
docs: add kind to the document navigation bar
  • Loading branch information
cyclinder authored Nov 8, 2023
2 parents eddcd14 + 180af4f commit 64d7d50
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 64d7d50

Please sign in to comment.