Skip to content

Commit 0f522fc

Browse files
authored
docs: Update menu ordering and add some icons (#414)
1 parent 27b29c0 commit 0f522fc

File tree

9 files changed

+11
-0
lines changed

9 files changed

+11
-0
lines changed

docs/content/addons/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
+++
22
title = "Addons"
3+
weight = 2
4+
icon = "fa-solid fa-cubes"
35
+++

docs/content/addons/calico-cni.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
+++
22
title = "Calico CNI"
3+
icon = "fa-solid fa-network-wired"
34
+++
45

56
When deploying a cluster with CAPI, deployment and configuration of CNI is up to the user. By leveraging CAPI cluster

docs/content/addons/nfd.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
+++
22
title = "Node Feature Discovery"
3+
icon = "fa-solid fa-eye"
34
+++
45

56
By leveraging CAPI cluster lifecycle hooks, this handler deploys [Node Feature

docs/content/customization/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
+++
22
title = "Cluster customizations"
33
weight = 1
4+
icon = "fa-solid fa-screwdriver-wrench"
45
+++
56

67
The cluster configuration handlers wrap all the other mutation handlers in a convenient single patch for inclusion in

docs/content/customization/aws/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
+++
22
title = "AWS"
3+
icon = "fa-brands fa-aws"
34
+++
45

56
The customizations in this section are applicable only to AWS clusters. They will only be applied to clusters that

docs/content/customization/docker/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
+++
22
title = "Docker"
3+
icon = "fa-brands fa-docker"
34
+++
45

56
The customizations in this section are applicable only to AWS clusters. They will only be applied to clusters that
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
+++
22
title = "Generic"
33
weight = 1
4+
icon = "fa-solid fa-circle-nodes"
45
+++
56

67
The customizations in this section are applicable to all providers.

docs/content/lifecycle/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
+++
22
title = "Lifecycle handlers"
3+
weight = 3
4+
icon = "fa-solid fa-seedling"
35
+++

docs/content/lifecycle/service-loadbalancer-gc.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
+++
22
title = "LoadBalancer Services Garbage Collection"
3+
icon = "fa-solid fa-recycle"
34
+++
45

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

0 commit comments

Comments
 (0)