Skip to content

Commit 1e347d7

Browse files
authored
RHDHBUGS-2005 - Fixed broken links (#1348)
I will merge now and adress fixes in followup pull requests.
1 parent f22ef29 commit 1e347d7

File tree

121 files changed

+499
-477
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

121 files changed

+499
-477
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ titles-generated/
77
.vscode
88
.cache/
99
.vscode/
10+
linkchecker-out.csv
11+
linkchecker-out.html

.htmltest.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,10 @@ OutputDir: .cache/htmltest
1010
IgnoreDirectoryMissingTrailingSlash: true
1111
IgnoreSSLVerify: true
1212
IgnoreURLs: # List URLS that are not published, false positives, websites refusing crawlers
13+
# Unauthorized (403)
14+
- https://docs.redhat.com/en/documentation/red_hat_developer_hub
15+
- https://developers.redhat.com
1316
- https://docs.github.com/
17+
- https://entra.microsoft.com
18+
- https://openai.com/api/
19+
- https://platform.openai.com/docs/overview

.linkcheckerrc

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
; Run linkchecker with the configuration file:
2+
; linkchecker -f .linkcheckerrc titles-generated/main/
3+
4+
[filtering]
5+
checkextern=True
6+
ignore=
7+
brand.css
8+
lang.css
9+
http://creativecommons.org/licenses/by-sa/3.0/
10+
https://access.redhat.com/downloads/content/480/
11+
12+
[output]
13+
fileoutput=html,csv
14+
log=failures
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
scaffolder

.vale-styles/config/vocabularies/RHDH/reject.txt

Whitespace-only changes.

.vale.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ MinAlertLevel = suggestion
1212
# Styles to download:
1313
Packages = RedHat,https://github.com/jhradilek/asciidoctor-dita-vale/releases/latest/download/AsciiDocDITA.zip
1414

15+
Vocab = RHDH
16+
1517
# Display alerts on AsciiDoc files:
1618
[*.adoc]
1719
# Apply these styles:

artifacts/attributes.adoc

Lines changed: 102 additions & 110 deletions
Large diffs are not rendered by default.

artifacts/rhdh-plugins-reference/argocd/argocd-plugin-admin.adoc

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ annotations:
3737
...
3838
# The label that Argo CD uses to fetch all the applications. The format to be used is label.key=label.value. For example, rht-gitops.com/janus-argocd=quarkus-app.
3939
40-
argocd/app-selector: '${ARGOCD_LABEL_SELECTOR}'
40+
argocd/app-selector: '${ARGOCD_LABEL_SELECTOR}'
4141
----
4242

4343
* (Optional) Add the following annotation to the entity’s `catalog-info.yaml` file to switch between Argo CD instances as shown in the following example:
@@ -49,7 +49,7 @@ annotations:
4949
...
5050
# The Argo CD instance name used in `app-config.yaml`.
5151
52-
argocd/instance-name: '${ARGOCD_INSTANCE}'
52+
argocd/instance-name: '${ARGOCD_INSTANCE}'
5353
----
5454

5555
+
@@ -81,7 +81,7 @@ The optional Argo CD Rollouts feature enhances Kubernetes by providing advanced
8181

8282
.Prerequisites
8383

84-
* The Backstage Kubernetes plugin (`@backstage/plugin-kubernetes`) is installed and configured.
84+
* The Backstage Kubernetes plugin (`@backstage/plugin-kubernetes`) is installed and configured.
8585

8686
** To install and configure Kubernetes plugin in Backstage, see link:https://backstage.io/docs/features/kubernetes/installation/[Installaltion] and link:https://backstage.io/docs/features/kubernetes/configuration/[Configuration] guide.
8787

@@ -213,7 +213,7 @@ If using the label selector annotation (backstage.io/kubernetes-label-selector),
213213

214214
. Open {Product} interface and navigate to the entity you configured.
215215

216-
. Select the *CD* tab and then select the *GitOps application*. The side panel opens.
216+
. Select the *CD* tab and then select the *GitOps application*. The side panel opens.
217217

218218
. In the *Resources* table of the side panel, verify that the following resources are displayed:
219219

@@ -231,6 +231,5 @@ If using the label selector annotation (backstage.io/kubernetes-label-selector),
231231
[role="_additional-resources"]
232232
.Additional resources
233233

234-
* The package path, scope, and name of the {company-name} ArgoCD plugin has changed since 1.2. For more information, see link:{release-notes-book-url}#removed-functionality-rhidp-4293[Breaking Changes] in the _{release-notes-book-title}_.
235234

236-
* For more information on installing dynamic plugins, see link:{installing-and-viewing-plugins-book-url}[{installing-and-viewing-plugins-book-title}].
235+
* link:{installing-and-viewing-plugins-book-link}[{installing-and-viewing-plugins-book-title}]

artifacts/rhdh-plugins-reference/argocd/argocd-plugin-readme.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ You can use the Argo CD plugin to visualize the Continuous Delivery (CD) workflo
1212

1313
. Select the *Catalog* tab and choose the component that you want to use.
1414

15-
. Select the *CD* tab to view insights into deployments managed by Argo CD.
15+
. Select the *CD* tab to view insights into deployments managed by Argo CD.
1616

1717
+
1818
image::rhdh-plugins-reference/argocd.png[CD tab Argo CD]
@@ -33,4 +33,4 @@ image::rhdh-plugins-reference/deployment_summary.png[Deployment summary]
3333
[role="_additional-resources"]
3434
.Additional resources
3535

36-
* For more information on installing dynamic plugins, see link:{installing-and-viewing-plugins-book-url}[{installing-and-viewing-plugins-book-title}].
36+
* {installing-and-viewing-plugins-book-link}[{installing-and-viewing-plugins-book-title}]

artifacts/rhdh-plugins-reference/argocd/argocd-plugin-user.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ You can use the Argo CD plugin to visualize the Continuous Delivery (CD) workflo
1010

1111
. Select the *Catalog* tab and choose the component that you want to use.
1212

13-
. Select the *CD* tab to view insights into deployments managed by Argo CD.
13+
. Select the *CD* tab to view insights into deployments managed by Argo CD.
1414

1515
+
1616
image::rhdh-plugins-reference/argocd.png[CD tab Argo CD]
@@ -31,4 +31,4 @@ image::rhdh-plugins-reference/deployment_summary.png[Deployment summary]
3131
[role="_additional-resources"]
3232
.Additional resources
3333

34-
* For more information on installing dynamic plugins, see link:{installing-and-viewing-plugins-book-url}[{installing-and-viewing-plugins-book-title}].
34+
* {installing-and-viewing-plugins-book-link}[{installing-and-viewing-plugins-book-title}]

0 commit comments

Comments
 (0)