From 315df27504a970b17ed5efeab9fcebcf864e9e71 Mon Sep 17 00:00:00 2001 From: Benedikt Labrenz Date: Tue, 5 May 2026 21:06:58 +0200 Subject: [PATCH] remove references to stackable cockpit from docs --- modules/ROOT/nav2.adoc | 1 - modules/ROOT/pages/index.adoc | 3 +-- modules/ROOT/pages/quickstart.adoc | 1 - modules/concepts/pages/observability/labels.adoc | 2 +- modules/contributor/pages/docs/overview.adoc | 2 +- modules/contributor/pages/project-overview.adoc | 5 ++--- supplemental-ui/partials/navbar.hbs | 1 - 7 files changed, 5 insertions(+), 10 deletions(-) diff --git a/modules/ROOT/nav2.adoc b/modules/ROOT/nav2.adoc index ab9879acc..793a38ab6 100644 --- a/modules/ROOT/nav2.adoc +++ b/modules/ROOT/nav2.adoc @@ -1,3 +1,2 @@ * Management ** xref:management:stackablectl:index.adoc[] -** xref:management:cockpit:index.adoc[] diff --git a/modules/ROOT/pages/index.adoc b/modules/ROOT/pages/index.adoc index b263c3fd6..cac183bff 100644 --- a/modules/ROOT/pages/index.adoc +++ b/modules/ROOT/pages/index.adoc @@ -132,10 +132,9 @@ Read the CustomResourceDefinition (CRD) reference for all CRDs that are deployed

Tooling

++++ -Learn more about the tooling that supports the Stackable Data Platform; the `stackablectl` CLI utility and the Stackable Cockpit Web UI. +Learn more about `stackablectl`, the CLI utility for the Stackable Data Platform. * xref:management:stackablectl:index.adoc[stackablectl] -* xref:management:cockpit:index.adoc[Cockpit UI] ++++ diff --git a/modules/ROOT/pages/quickstart.adoc b/modules/ROOT/pages/quickstart.adoc index 92679eddd..13acedaa4 100644 --- a/modules/ROOT/pages/quickstart.adoc +++ b/modules/ROOT/pages/quickstart.adoc @@ -1,6 +1,5 @@ = Quickstart :latest-release: https://github.com/stackabletech/stackable-cockpit/releases/tag/stackablectl-1.4.0 -:cockpit-releases: https://github.com/stackabletech/stackable-cockpit/releases :description: Quickstart guide for Stackable: Install stackablectl, set up a demo, and connect to services like Superset and Trino with easy commands and links. This is the super-short getting started guide that should enable you to get something up and running in less than three diff --git a/modules/concepts/pages/observability/labels.adoc b/modules/concepts/pages/observability/labels.adoc index 976f698e6..d54fe6c1f 100644 --- a/modules/concepts/pages/observability/labels.adoc +++ b/modules/concepts/pages/observability/labels.adoc @@ -4,7 +4,7 @@ Labels are key/value pairs in the metadata of Kubernetes objects that add identifying information to the object. They do not have direct semantic implications but can be used to organize and manage resources. -The xref:management:stackablectl:index.adoc[`stackablectl`] tool, the cockpit, and the Helm Charts add labels to the resources that are part of a xref:stacklet.adoc[Stacklet], and the operators add labels to the resources they create. +The xref:management:stackablectl:index.adoc[`stackablectl`] tool and the Helm Charts both add labels to the resources that are part of a xref:stacklet.adoc[Stacklet]. The operators add labels to the resources they create. == Resource labels added by the operators diff --git a/modules/contributor/pages/docs/overview.adoc b/modules/contributor/pages/docs/overview.adoc index 4abf8c5ac..cc9393820 100644 --- a/modules/contributor/pages/docs/overview.adoc +++ b/modules/contributor/pages/docs/overview.adoc @@ -89,7 +89,7 @@ Without this templating mechanism, every release these values would need to be u The documentation consists of two _components_, the `home` and `management` component. All documentation for the operators is in the `home` component, and it is versioned with the platform versions (23.11, 24.3, 24.7 etc.). -The `management` component contains docs for `stackablectl` and the Stackable cockpit; it is not versioned (there is only a single, current version). +The `management` component contains the docs for `stackablectl`. It is not versioned (there is only a single, current version). The `home` component is actually a {antora-distributed-components}[distributed component{external-link-icon}^], which means that it is split across multiple repositories. Each operator repository has a `docs` directory where the docs are found, and in there the `antora.yml` file specifies that the component is `home`, which means that the `home` component is partially defined across all operator repositories. diff --git a/modules/contributor/pages/project-overview.adoc b/modules/contributor/pages/project-overview.adoc index ded323dfc..6fa97ae0a 100644 --- a/modules/contributor/pages/project-overview.adoc +++ b/modules/contributor/pages/project-overview.adoc @@ -41,9 +41,9 @@ The actual product artifacts are pulled from the <>. [[management-tooling]] -=== Management tooling: stackablectl, stackable-cockpit +=== Management tooling: stackablectl -The `stackablectl` commandline tool and the Stackable Cockpit UI are both found in the https://github.com/stackabletech/stackable-cockpit[stackable-cockpit{external-link-icon}^] repository, and they both share some code. +The `stackablectl` commandline tool lives in the https://github.com/stackabletech/stackable-cockpit[stackable-cockpit{external-link-icon}^] repository. The structure of the repository is documented in its README. [[documentation]] @@ -137,7 +137,6 @@ the `sdp` project, run this command: ---- $ curl -X GET --header 'Accept: application/json' 'https://oci.stackable.tech/api/v2.0/projects/sdp/repositories?page=1' | jq --raw-output '.[] | .name' sdp/statsd_exporter -sdp/stackable-cockpit sdp/product1 sdp/git-sync/git-sync sdp/sig-storage/csi-provisioner diff --git a/supplemental-ui/partials/navbar.hbs b/supplemental-ui/partials/navbar.hbs index 768d05d4e..be0b18fb5 100644 --- a/supplemental-ui/partials/navbar.hbs +++ b/supplemental-ui/partials/navbar.hbs @@ -64,7 +64,6 @@