Skip to content

Commit d1f6042

Browse files
committed
RHIDP-8634-3 - [feedback] Improve the documentation to help developers convert plugins to dynamic plugins
1 parent e8f9eec commit d1f6042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/dynamic-plugins/proc-custom-plugin-conversion.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ yarn build:all
5353
+
5454
[NOTE]
5555
====
56-
At this point, with {product-custom-resource-type}, you need to publish the built plugins to a NPM or NPM-compatible registry. However, as you are building this plugin to support it being loaded dynamically by {product}, you do not need to publish the plugin to a NPM registry. Instead, you can package the plugin for dynamic loading and publish it as a container image on `Quay.io` or your preferred container registry.
56+
After this step, with upstream {backstage}, you publish the built plugins to a NPM or NPM-compatible registry. In this example, as you are building this plugin to support it being loaded dynamically by {product}, you can skip the `npm publish` step that publishes the plugin to a NPM registry. Instead, you can package the plugin for dynamic loading and publish it as a container image on `Quay.io` or your preferred container registry.
5757
====
5858

5959
. Prepare the *Entity Feedback* frontend plugin by using the {product} CLI. The following command uses the plugin files in the `dist` folder that was generated by the `yarn build:all` command, and creates a new `dist-scalprum` folder that contains the necessary configuration and source files to enable dynamic loading:

0 commit comments

Comments
 (0)