Skip to content

Commit c37a0fb

Browse files
authored
RHIDP-8551 fixed the Vale alert: AsciiDocDITA.AuthorLine (#1366)
1 parent cc3082d commit c37a0fb

14 files changed

+96
-49
lines changed

modules/conscious-language.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Add this to the preface.
66
[discrete]
77
[id="making-open-source-more-inclusive"]
88
= Making open source more inclusive
9+
910
Red Hat is committed to replacing problematic language in our code, documentation, and web properties.
1011
We are beginning with these four terms: master, slave, blacklist, and whitelist.
1112
Because of the enormity of this endeavor, these changes will be implemented gradually over several upcoming releases.
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
[id="con-dynamic-plugin-cache_{context}"]
2-
32
= Using the dynamic plugins cache
4-
The dynamic plugins cache in {product} ({product-very-short}) enhances the installation process and reduces platform boot time by storing previously installed plugins. If the configuration remains unchanged, this feature prevents the need to re-download plugins on subsequent boots.
3+
4+
The dynamic plugins cache in {product} ({product-very-short}) enhances the installation process and reduces platform boot time by storing previously installed plugins.
5+
If the configuration remains unchanged, this feature prevents the need to re-download plugins on subsequent boots.
56

67
When you enable dynamic plugins cache:
78

@@ -11,4 +12,4 @@ When you enable dynamic plugins cache:
1112
* Plugins that are disabled since the previous boot are automatically removed.
1213

1314
[NOTE]
14-
To enable the dynamic plugins cache in {product-very-short}, the plugins directory `dynamic-plugins-root` must be a persistent volume.
15+
To enable the dynamic plugins cache in {product-very-short}, the plugins directory `dynamic-plugins-root` must be a persistent volume.

modules/dynamic-plugins/proc-creating-a-pvc-for-the-dynamic-plugin-cache-by-using-helm.adoc

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
[id="proc-creating-a-pvc-for-the-dynamic-plugin-cache-by-using-helm_{context}"]
22
= Creating a PVC for the dynamic plugin cache using the Helm Chart
3+
34
For Helm chart installations, if you require the dynamic plugin cache to persist across pod restarts, you must create a persistent volume claim (PVC) and configure the Helm chart to use it.
45

56
.Prerequisites
67
* You have installed {product} using the Helm chart.
78
* You have installed the {openshift-cli}.
89

9-
.Procedure
10-
. Create the persistent volume definition. For example:
10+
.Procedure
11+
. Create the persistent volume definition.
12+
For example:
1113
+
1214
[source,yaml]
1315
----
@@ -25,7 +27,7 @@ spec:
2527
+
2628
[NOTE]
2729
====
28-
This example uses `ReadWriteOnce` as the access mode which prevents multiple replicas from sharing the PVC across different nodes.
30+
This example uses `ReadWriteOnce` as the access mode which prevents multiple replicas from sharing the PVC across different nodes.
2931
To run multiple replicas on different nodes, depending on your storage driver, you must use an access mode such as `ReadWriteMany`.
3032
====
3133

@@ -35,7 +37,8 @@ To run multiple replicas on different nodes, depending on your storage driver, y
3537
----
3638
oc apply -f pvc.yaml
3739
----
38-
. Configure the Helm chart to use the PVC. For example:
40+
. Configure the Helm chart to use the PVC.
41+
For example:
3942
+
4043
[source,yaml]
4144
----
@@ -69,4 +72,4 @@ upstream:
6972
[NOTE]
7073
====
7174
When you configure the Helm chart to use the PVC, you must also include the link:https://github.com/redhat-developer/rhdh-chart/blob/release-{product-version}/charts/backstage/values.yaml#L145-L181[`extraVolumes`] defined in the default Helm chart.
72-
====
75+
====

modules/dynamic-plugins/proc-extensions-disabling.adoc

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
[id="rhdh-extensions-plugins-disabling_{context}"]
22
= Removing Extensions
3-
The Extensions feature plugins are preinstalled in {product} ({product-very-short}) and enabled by default. If you want to remove Extensions from your {product-very-short} instance, you can disable the relevant plugins.
3+
4+
The Extensions feature plugins are preinstalled in {product} ({product-very-short}) and enabled by default.
5+
If you want to remove Extensions from your {product-very-short} instance, you can disable the relevant plugins.
46

57
.Procedure
68
. To disable the the Extensions feature plugins, edit your `dynamic-plugins.yaml` with the following content.
@@ -18,4 +20,5 @@ plugins:
1820
----
1921

2022
[NOTE]
21-
If you disable the Extensions feature plugins, the *Catalog* and *Installed* tabs will also be removed. You can still view installed plugins by clicking on *Administration* > *Extensions*.
23+
If you disable the Extensions feature plugins, the *Catalog* and *Installed* tabs will also be removed.
24+
You can still view installed plugins by clicking on *Administration* > *Extensions*.

modules/dynamic-plugins/proc-extensions-installing-plugins.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[id="proc-extensions-installing-plugins_{context}"]
22
= Installing plugins by using Extensions
3+
34
You can install and configure plugins by using Extensions.
45

56
.Prerequisites

modules/dynamic-plugins/proc-topology-install.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
= Installation
1+
= Installing the Topology plugin
2+
23
The Topology plugin enables you to visualize the workloads such as Deployment, Job, Daemonset, Statefulset, CronJob, Pods and Virtual Machines powering any service on your Kubernetes cluster.
34

45
.Prerequisites
@@ -9,7 +10,8 @@ The Topology plugin enables you to visualize the workloads such as Deployment, J
910
If you have the {product-short} Kubernetes plugin configured, then the `ClusterRole` is already granted.
1011
1112
.Procedure
12-
* The Topology plugin is pre-loaded in {product-short} with basic configuration properties. To enable it, set the disabled property to false as follows:
13+
* The Topology plugin is pre-loaded in {product-short} with basic configuration properties.
14+
To enable it, set the disabled property to false as follows:
1315
+
1416
.`{my-app-config-file}` fragment
1517
[source,yaml]

modules/dynamic-plugins/ref-catalog-plugin.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
= Plugin cards
2+
23
For each plugin card, the following details are displayed:
34

45
Badge:: The following badges are defined:
@@ -12,7 +13,8 @@ No badge is displayed if a plugin does not match any of these definitions.
1213
Icon:: The plugin icon (base64).
1314
Name:: The plugin name.
1415
Author(s):: A single author name or multiple author names if a plugin is developed by multiple authors.
15-
Category:: The categories that are displayed in the filter and labels. Only one category is shown on the card but any other categories that you select will apply when you use the category filter.
16+
Category:: The categories that are displayed in the filter and labels.
17+
Only one category is shown on the card but any other categories that you select will apply when you use the category filter.
1618
Short description:: Short description that is shown on the cards (text).
1719
Read more link:: Clickable link to open the plugin details page.
1820

@@ -30,4 +32,4 @@ Versions:: Displays the plugin's name, version, role, supported version, and ins
3032

3133
For example:
3234

33-
image::rhdh-plugins-reference/extensions-catalog-sidebar.png[Extensions Catalog sidebar]
35+
image::rhdh-plugins-reference/extensions-catalog-sidebar.png[Extensions Catalog sidebar]
Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,27 @@
11
[id="ref-configuring-the-dynamic-plugins-cache_{context}"]
22
= Configuring the dynamic plugins cache
3+
34
You can set the following optional dynamic plugin cache parameters in your `dynamic-plugins.yaml` file:
45

5-
* `forceDownload`: Set the value to `true` to force a reinstall of the plugin, bypassing the cache. The default value is `false`.
6+
* `forceDownload`: Set the value to `true` to force a reinstall of the plugin, bypassing the cache.
7+
The default value is `false`.
68

7-
* `pullPolicy`: Similar to the `forceDownload` parameter and is consistent with other image container platforms. You can use one of the following values for this key:
9+
* `pullPolicy`: Similar to the `forceDownload` parameter and is consistent with other image container platforms.
10+
You can use one of the following values for this key:
811

912
** `Always`: This value compares the image digest in the remote registry and downloads the artifact if it has changed, even if the plugin was previously downloaded.
1013
** `IfNotPresent`: This value downloads the artifact if it is not already present in the dynamic-plugins-root folder, without checking image digests.
1114
+
12-
[NOTE]
13-
The `pullPolicy` setting is also applied to the NPM downloading method, although `Always` will download the remote artifact without a digest check. The existing `forceDownload` option remains functional, however, the `pullPolicy` option takes precedence. The `forceDownload` option may be deprecated in a future {product-short} release.
15+
[NOTE]
16+
The `pullPolicy` setting is also applied to the NPM downloading method, although `Always` will download the remote artifact without a digest check.
17+
The existing `forceDownload` option remains functional, however, the `pullPolicy` option takes precedence.
18+
The `forceDownload` option may be deprecated in a future {product-short} release.
1419

1520
.Example `dynamic-plugins.yaml` file configuration to download the remote artifact without a digest check:
16-
1721
[source,yaml]
1822
----
1923
plugins:
2024
- disabled: false
2125
pullPolicy: Always
2226
package: 'oci://quay.io/example-org/example-plugin:v1.0.0!internal-backstage-plugin-example'
23-
----
27+
----

modules/importing-repositories/procedure-enabling-the-bulk-import-from-github-feature.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
[id="enabling-and-giving-access-to-the-bulk-import-feature"]
22
= Enabling and giving access to the Bulk Import feature
3+
34
You can enable the Bulk Import feature for users and give them the necessary permissions to access it.
45

56
.Prerequisites
67
* You have xref:enabling-github-repository-discovery[enabled GitHub repository discovery].
78

89
.Procedure
9-
1010
. The Bulk Import plugins are installed but disabled by default.
11-
To enable the `./dynamic-plugins/dist/red-hat-developer-hub-backstage-plugin-bulk-import-backend-dynamic` and `./dynamic-plugins/dist/red-hat-developer-hub-backstage-plugin-bulk-import` plugins,
12-
edit your `dynamic-plugins.yaml` with the following content:
11+
To enable the `./dynamic-plugins/dist/red-hat-developer-hub-backstage-plugin-bulk-import-backend-dynamic` and `./dynamic-plugins/dist/red-hat-developer-hub-backstage-plugin-bulk-import` plugins, edit your `dynamic-plugins.yaml` with the following content:
1312
+
1413
.`dynamic-plugins.yaml` fragment
1514
[source,yaml]
@@ -32,7 +31,8 @@ p, role:default/bulk-import, bulk.import, use, allow
3231
g, user:default/__<your_user>__, role:default/bulk-import
3332
----
3433
+
35-
Note that only {product-short} administrators or users with the `bulk.import` permission can use the Bulk Import feature. See {authorization-book-link}#ref-rbac-permission-policies_title-authorization[Permission policies in {product}].
34+
Note that only {product-short} administrators or users with the `bulk.import` permission can use the Bulk Import feature.
35+
See {authorization-book-link}#ref-rbac-permission-policies_title-authorization[Permission policies in {product}].
3636

3737
.Verification
3838
* The sidebar displays a *Bulk Import* option.

modules/importing-repositories/procedure-managing-the-imported-repository-list.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[id="managing-the-added-repositories"]
22
= Managing the added repositories
3+
34
You can oversee and manage the repositories that are imported to the {product-short}.
45

56
.Prerequisites

0 commit comments

Comments
 (0)