From 534cb22a44d873cc1a01ed5fc4240d0dc2888c3c Mon Sep 17 00:00:00 2001 From: Felix Hennig Date: Fri, 20 Oct 2023 11:24:05 +0200 Subject: [PATCH] fixed redirects (#129) --- docs/modules/stackablectl/pages/commands/demo.adoc | 2 +- docs/modules/stackablectl/pages/commands/operator.adoc | 2 +- docs/modules/stackablectl/pages/commands/release.adoc | 2 +- docs/modules/stackablectl/pages/commands/stack.adoc | 2 +- docs/modules/stackablectl/pages/commands/stacklet.adoc | 2 +- docs/modules/stackablectl/pages/customization/add-demo.adoc | 2 +- docs/modules/stackablectl/pages/customization/add-release.adoc | 2 +- docs/modules/stackablectl/pages/customization/add-stack.adoc | 2 +- docs/modules/stackablectl/pages/customization/index.adoc | 2 +- docs/modules/stackablectl/pages/index.adoc | 2 +- docs/modules/stackablectl/pages/installation.adoc | 2 +- docs/modules/stackablectl/pages/quickstart.adoc | 2 +- 12 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/modules/stackablectl/pages/commands/demo.adoc b/docs/modules/stackablectl/pages/commands/demo.adoc index ba931a9d..abac3dc2 100644 --- a/docs/modules/stackablectl/pages/commands/demo.adoc +++ b/docs/modules/stackablectl/pages/commands/demo.adoc @@ -1,5 +1,5 @@ = stackablectl demo -:page-aliases: stackablectl::commands/demo.adoc +:page-aliases: stable@stackablectl::commands/demo.adoc A demo is an end-to-end demonstration of the usage of the Stackable data platform. It is tied to a specific stack of the Stackable data platform, which will provide the required products for the demo. diff --git a/docs/modules/stackablectl/pages/commands/operator.adoc b/docs/modules/stackablectl/pages/commands/operator.adoc index 3ec09e67..0ae50c5b 100644 --- a/docs/modules/stackablectl/pages/commands/operator.adoc +++ b/docs/modules/stackablectl/pages/commands/operator.adoc @@ -1,5 +1,5 @@ = stackablectl operator -:page-aliases: stackablectl::commands/operator.adoc +:page-aliases: stable@stackablectl::commands/operator.adoc The `stackable operator` command allows the listing, installation and removal of Stackable operators. Operators manage the individual data products of the Stackable Data Platform. diff --git a/docs/modules/stackablectl/pages/commands/release.adoc b/docs/modules/stackablectl/pages/commands/release.adoc index 148f2228..fb3c750e 100644 --- a/docs/modules/stackablectl/pages/commands/release.adoc +++ b/docs/modules/stackablectl/pages/commands/release.adoc @@ -1,5 +1,5 @@ = stackablectl release -:page-aliases: stackablectl::commands/release.adoc +:page-aliases: stable@stackablectl::commands/release.adoc A release is a bundle of operators of a specific stable version. The stable versions of the operators are tested and proven to work hand in hand. If you want to install a single individual operator, look at the diff --git a/docs/modules/stackablectl/pages/commands/stack.adoc b/docs/modules/stackablectl/pages/commands/stack.adoc index 36963875..27c9049b 100644 --- a/docs/modules/stackablectl/pages/commands/stack.adoc +++ b/docs/modules/stackablectl/pages/commands/stack.adoc @@ -1,5 +1,5 @@ = stackablectl stack -:page-aliases: stackablectl::commands/stack.adoc +:page-aliases: stable@stackablectl::commands/stack.adoc A stack is a collection of ready-to-use Stackable data products as well as required third-party services like Postgresql or MinIO. It is tied to a specific release of the Stackable data platform, which will provide the required operators for diff --git a/docs/modules/stackablectl/pages/commands/stacklet.adoc b/docs/modules/stackablectl/pages/commands/stacklet.adoc index 044aa587..fc7e68bb 100644 --- a/docs/modules/stackablectl/pages/commands/stacklet.adoc +++ b/docs/modules/stackablectl/pages/commands/stacklet.adoc @@ -1,5 +1,5 @@ = stackablectl stacklets -:page-aliases: stackablectl::commands/services.adoc +:page-aliases: stable@stackablectl::commands/services.adoc The `stacklet` command allows you to interact with deployed stacklets, which are bundles of resources and containers required to run the product. diff --git a/docs/modules/stackablectl/pages/customization/add-demo.adoc b/docs/modules/stackablectl/pages/customization/add-demo.adoc index 8c0b3f61..f89b137b 100644 --- a/docs/modules/stackablectl/pages/customization/add-demo.adoc +++ b/docs/modules/stackablectl/pages/customization/add-demo.adoc @@ -1,5 +1,5 @@ = Add a Demo -:page-aliases: stackablectl::customization/add_demo.adoc +:page-aliases: stable@stackablectl::customization/add_demo.adoc == Motivation diff --git a/docs/modules/stackablectl/pages/customization/add-release.adoc b/docs/modules/stackablectl/pages/customization/add-release.adoc index 5e85ecf0..7d9b5221 100644 --- a/docs/modules/stackablectl/pages/customization/add-release.adoc +++ b/docs/modules/stackablectl/pages/customization/add-release.adoc @@ -1,5 +1,5 @@ = Add a Release -:page-aliases: stackablectl::customization/add_release.adoc +:page-aliases: stable@stackablectl::customization/add_release.adoc == Motivation diff --git a/docs/modules/stackablectl/pages/customization/add-stack.adoc b/docs/modules/stackablectl/pages/customization/add-stack.adoc index 7b7d0309..667adf0e 100644 --- a/docs/modules/stackablectl/pages/customization/add-stack.adoc +++ b/docs/modules/stackablectl/pages/customization/add-stack.adoc @@ -1,5 +1,5 @@ = Add a Stack -:page-aliases: stackablectl::customization/add_stack.adoc +:page-aliases: stable@stackablectl::customization/add_stack.adoc == Motivation diff --git a/docs/modules/stackablectl/pages/customization/index.adoc b/docs/modules/stackablectl/pages/customization/index.adoc index 43edb209..9bab346a 100644 --- a/docs/modules/stackablectl/pages/customization/index.adoc +++ b/docs/modules/stackablectl/pages/customization/index.adoc @@ -1,5 +1,5 @@ = Customization -:page-aliases: stackablectl::customization/index.adoc +:page-aliases: stable@stackablectl::customization/index.adoc If you're working for a large company, chances are that there are multiple teams using the Stackable Data Platform. A single team can also operate multiple Stackable Data Platforms. `stackablectl` is build in a way customers or diff --git a/docs/modules/stackablectl/pages/index.adoc b/docs/modules/stackablectl/pages/index.adoc index 78e1320b..0f1a9961 100644 --- a/docs/modules/stackablectl/pages/index.adoc +++ b/docs/modules/stackablectl/pages/index.adoc @@ -1,5 +1,5 @@ = stackablectl -:page-aliases: stackablectl::index.adoc +:page-aliases: stable@stackablectl::index.adoc The `stackablectl` command line tool interacts with the Stackable data platform. It can install individual operators as well as platform releases. It also ships with a set of pre-built xref:commands/demo.adoc[`demos`] that diff --git a/docs/modules/stackablectl/pages/installation.adoc b/docs/modules/stackablectl/pages/installation.adoc index 5c2deb5e..04266f23 100644 --- a/docs/modules/stackablectl/pages/installation.adoc +++ b/docs/modules/stackablectl/pages/installation.adoc @@ -1,5 +1,5 @@ = Installation -:page-aliases: stackablectl::installation.adoc +:page-aliases: stable@stackablectl::installation.adoc :latest-release: https://github.com/stackabletech/stackable-cockpit/releases/tag/stackablectl-1.0.0-rc2 :fish-comp-loations: https://fishshell.com/docs/current/completions.html#where-to-put-completions diff --git a/docs/modules/stackablectl/pages/quickstart.adoc b/docs/modules/stackablectl/pages/quickstart.adoc index 31023164..2d4ef2bf 100644 --- a/docs/modules/stackablectl/pages/quickstart.adoc +++ b/docs/modules/stackablectl/pages/quickstart.adoc @@ -1,5 +1,5 @@ = Quickstart -:page-aliases: stackablectl::quickstart.adoc +:page-aliases: stable@stackablectl::quickstart.adoc In this Quickstart guide, you will install a xref:commands/demo.adoc[demo], which is an end-to-end demonstration of the usage of the Stackable data platform. Please follow the xref:installation.adoc[Installation documentation] to install