Skip to content

Commit

Permalink
docs: Update menu ordering and add some icons (#414)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmidyson authored Feb 29, 2024
1 parent 27b29c0 commit 0f522fc
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/content/addons/_index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
+++
title = "Addons"
weight = 2
icon = "fa-solid fa-cubes"
+++
1 change: 1 addition & 0 deletions docs/content/addons/calico-cni.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
+++
title = "Calico CNI"
icon = "fa-solid fa-network-wired"
+++

When deploying a cluster with CAPI, deployment and configuration of CNI is up to the user. By leveraging CAPI cluster
Expand Down
1 change: 1 addition & 0 deletions docs/content/addons/nfd.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
+++
title = "Node Feature Discovery"
icon = "fa-solid fa-eye"
+++

By leveraging CAPI cluster lifecycle hooks, this handler deploys [Node Feature
Expand Down
1 change: 1 addition & 0 deletions docs/content/customization/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
+++
title = "Cluster customizations"
weight = 1
icon = "fa-solid fa-screwdriver-wrench"
+++

The cluster configuration handlers wrap all the other mutation handlers in a convenient single patch for inclusion in
Expand Down
1 change: 1 addition & 0 deletions docs/content/customization/aws/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
+++
title = "AWS"
icon = "fa-brands fa-aws"
+++

The customizations in this section are applicable only to AWS clusters. They will only be applied to clusters that
Expand Down
1 change: 1 addition & 0 deletions docs/content/customization/docker/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
+++
title = "Docker"
icon = "fa-brands fa-docker"
+++

The customizations in this section are applicable only to AWS clusters. They will only be applied to clusters that
Expand Down
1 change: 1 addition & 0 deletions docs/content/customization/generic/_index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
+++
title = "Generic"
weight = 1
icon = "fa-solid fa-circle-nodes"
+++

The customizations in this section are applicable to all providers.
2 changes: 2 additions & 0 deletions docs/content/lifecycle/_index.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
+++
title = "Lifecycle handlers"
weight = 3
icon = "fa-solid fa-seedling"
+++
1 change: 1 addition & 0 deletions docs/content/lifecycle/service-loadbalancer-gc.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
+++
title = "LoadBalancer Services Garbage Collection"
icon = "fa-solid fa-recycle"
+++

When using Kubernetes `LoadBalancer` services, the relevant cloud provider interface creates and configures external
Expand Down

0 comments on commit 0f522fc

Please sign in to comment.