Skip to content

Commit

Permalink
Merge branch 'main' into feat/output
Browse files Browse the repository at this point in the history
  • Loading branch information
Techassi authored Oct 20, 2023
2 parents 1bc4f6a + 534cb22 commit fddf2f5
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/modules/stackablectl/pages/commands/demo.adoc
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/stackablectl/pages/commands/operator.adoc
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/stackablectl/pages/commands/release.adoc
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/stackablectl/pages/commands/stack.adoc
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/stackablectl/pages/commands/stacklet.adoc
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
= Add a Demo
:page-aliases: stackablectl::customization/add_demo.adoc
:page-aliases: stable@stackablectl::customization/add_demo.adoc

== Motivation

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
= Add a Release
:page-aliases: stackablectl::customization/add_release.adoc
:page-aliases: stable@stackablectl::customization/add_release.adoc

== Motivation

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
= Add a Stack
:page-aliases: stackablectl::customization/add_stack.adoc
:page-aliases: stable@stackablectl::customization/add_stack.adoc

== Motivation

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/stackablectl/pages/customization/index.adoc
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/stackablectl/pages/index.adoc
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/stackablectl/pages/installation.adoc
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/stackablectl/pages/quickstart.adoc
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit fddf2f5

Please sign in to comment.