Skip to content

Commit e1081b6

Browse files
chore(migration): move from janus-idp/backstage-showcase to redhat-developer/rhdh and add more plugin repo links too (RHIDP-1022) (#846)
Co-authored-by: Nick Boldt <[email protected]>
1 parent 0aa5e15 commit e1081b6

File tree

4 files changed

+14
-9
lines changed

4 files changed

+14
-9
lines changed

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

modules/customizing-the-learning-paths/proc-customize-rhdh-learning-paths.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ proxy:
3535
'/developer-hub':
3636
target: https://raw.githubusercontent.com/
3737
pathRewrite:
38-
'^/api/proxy/developer-hub/learning-paths': '/janus-idp/backstage-showcase/main/packages/app/public/learning-paths/data.json'
39-
'^/api/proxy/developer-hub/tech-radar': '/janus-idp/backstage-showcase/main/packages/app/public/tech-radar/data-default.json'
40-
'^/api/proxy/developer-hub': '/janus-idp/backstage-showcase/main/packages/app/public/homepage/data.json'
38+
'^/api/proxy/developer-hub/learning-paths': '/redhat-developer/rhdh/main/packages/app/public/learning-paths/data.json'
39+
'^/api/proxy/developer-hub/tech-radar': '/redhat-developer/rhdh/main/packages/app/public/tech-radar/data-default.json'
40+
'^/api/proxy/developer-hub': '/redhat-developer/rhdh/main/packages/app/public/homepage/data.json'
4141
changeOrigin: true
4242
secure: true
4343
----

modules/customizing-the-quick-access-card/proc-using-hosted-json-files-to-provide-data-to-the-quick-access-card.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ proxy:
2626
'/developer-hub':
2727
target: <DOMAIN_URL> # i.e https://raw.githubusercontent.com/
2828
pathRewrite:
29-
'^/api/proxy/developer-hub': <path to json file> # i.e /janus-idp/backstage-showcase/main/packages/app/public/homepage/data.json
29+
'^/api/proxy/developer-hub': <path to json file> # i.e /redhat-developer/rhdh/main/packages/app/public/homepage/data.json
3030
changeOrigin: true
3131
secure: true
3232
# Change to "false" in case of using self hosted cluster with a self-signed certificate

modules/dynamic-plugins/proc-export-third-party-plugins-rhdh.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ To use plugins in {product}, you can export plugins as derived dynamic plugin pa
66
.Prerequisites
77
* The `@janus-idp/cli` package is installed. Use the latest version (`@latest` tag) for compatibility with the most recent features and fixes.
88
* Node.js and NPM is installed and configured.
9-
* The third-party plugin is compatible with your {product} version. For more information, see link:https://github.com/janus-idp/backstage-showcase/blob/main/docs/dynamic-plugins/versions.md[Version compatibility matrix].
9+
* The third-party plugin is compatible with your {product} version. For more information, see link:https://github.com/redhat-developer/rhdh/blob/main/docs/dynamic-plugins/versions.md[Version compatibility matrix].
1010
* The third-party plugin must have a valid `package.json` file in its root directory, containing all required metadata and dependencies.
1111
+
1212
--

0 commit comments

Comments
 (0)