-
-
Notifications
You must be signed in to change notification settings - Fork 13
docs: Add page descriptions to the Kubernetes, concepts and guides pages #895
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| = kind | ||
| :description: Notes on running the Stackable Data Platform on kind. | ||
|
|
||
| https://kind.sigs.k8s.io/[https://kind.sigs.k8s.io/{external-link-icon}^] |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| = Oracle Kubernetes Engine (OKE) | ||
| :description: Notes on running the Stackable Data Platform on Oracle Kubernetes Engine (OKE). | ||
|
|
||
| https://www.oracle.com/cloud/cloud-native/kubernetes-engine/[https://www.oracle.com/cloud/cloud-native/kubernetes-engine/{external-link-icon}^] |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,3 +1,4 @@ | ||||||
| = plusserver Kubernetes as a Service | ||||||
| :description: Notes on running the Stackable Data Platform on plusserver Kubernetes as a Service. | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
|
||||||
| https://www.plusserver.com/en/product/managed-kubernetes/[https://www.plusserver.com/en/product/managed-kubernetes/{external-link-icon}^] | ||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| = SUSE K3S | ||
| :description: Notes on running the Stackable Data Platform on SUSE K3S. | ||
|
|
||
| https://www.suse.com/products/k3s/[https://www.suse.com/products/k3s/{external-link-icon}^] |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| = SUSE Rancher | ||
| :description: Notes on running the Stackable Data Platform on SUSE Rancher. | ||
|
|
||
| https://www.rancher.com/products/rancher[https://www.rancher.com/products/rancher{external-link-icon}^] |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| = Guides | ||
| :description: Overview of the guides section, which collects instructions for completing particular tasks with the Stackable Data Platform. | ||
|
|
||
| The guides in this section are useful to complete particular tasks. |
This file was deleted.
This file was deleted.
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -7,6 +7,14 @@ | |||||
| to = "https://hub.stackable.tech/crds" | ||||||
| status = 301 | ||||||
|
|
||||||
| # The internal module is deleted on main but still exists on the release | ||||||
| # branches; this blocks it for every published version without backports. | ||||||
| [[redirects]] | ||||||
| from = "/home/:version/internal/*" | ||||||
| to = "/404.html" | ||||||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I would like to avoid redirecting to
Suggested change
|
||||||
| status = 404 | ||||||
| force = true | ||||||
|
|
||||||
| [[redirects]] | ||||||
| from = "/home/stable/release_notes.html" | ||||||
| to = "/home/stable/release-notes" | ||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The "make sure..." part of the description seems a little off. It doesn't feel like it should be part of the page's description/overview.