Skip to content

Commit 95038cf

Browse files
authored
chore(migration): move from janus-idp/backstage-showcase to redhat-developer/rhdh and add more plugin repo links too (RHIDP-1022) (#847)
1 parent 341fc27 commit 95038cf

5 files changed

+10
-10
lines changed

modules/getting-started/proc-customize-rhdh-learning-paths.adoc

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

modules/getting-started/proc-customize-rhdh-tech-radar-page.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ proxy:
4040
'/developer-hub':
4141
target: <DOMAIN_URL> # i.e https://raw.githubusercontent.com/
4242
pathRewrite:
43-
'^/api/proxy/developer-hub/tech-radar': <path to json file> # i.e /janus-idp/backstage-showcase/main/packages/app/public/tech-radar/data-default.json
44-
'^/api/proxy/developer-hub': <path to json file> # i.e /janus-idp/backstage-showcase/main/packages/app/public/homepage/data.json
43+
'^/api/proxy/developer-hub/tech-radar': <path to json file> # i.e /redhat-developer/rhdh/main/packages/app/public/tech-radar/data-default.json
44+
'^/api/proxy/developer-hub': <path to json file> # i.e /redhat-developer/rhdh/main/packages/app/public/homepage/data.json
4545
changeOrigin: true
4646
secure: true
4747

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ 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)
187+
* [GitHub Showcase](https://github.com/redhat-developer/rhdh)
188188
* [GitHub Plugins](https://github.com/janus-idp/backstage-plugins)
189189
- mountPoint: home.page/cards
190190
importName: Markdown
@@ -202,7 +202,7 @@ dynamicPlugins:
202202
### RHDH
203203
* [Website](https://developers.redhat.com/rhdh/overview)
204204
* [Documentation](https://docs.redhat.com/en/documentation/red_hat_developer_hub/)
205-
* [GitHub Showcase](https://github.com/janus-idp/backstage-showcase)
205+
* [GitHub Showcase](https://github.com/redhat-developer/rhdh)
206206
* [GitHub Plugins](https://github.com/janus-idp/backstage-plugins)
207207
----
208208
--

modules/getting-started/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/release-notes/ref-release-notes-breaking-changes.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ As the scope of the previous plugins has been updated, the dynamic plugin config
8383
|===
8484
|*RHDH 1.2 Configuration* |*RHDH 1.3 Configuration*
8585

86-
| link:https://github.com/janus-idp/backstage-showcase/blob/1.2.x/dynamic-plugins.default.yaml[dynamic-plugins.default.yaml]
87-
| link:https://github.com/janus-idp/backstage-showcase/blob/release-1.3/dynamic-plugins.default.yaml[dynamic-plugins.default.yaml]
86+
| link:https://github.com/redhat-developer/rhdh/blob/1.2.x/dynamic-plugins.default.yaml[dynamic-plugins.default.yaml]
87+
| link:https://github.com/redhat-developer/rhdh/blob/release-1.3/dynamic-plugins.default.yaml[dynamic-plugins.default.yaml]
8888
|===
8989

9090
.Procedure

0 commit comments

Comments
 (0)