Skip to content

Commit 6e0009a

Browse files
authored
RHIDP-8566 fixed Vale alert AsciiDocDITA.LinkAttribute (#1377)
1 parent ef02d43 commit 6e0009a

File tree

6 files changed

+9
-6
lines changed

6 files changed

+9
-6
lines changed

artifacts/attributes.adoc

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,9 @@
114114
:control-access-category-link: {product-docs-link}/#Control access
115115
:customizing-book-link: {product-docs-link}/html-single/customizing_red_hat_developer_hub/index
116116
:customizing-book-title: Customizing {product}
117+
:default-helm-chart-values-link: link:https://github.com/redhat-developer/rhdh-chart/blob/release-{product-version}/charts/backstage/values.yaml
117118
:discover-category-link: {product-docs-link}/#Discover
119+
:dynamic-plugins-default-yaml-link: link:https://github.com/redhat-developer/rhdh/blob/release-{product-version}/dynamic-plugins.default.yaml
118120
:dynamic-plugins-reference-book-link: {product-docs-link}/html-single/dynamic_plugins_reference/index
119121
:dynamic-plugins-reference-book-title: Dynamic plugins reference
120122
:extend-category-link: {product-docs-link}/#Extend
@@ -141,11 +143,12 @@
141143
:integrating-with-github-book-title: Integrating {product} with GitHub
142144
:introduction-to-plugins-book-link: {product-docs-link}/html-single/introduction_to_plugins/index
143145
:introduction-to-plugins-book-title: Introduction to plugins
146+
:learning-path-data-json-link: link:https://raw.githubusercontent.com/redhat-developer/rhdh/release-{product-version}/packages/app/public/learning-paths/data.json
144147
:monitoring-and-logging-book-link: {product-docs-link}/html-single/monitoring_and_logging/index
145148
:monitoring-and-logging-book-title: Monitoring and logging
146149
:observability-category-link: {product-docs-link}/#Observability
147-
:odf-docs-link: link:https://docs.redhat.com/en/documentation/red_hat_openshift_data_foundation/{ocp-version}
148150
:ocp-docs-link: link:https://docs.redhat.com/en/documentation/openshift_container_platform/{ocp-version}
151+
:odf-docs-link: link:https://docs.redhat.com/en/documentation/red_hat_openshift_data_foundation/{ocp-version}
149152
:osd-docs-link: link:https://docs.redhat.com/en/documentation/openshift_dedicated/{osd-version}
150153
:release-notes-book-link: {product-docs-link}/html-single/red_hat_developer_hub_release_notes/index
151154
:release-notes-book-title: {product} release notes

modules/customizing-the-appearance/proc-customizing-entity-detail-tab-layout.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ For consistency with your organization needs, you can change the entity detail t
88

99
.Prerequisites
1010

11-
* The plugin that contributes the tab content allows a configuration, such as https://github.com/redhat-developer/rhdh/blob/release-{product-version}/dynamic-plugins.default.yaml[{product-short} plugins defining a default configuration in a `config` section].
11+
* The plugin that contributes the tab content allows a configuration, such as {dynamic-plugins-default-yaml-link}[{product-short} plugins defining a default configuration in a `config` section].
1212

1313
.Procedure
1414

modules/customizing-the-learning-paths/proc-customizing-the-learning-paths-by-using-hosted-json-files.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ For ease of use and simplicity, you can configure the Learning Paths by using a
77

88
.Procedure
99
. Publish the JSON file containing your Learning Paths data to a web server, such as GitHub or Gitlab.
10-
You can find an example at link:https://raw.githubusercontent.com/redhat-developer/rhdh/release-{product-version}/packages/app/public/learning-paths/data.json[].
10+
You can find an example at {learning-path-data-json-link}[].
1111

1212
. Configure the {product-short} proxy to access the Learning Paths data from the hosted JSON file, by adding the following to the `{my-app-config-file}` file:
1313
+

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,5 @@ upstream:
7373
+
7474
[NOTE]
7575
====
76-
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.
76+
When you configure the Helm chart to use the PVC, you must also include the `extraVolumes` section defined in the {default-helm-chart-values-link}[default Helm chart values].
7777
====

modules/dynamic-plugins/proc-enabling-argo-cd-rollouts.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,4 +157,4 @@ The label selector will override other annotations like kubernetes-id or kuberne
157157

158158
[role="_additional-resources"]
159159
.Additional resources
160-
* link:{installing-and-viewing-plugins-book-url}[{installing-and-viewing-plugins-book-title}]
160+
* {installing-and-viewing-plugins-book-link}[{installing-and-viewing-plugins-book-title}]

modules/dynamic-plugins/proc-using-argo-cd.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ image::rhdh-plugins-reference/deployment_summary.png[Deployment summary]
3232

3333
[role="_additional-resources"]
3434
.Additional resources
35-
* link:{installing-and-viewing-plugins-book-url}[{installing-and-viewing-plugins-book-title}]
35+
* {installing-and-viewing-plugins-book-link}[{installing-and-viewing-plugins-book-title}]

0 commit comments

Comments
 (0)