Skip to content

Commit 5212d94

Browse files
authored
Merge pull request #61771 from abrennan89/RHDEVDOCS-5361
RHDEVDOCS-5361: Minor formatting fixes for console docs
2 parents 569902c + 65bdc61 commit 5212d94

4 files changed

+4
-4
lines changed

cicd/pipelines/understanding-openshift-pipelines.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ toc::[]
1717
* {pipelines-title} are designed for decentralized teams that work on microservice-based architecture.
1818
* {pipelines-title} use standard CI/CD pipeline definitions that are easy to extend and integrate with the existing Kubernetes tools, enabling you to scale on-demand.
1919
* You can use {pipelines-title} to build images with Kubernetes tools such as Source-to-Image (S2I), Buildah, Buildpacks, and Kaniko that are portable across any Kubernetes platform.
20-
* You can use the {product-title} Developer console to create Tekton resources, view logs of pipeline runs, and manage pipelines in your {product-title} namespaces.
20+
* You can use the {product-title} web console *Developer* perspective to create Tekton resources, view logs of pipeline runs, and manage pipelines in your {product-title} namespaces.
2121

2222
[id="op-detailed-concepts"]
2323
== {pipelines-shortname} Concepts

modules/getting-started-web-console-granting-permissions.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The following procedure creates a `RoleBinding` object for the default `ServiceA
1818
1919
.Procedure
2020

21-
. From the *Administrator perspective*, navigate to *User Management* and then click *RoleBindings*.
21+
. Navigate to *User Management* and then click *RoleBindings*.
2222
. Click *Create binding*.
2323
. Select `Namespace role binding (RoleBinding)`.
2424
. In the *Name* field, enter `sa-user-account`.

modules/helm-filtering-helm-charts-by-certification-level.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ You can filter Helm charts based on their certification level in the *Developer
66

77
.Procedure
88

9-
. In the *Developer perspective*, navigate to the *+Add* view and select a project.
9+
. In the *Developer* perspective, navigate to the *+Add* view and select a project.
1010

1111
. From the *Developer Catalog* tile, select the *Helm Chart* option to see all the Helm charts in the *Developer Catalog*.
1212

modules/troubleshooting-dynamic-plugin.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Refer to this list of troubleshooting tips if you run into issues loading your p
1515
$ oc get console.operator.openshift.io cluster -o jsonpath='{.spec.plugins}'
1616
----
1717
18-
** Verify the enabled plugins on the status card of the *Overview* page in the *Administrator perspective*. You will need to refresh your browser if the plugin was recently enabled.
18+
** Verify the enabled plugins on the status card of the *Overview* page in the *Administrator* perspective. You must refresh your browser if the plugin was recently enabled.
1919

2020
* Verify your plugin service is healthy by:
2121
** Verifying your plugin pod status is running and your containers are ready.

0 commit comments

Comments
 (0)