Skip to content

Commit 1f51229

Browse files
authored
docs: Add page descriptions to the Kubernetes, concepts and guides pages (#895)
* docs: Add page descriptions to the Kubernetes, concepts and guides pages 27 pages had no :description: attribute, so search engines and the generated llms.txt fall back to nothing or the raw title. Skipped on purpose: modules/concepts/pages/stackable_resource_requests.adoc is an include target published as a page; a :description: entry there would leak into every including page and override their descriptions. * docs: Delete the customer personas page The internal module was never registered in the antora.yml nav and nothing links to it, but Antora still published it at /internal/personas/. Internal working material does not belong on the public docs site. * docs: Block /internal/ on every published docs version The internal module is deleted on main, but the release branches still contain it and Antora publishes their content too. A forced netlify 404 covers all versions at the serving layer without backporting the deletion. * docs: Describe the Kubernetes pages as notes, not instructions Review feedback: descriptions state what a page covers instead of telling the reader what to do. * docs: Redirect the internal module to /404 without the extension Review feedback: redirects to .html files cause issues.
1 parent 82f9798 commit 1f51229

29 files changed

Lines changed: 34 additions & 164 deletions

modules/ROOT/pages/kubernetes/aks.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
= Azure Kubernetes Service (AKS)
2+
:description: Notes on running the Stackable Data Platform on Azure Kubernetes Service (AKS), covering cluster creation, networking and inbound traffic.
23

34
https://azure.microsoft.com/en-us/products/kubernetes-service[https://azure.microsoft.com/en-us/products/kubernetes-service{external-link-icon}^]
45

modules/ROOT/pages/kubernetes/eks.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
= Amazon Elastic Kubernetes Service (EKS)
2+
:description: Notes on running the Stackable Data Platform on Amazon Elastic Kubernetes Service (EKS), covering StorageClass requirements.
23

34
https://aws.amazon.com/eks/[https://aws.amazon.com/eks/{external-link-icon}^]
45

modules/ROOT/pages/kubernetes/gke.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
= Google Kubernetes Engine (GKE)
2+
:description: Notes on running the Stackable Data Platform on Google Kubernetes Engine (GKE). Autopilot clusters are not supported.
23

34
https://cloud.google.com/kubernetes-engine[https://cloud.google.com/kubernetes-engine{external-link-icon}^]
45

modules/ROOT/pages/kubernetes/huawei-cloud.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
= Huawei Cloud Container Engine (CCE)
2+
:description: Notes on running the Stackable Data Platform on Huawei Cloud Container Engine (CCE), covering the non-standard Kubelet state directory.
23

34
https://www.huaweicloud.com/intl/en-us/product/cce.html[https://www.huaweicloud.com/intl/en-us/product/cce.html{external-link-icon}^]
45

modules/ROOT/pages/kubernetes/ibm-cloud.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
= IBM Cloud Kubernetes Service
2+
:description: Notes on running the Stackable Data Platform on IBM Cloud Kubernetes Service, covering the non-standard Kubelet state directory.
23

34
https://www.ibm.com/products/kubernetes-service[https://www.ibm.com/products/kubernetes-service{external-link-icon}^]
45

modules/ROOT/pages/kubernetes/ionos-managed-k8s.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
= IONOS managed Kubernetes
2+
:description: Notes on running the Stackable Data Platform on IONOS managed Kubernetes.
23

34
https://cloud.ionos.com/managed/kubernetes[https://cloud.ionos.com/managed/kubernetes{external-link-icon}^]
45

modules/ROOT/pages/kubernetes/ionos-managed-stackable.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
= IONOS managed Stackable
2+
:description: Overview of Managed Stackable, the managed Stackable Data Platform offering from IONOS Cloud.
23

34
https://cloud.ionos.com/managed/managed-stackable[https://cloud.ionos.com/managed/managed-stackable{external-link-icon}^]
45

modules/ROOT/pages/kubernetes/k0s.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
= k0s
2+
:description: Notes on running the Stackable Data Platform on k0s, covering the non-standard Kubelet state directory.
23

34
https://k0sproject.io/[https://k0sproject.io/{external-link-icon}^]
45

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
= kind
2+
:description: Notes on running the Stackable Data Platform on kind.
23

34
https://kind.sigs.k8s.io/[https://kind.sigs.k8s.io/{external-link-icon}^]

modules/ROOT/pages/kubernetes/microk8s.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
= Microk8s
2+
:description: Notes on running the Stackable Data Platform on Microk8s, covering the non-standard Kubelet state directory.
23

34
https://microk8s.io/[https://microk8s.io/{external-link-icon}^]
45

0 commit comments

Comments
 (0)