Skip to content

Commit 1c74a6e

Browse files
authored
Merge branch 'main' into RHIDP-7612
2 parents 5308a7c + 6e0009a commit 1c74a6e

File tree

479 files changed

+6834
-1943
lines changed

Some content is hidden

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

479 files changed

+6834
-1943
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
titles/*/build
33
index.html
44
titles-generated/
5+
.vale-styles/AsciiDocDITA
56
.vale-styles/RedHat
67
.vscode
78
.cache/
89
.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: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,16 @@ StylesPath = ".vale-styles"
1010
MinAlertLevel = suggestion
1111

1212
# Styles to download:
13-
Packages = RedHat
13+
Packages = RedHat,https://github.com/jhradilek/asciidoctor-dita-vale/releases/latest/download/AsciiDocDITA.zip
14+
15+
Vocab = RHDH
1416

1517
# Display alerts on AsciiDoc files:
1618
[*.adoc]
1719
# Apply these styles:
18-
BasedOnStyles = RedHat,DeveloperHub
20+
BasedOnStyles = RedHat,DeveloperHub,AsciiDocDITA
21+
22+
# Disable certain rules:
23+
AsciiDocDITA.AttributeReference = NO
24+
AsciiDocDITA.ShortDescription = NO
25+
AsciiDocDITA.CrossReference = NO

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"cSpell.words": [
3-
"preconfigured"
3+
"preconfigured",
4+
"quicklinks"
45
]
56
}

artifacts/attributes.adoc

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

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

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
= Enabling the Argo CD plugin
22

3-
You can use the Argo CD plugin to visualize the Continuous Delivery (CD) workflows in OpenShift GitOps. This plugin provides a visual overview of the application’s status, deployment details, commit message, author of the commit, container image promoted to environment and deployment history.
3+
You can use the Argo CD plugin to visualize the Continuous Delivery (CD) workflows in OpenShift GitOps. This plugin provides a visual overview of the status of the application, deployment details, commit message, author of the commit, container image promoted to environment and deployment history.
44

55
.Prerequisites
66

@@ -22,8 +22,13 @@ argocd:
2222
username: ${ARGOCD_USERNAME}
2323
password: ${ARGOCD_PASSWORD}
2424
----
25+
+
26+
[NOTE]
27+
====
28+
Avoid using a trailing slash in the `url`, as it might cause unexpected behavior.
29+
====
2530

26-
* Add the following annotation to the entity’s `catalog-info.yaml` file to identify the Argo CD applications.
31+
* Add the following annotation to the entity `catalog-info.yaml` file to identify the Argo CD applications.
2732
2833
+
2934
[source,yaml]
@@ -32,7 +37,7 @@ annotations:
3237
...
3338
# 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.
3439
35-
argocd/app-selector: '${ARGOCD_LABEL_SELECTOR}'
40+
argocd/app-selector: '${ARGOCD_LABEL_SELECTOR}'
3641
----
3742

3843
* (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:
@@ -44,7 +49,7 @@ annotations:
4449
...
4550
# The Argo CD instance name used in `app-config.yaml`.
4651
47-
argocd/instance-name: '${ARGOCD_INSTANCE}'
52+
argocd/instance-name: '${ARGOCD_INSTANCE}'
4853
----
4954

5055
+
@@ -76,7 +81,7 @@ The optional Argo CD Rollouts feature enhances Kubernetes by providing advanced
7681

7782
.Prerequisites
7883

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

8186
** 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.
8287

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

209214
. Open {Product} interface and navigate to the entity you configured.
210215

211-
. 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.
212217

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

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

229-
* 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}_.
230234

231-
* 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}]

0 commit comments

Comments
 (0)