diff --git a/docs/content/addons/_index.md b/docs/content/addons/_index.md index 1760a7d35..f9d80428f 100644 --- a/docs/content/addons/_index.md +++ b/docs/content/addons/_index.md @@ -1,3 +1,5 @@ +++ title = "Addons" +weight = 2 +icon = "fa-solid fa-cubes" +++ diff --git a/docs/content/addons/calico-cni.md b/docs/content/addons/calico-cni.md index f0a4d58f4..efcff5df6 100644 --- a/docs/content/addons/calico-cni.md +++ b/docs/content/addons/calico-cni.md @@ -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 diff --git a/docs/content/addons/nfd.md b/docs/content/addons/nfd.md index 69b08f4f5..04fc26bbf 100644 --- a/docs/content/addons/nfd.md +++ b/docs/content/addons/nfd.md @@ -1,5 +1,6 @@ +++ title = "Node Feature Discovery" +icon = "fa-solid fa-eye" +++ By leveraging CAPI cluster lifecycle hooks, this handler deploys [Node Feature diff --git a/docs/content/customization/_index.md b/docs/content/customization/_index.md index cd730b334..b2f5651e1 100644 --- a/docs/content/customization/_index.md +++ b/docs/content/customization/_index.md @@ -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 diff --git a/docs/content/customization/aws/_index.md b/docs/content/customization/aws/_index.md index dd0d88f88..285fe8ca3 100644 --- a/docs/content/customization/aws/_index.md +++ b/docs/content/customization/aws/_index.md @@ -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 diff --git a/docs/content/customization/docker/_index.md b/docs/content/customization/docker/_index.md index b68972376..3fe4c834a 100644 --- a/docs/content/customization/docker/_index.md +++ b/docs/content/customization/docker/_index.md @@ -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 diff --git a/docs/content/customization/generic/_index.md b/docs/content/customization/generic/_index.md index 0b93a1171..c9714c316 100644 --- a/docs/content/customization/generic/_index.md +++ b/docs/content/customization/generic/_index.md @@ -1,6 +1,7 @@ +++ title = "Generic" weight = 1 +icon = "fa-solid fa-circle-nodes" +++ The customizations in this section are applicable to all providers. diff --git a/docs/content/lifecycle/_index.md b/docs/content/lifecycle/_index.md index 6db252951..5f84e30bc 100644 --- a/docs/content/lifecycle/_index.md +++ b/docs/content/lifecycle/_index.md @@ -1,3 +1,5 @@ +++ title = "Lifecycle handlers" +weight = 3 +icon = "fa-solid fa-seedling" +++ diff --git a/docs/content/lifecycle/service-loadbalancer-gc.md b/docs/content/lifecycle/service-loadbalancer-gc.md index 8c2dc2cda..2d6ee7fd5 100644 --- a/docs/content/lifecycle/service-loadbalancer-gc.md +++ b/docs/content/lifecycle/service-loadbalancer-gc.md @@ -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