diff --git a/artifacts/attributes.adoc b/artifacts/attributes.adoc index 3dab7bf6c0..569aa1fa5d 100644 --- a/artifacts/attributes.adoc +++ b/artifacts/attributes.adoc @@ -136,3 +136,5 @@ :plugins-configure-book-url: https://docs.redhat.com/en/documentation/red_hat_developer_hub/{product-version}/html-single/configuring_dynamic_plugins/index :plugins-configure-book-title: Configuring dynamic plugins +:plugins-ref-book-url: https://docs.redhat.com/en/documentation/red_hat_developer_hub/{product-version}/html-single/dynamic_plugins_reference/index#red-hat-supported-plugins +:plugins-ref-book-title: Dynamic plugins reference \ No newline at end of file diff --git a/assemblies/dynamic-plugins/assembly-installing-rhdh-plugins.adoc b/assemblies/dynamic-plugins/assembly-installing-rhdh-plugins.adoc index 35e1ee5816..200233fea3 100644 --- a/assemblies/dynamic-plugins/assembly-installing-rhdh-plugins.adoc +++ b/assemblies/dynamic-plugins/assembly-installing-rhdh-plugins.adoc @@ -6,6 +6,13 @@ The dynamic plugin support is based on the backend plugin manager package, which You can use the dynamic plugins that come preinstalled with {product} or install external dynamic plugins from a public NPM registry. +[TIP] +==== +In your plugins configuration file, for preinstalled plugins, use the path specified in the preinstalled plugins tables in the link:{plugins-ref-book-url}#rhdh-supported-plugins[{plugins-ref-book-title}]. + +Use the plugin ID in your plugins' configuration file for external dynamic plugins that you download from an NPM registry. +==== + // Operator installation include::../modules/dynamic-plugins/proc-config-dynamic-plugins-rhdh-operator.adoc[leveloffset=+2]