Skip to content

Commit 4c41402

Browse files
authored
Merge branch 'main' into HACDOCS-975-jfrog-artifactory-plugin
2 parents 47ac826 + 2f53ecb commit 4c41402

File tree

14 files changed

+36
-24
lines changed

14 files changed

+36
-24
lines changed

README.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,3 @@ Submit a pull request against this repo.
2424

2525
## Plugins Reference Guide
2626
For Plugin configuration guide, see upstream content in https://github.com/janus-idp/backstage-plugins/tree/main/plugins
27-
28-
TODO: transform backstage-plugins markdown content into adoc, hosted in this repo. See https://issues.redhat.com/browse/RHIDP-451 for details.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 dynamic plugins, see link:https://docs.redhat.com/en/documentation/red_hat_developer_hub/1.2/html/configuring_plugins_in_red_hat_developer_hub/rhdh-installing-dynamic-plugins[Dynamic plugin installation].
36+
* For more information on installing dynamic plugins, see link:{installing-and-viewing-dynamic-plugins-url}[{installing-and-viewing-dynamic-plugins-title}].

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 dynamic plugins, see link:https://docs.redhat.com/en/documentation/red_hat_developer_hub/1.2/html/configuring_plugins_in_red_hat_developer_hub/rhdh-installing-dynamic-plugins[Dynamic plugin installation].
34+
* For more information on installing dynamic plugins, see link:{installing-and-viewing-dynamic-plugins-url}[{installing-and-viewing-dynamic-plugins-title}].

assemblies/assembly-about-rhdh.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ endif::[]
1717
{product-very-short} integrates software templates, pre-designed solutions, and dynamic plugins into a centralized platform, providing tailored solutions for operations and development teams in a unified environment.
1818

1919
include::modules/about/con-benefits-of-rhdh.adoc[leveloffset=+1]
20-
include::modules/about/con_integrations-in-rhdh.adoc[leveloffset=+1]
20+
include::modules/about/con-integrations-in-rhdh.adoc[leveloffset=+1]
2121
include::modules/about/ref-supported-platforms.adoc[leveloffset=+1]
2222
include::modules/about/ref-rhdh-sizing.adoc[leveloffset=+1]
2323
include::modules/about/ref-customer-support-info.adoc[leveloffset=+1]
File renamed without changes.

modules/about/ref-customer-support-info.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@
44
If you experience difficulty with a procedure described in this documentation, visit the http://access.redhat.com[Red Hat Customer Portal]. You can use the Red Hat Customer Portal for the following purposes:
55

66
* To search or browse through the Red Hat Knowledgebase of technical support articles about Red Hat products.
7-
* To create a https://access.redhat.com/support/cases/#/case/new/get-support?caseCreate=true[support case] for {company-name} Global Support Services (GSS). For support case creation, select *{product}* as the product and select the appropriate product version. For detailed information about supported platforms, see link:{release-notes-url}#con-release-notes-overview.adoc[Supported Platforms] and the link:https://access.redhat.com/support/policy/updates/developerhub[{product} Life Cycle].
7+
* To create a https://access.redhat.com/support/cases/#/case/new/get-support?caseCreate=true[support case] for {company-name} Global Support Services (GSS). For support case creation, select *{product}* as the product and select the appropriate product version.
8+
* For detailed information about supported platforms and life cycle details, see link:https://access.redhat.com/support/policy/updates/developerhub[{product} Life Cycle].
9+

modules/about/ref-supported-platforms.adoc

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@
66
[id="supported-platforms_{context}"]
77
= Supported platforms
88

9-
{product} runs on {ocp-short} {ocp-version-min}-{ocp-version} on supported architectures and providers, such as:
9+
You can find the supported platforms and life cycle dates for both current and past versions of {product} on the link:https://access.redhat.com/support/policy/updates/developerhub[Life Cycle page].
1010

11-
* link:{installing-on-ocp-book-url}[{ocp-brand-name} {ocp-version-min}-{ocp-version}]
12-
* link:{installing-on-eks-book-url}[{eks-brand-name}]
13-
* link:{installing-on-aks-book-url}[{aks-brand-name}]
14-
* link:{installing-on-osd-on-gcp-book-url}[{gcp-brand-name}]
15-
* link:{installing-on-gke-book-url}[{gke-brand-name}]
11+
[role="_additional-resources"]
12+
.Additional resources
13+
14+
* link:https://redhat-developer.github.io/red-hat-developers-documentation-rhdh/pr-837/rel-notes-rhdh/#compatibility-matrix[{product} {product-version} Compatibility Matrix].

modules/authentication/proc-enabling-authentication-with-github.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ TIP: If you plan to make changes using the GitHub API, ensure that `Read and wri
5555
+
5656
`AUTH_GITHUB_APP_ID`:: Enter the saved **App ID**.
5757
`AUTH_GITHUB_CLIENT_ID`:: Enter the saved **Client ID**.
58-
`GITHUB_HOST_DOMAIN`:: Enter your GitHub host domain: `pass:c[https://github.com]` unless you are using GitHub Enterprise.
58+
`GITHUB_HOST_DOMAIN`:: Enter your GitHub host domain: `github.com` unless you are using GitHub Enterprise.
5959
`GITHUB_ORGANIZATION`:: Enter your GitHub organization name, such as `__<your_github_organization_name>__'.
6060
`GITHUB_ORG_URL`:: Enter `$GITHUB_HOST_DOMAIN/$GITHUB_ORGANIZATION`.
6161
`GITHUB_CLIENT_SECRET`:: Enter the saved **Client Secret**.

modules/authorization/proc-enabling-the-rbac-plugin.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Enable the RBAC plugin and declare policy administrators to start using RBAC fea
77
The permission policies for users and groups in the {product-short} are managed by permission policy administrators. Only permission policy administrators can access the Role-Based Access Control REST API.
88

99
.Prerequisites
10-
* You have link:{linkadminguide}#assembly-add-custom-app-file-openshift_admin-rhdh[added a custom {product-short} application configuration], and have sufficient permissions to modify it.
11-
* You have link:{authentication-book-title}[enabled an authentication provider].
10+
* You have link:{configuring-book-url}[added a custom {product-short} application configuration], and have necessary permissions to modify it.
11+
* You have link:{authentication-book-url}[enabled an authentication provider].
1212

1313
.Procedure
1414
. The RBAC plugin is installed but disabled by default.

modules/customizing-the-home-page/proc-customizing-the-home-page-cards.adoc

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,10 @@ dynamicPlugins:
184184
### RHDH
185185
* [Website](https://developers.redhat.com/rhdh/overview)
186186
* [Documentation](https://docs.redhat.com/en/documentation/red_hat_developer_hub/)
187-
* [GitHub Showcase](https://github.com/janus-idp/backstage-showcase)
188-
* [GitHub Plugins](https://github.com/janus-idp/backstage-plugins)
187+
* [Janus Plugins](https://github.com/janus-idp/backstage-plugins)
188+
* [Backstage Community Plugins](https://github.com/backstage/community-plugins)
189+
* [RHDH Plugins](https://github.com/redhat-developer/rhdh-plugins)
190+
* [RHDH Showcase](https://github.com/redhat-developer/rhdh)
189191
- mountPoint: home.page/cards
190192
importName: Markdown
191193
config:
@@ -202,8 +204,11 @@ dynamicPlugins:
202204
### RHDH
203205
* [Website](https://developers.redhat.com/rhdh/overview)
204206
* [Documentation](https://docs.redhat.com/en/documentation/red_hat_developer_hub/)
205-
* [GitHub Showcase](https://github.com/janus-idp/backstage-showcase)
206-
* [GitHub Plugins](https://github.com/janus-idp/backstage-plugins)
207+
* [Documentation](https://docs.redhat.com/en/documentation/red_hat_developer_hub/)
208+
* [Janus Plugins](https://github.com/janus-idp/backstage-plugins)
209+
* [Backstage Community Plugins](https://github.com/backstage/community-plugins)
210+
* [RHDH Plugins](https://github.com/redhat-developer/rhdh-plugins)
211+
* [RHDH Showcase](https://github.com/redhat-developer/rhdh)
207212
----
208213
--
209214

0 commit comments

Comments
 (0)