Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RHIDP-2567 - Improve content in Chapter 2 of Configuring Dynamic Plugins guide #795

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 2 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
3 changes: 3 additions & 0 deletions artifacts/attributes.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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/{product-version}/html-single/dynamic_plugins_reference/index#red-hat-supported-plugins
:plugins-ref-book-title: Dynamic plugins reference
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Gerry-Forde marked this conversation as resolved.
Show resolved Hide resolved
====

// Operator installation
include::../modules/dynamic-plugins/proc-config-dynamic-plugins-rhdh-operator.adoc[leveloffset=+2]

Expand Down
Loading