Skip to content

Commit d48b7d3

Browse files
authored
Merge pull request #850 from stackabletech/chore/remove-cockpit-references-24.7
chore: Remove references to Stackable Cockpit (backport of #841)
2 parents e39b385 + 78a3f1d commit d48b7d3

7 files changed

Lines changed: 5 additions & 9 deletions

File tree

modules/ROOT/nav2.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
* Management
22
** xref:management:stackablectl:index.adoc[]
3-
** xref:management:cockpit:index.adoc[]

modules/ROOT/pages/index.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,10 +132,9 @@ Read the CustomResourceDefinition (CRD) reference for all CRDs that are deployed
132132
<h3>Tooling</h3>
133133
++++
134134

135-
Learn more about the tooling that supports the Stackable Data Platform; the `stackablectl` CLI utility and the Stackable Cockpit Web UI.
135+
Learn more about `stackablectl`, the CLI utility for the Stackable Data Platform.
136136

137137
* xref:management:stackablectl:index.adoc[stackablectl]
138-
* xref:management:cockpit:index.adoc[Cockpit UI]
139138
140139
++++
141140
</div>

modules/ROOT/pages/quickstart.adoc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
= Quickstart
22

33
:latest-release: https://github.com/stackabletech/stackable-cockpit/releases/tag/stackablectl-1.0.0-rc2
4-
:cockpit-releases: https://github.com/stackabletech/stackable-cockpit/releases
54

65
This is the super-short getting started guide that should enable you to get something up and running in less than three
76
minutes (excluding download times).

modules/concepts/pages/labels.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
Labels are key/value pairs in the metadata of Kubernetes objects that add identifying information to the object.
55
They do not have direct semantic implications but can be used to organize and manage resources.
6-
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.
6+
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.
77

88
== Resource labels added by the operators
99

modules/contributor/pages/docs/overview.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Have a look at the existing getting started guides on how to do this.
6767
== Templating
6868

6969
There is a templating mechanism in the docs.
70-
This has been introduced to template in mostly version numbers, so the updating doesn't have to be done by hand.
70+
This has been introduced to template in mostly version numbers, so the updating doesn't have to be done by hand.
7171

7272
Every Operator repo has a script `scripts/docs_templating.sh` and a file with templating variables `docs/templating_vars.yaml`.
7373
The script applies the variables to all `.j2` files in the `docs` directory.

modules/contributor/pages/project-overview.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ The actual product artifacts are pulled from the <<product-artifacts, product ar
4141
The images are pushed into an <<docker-images, image registry>>.
4242

4343
[[management-tooling]]
44-
=== Management tooling: stackablectl, stackable-cockpit
44+
=== Management tooling: stackablectl
4545

46-
The `stackablectl` commandline tool and the Stackable Cockpit UI are both found in the https://github.com/stackabletech/stackable-cockpit[stackable-cockpit] repository, and they both share some code.
46+
The `stackablectl` commandline tool lives in the https://github.com/stackabletech/stackable-cockpit[stackable-cockpit] repository.
4747
The structure of the repository is documented in its README.
4848

4949
[[documentation]]

supplemental-ui/partials/navbar.hbs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
<div class="navbar-item has-dropdown is-hoverable">
5252
<a class="navbar-link" href="#">Tools</a>
5353
<div class="navbar-dropdown">
54-
<a class="navbar-item" href="{{{ relativize (versioned "management" page "cockpit/index.html") }}}">Cockpit</a>
5554
<a class="navbar-item" href="{{{ relativize (versioned "management" page "stackablectl/index.html") }}}">stackablectl</a>
5655
</div>
5756
</div>

0 commit comments

Comments
 (0)