From 14cedcc5b048a211bc897eb2930604d87462ad2b Mon Sep 17 00:00:00 2001 From: Gerry-Forde Date: Sat, 14 Dec 2024 22:53:48 +0000 Subject: [PATCH 1/3] RHIDP-2567 - Improve content in Chapter 2 of Configuring Dynamic Plugins guide --- artifacts/attributes.adoc | 3 +++ .../dynamic-plugins/assembly-installing-rhdh-plugins.adoc | 7 +++++++ 2 files changed, 10 insertions(+) diff --git a/artifacts/attributes.adoc b/artifacts/attributes.adoc index d9a09e02b6..0e8158ed68 100644 --- a/artifacts/attributes.adoc +++ b/artifacts/attributes.adoc @@ -115,3 +115,6 @@ :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/1.3/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..ed02246f66 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}]. + +For external dynamic plugins that you download from a NPM registry, use the plugin ID in your plugins configuration file. +==== + // Operator installation include::../modules/dynamic-plugins/proc-config-dynamic-plugins-rhdh-operator.adoc[leveloffset=+2] From 590aad9e3168a57e5f32ab6d3642769d4eab8139 Mon Sep 17 00:00:00 2001 From: Gerry-Forde Date: Sat, 14 Dec 2024 23:27:16 +0000 Subject: [PATCH 2/3] RHIDP-2567 - Improve content in Chapter 2 of Configuring Dynamic Plugins guide --- artifacts/attributes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artifacts/attributes.adoc b/artifacts/attributes.adoc index 0e8158ed68..bec6b835ef 100644 --- a/artifacts/attributes.adoc +++ b/artifacts/attributes.adoc @@ -116,5 +116,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/1.3/html-single/dynamic_plugins_reference/index#red-hat-supported-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 From 2fe130836ad011866c56c9b79b27653ce4648b2f Mon Sep 17 00:00:00 2001 From: Gerry-Forde <63045020+Gerry-Forde@users.noreply.github.com> Date: Mon, 16 Dec 2024 11:39:00 +0000 Subject: [PATCH 3/3] Update assemblies/dynamic-plugins/assembly-installing-rhdh-plugins.adoc Co-authored-by: Heena Manwani <59050394+hmanwani-rh@users.noreply.github.com> --- .../dynamic-plugins/assembly-installing-rhdh-plugins.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assemblies/dynamic-plugins/assembly-installing-rhdh-plugins.adoc b/assemblies/dynamic-plugins/assembly-installing-rhdh-plugins.adoc index ed02246f66..200233fea3 100644 --- a/assemblies/dynamic-plugins/assembly-installing-rhdh-plugins.adoc +++ b/assemblies/dynamic-plugins/assembly-installing-rhdh-plugins.adoc @@ -10,7 +10,7 @@ You can use the dynamic plugins that come preinstalled with {product} or install ==== 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}]. -For external dynamic plugins that you download from a NPM registry, use the plugin ID in your plugins configuration file. +Use the plugin ID in your plugins' configuration file for external dynamic plugins that you download from an NPM registry. ==== // Operator installation