Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -184,8 +184,10 @@ dynamicPlugins:
### RHDH
* [Website](https://developers.redhat.com/rhdh/overview)
* [Documentation](https://docs.redhat.com/en/documentation/red_hat_developer_hub/)
* [GitHub Showcase](https://github.com/janus-idp/backstage-showcase)
* [GitHub Plugins](https://github.com/janus-idp/backstage-plugins)
* [Janus Plugins](https://github.com/janus-idp/backstage-plugins)
* [Backstage Community Plugins](https://github.com/backstage/community-plugins)
* [RHDH Plugins](https://github.com/redhat-developer/rhdh-plugins)
* [RHDH Showcase](https://github.com/redhat-developer/rhdh)
- mountPoint: home.page/cards
importName: Markdown
config:
Expand All @@ -202,8 +204,11 @@ dynamicPlugins:
### RHDH
* [Website](https://developers.redhat.com/rhdh/overview)
* [Documentation](https://docs.redhat.com/en/documentation/red_hat_developer_hub/)
* [GitHub Showcase](https://github.com/janus-idp/backstage-showcase)
* [GitHub Plugins](https://github.com/janus-idp/backstage-plugins)
* [Documentation](https://docs.redhat.com/en/documentation/red_hat_developer_hub/)
* [Janus Plugins](https://github.com/janus-idp/backstage-plugins)
* [Backstage Community Plugins](https://github.com/backstage/community-plugins)
* [RHDH Plugins](https://github.com/redhat-developer/rhdh-plugins)
* [RHDH Showcase](https://github.com/redhat-developer/rhdh)
----
--

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ proxy:
'/developer-hub':
target: https://raw.githubusercontent.com/
pathRewrite:
'^/api/proxy/developer-hub/learning-paths': '/janus-idp/backstage-showcase/main/packages/app/public/learning-paths/data.json'
'^/api/proxy/developer-hub/tech-radar': '/janus-idp/backstage-showcase/main/packages/app/public/tech-radar/data-default.json'
'^/api/proxy/developer-hub': '/janus-idp/backstage-showcase/main/packages/app/public/homepage/data.json'
'^/api/proxy/developer-hub/learning-paths': '/redhat-developer/rhdh/main/packages/app/public/learning-paths/data.json'
'^/api/proxy/developer-hub/tech-radar': '/redhat-developer/rhdh/main/packages/app/public/tech-radar/data-default.json'
'^/api/proxy/developer-hub': '/redhat-developer/rhdh/main/packages/app/public/homepage/data.json'
changeOrigin: true
secure: true
----
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ proxy:
'/developer-hub':
target: <DOMAIN_URL> # i.e https://raw.githubusercontent.com/
pathRewrite:
'^/api/proxy/developer-hub': <path to json file> # i.e /janus-idp/backstage-showcase/main/packages/app/public/homepage/data.json
'^/api/proxy/developer-hub': <path to json file> # i.e /redhat-developer/rhdh/main/packages/app/public/homepage/data.json
changeOrigin: true
secure: true
# Change to "false" in case of using self hosted cluster with a self-signed certificate
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ To use plugins in {product}, you can export plugins as derived dynamic plugin pa
.Prerequisites
* The `@janus-idp/cli` package is installed. Use the latest version (`@latest` tag) for compatibility with the most recent features and fixes.
* Node.js and NPM is installed and configured.
* 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].
* 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].
* The third-party plugin must have a valid `package.json` file in its root directory, containing all required metadata and dependencies.
+
--
Expand Down
Loading