Skip to content

Commit 0955c0b

Browse files
openshift-cherrypick-robotGerry-Fordejmagak
authored
[release-1.8] RHIDP-8911 - Add upstream docs link and Note for Dynamic Plugin Factory in RHDH Docs 1.8 (#1486)
* RHIDP-8911 - Add upstream docs link and Note for Dynamic Plugin Factory in RHDH Docs 1.8 * Update modules/dynamic-plugins/con-dynamic-plugin-factory.adoc Co-authored-by: Judith Magak <[email protected]> * Update modules/dynamic-plugins/con-dynamic-plugin-factory.adoc Co-authored-by: Judith Magak <[email protected]> * Update modules/dynamic-plugins/con-dynamic-plugin-factory.adoc Co-authored-by: Judith Magak <[email protected]> * Update modules/dynamic-plugins/con-dynamic-plugin-factory.adoc Co-authored-by: Judith Magak <[email protected]> * Update con-dynamic-plugin-factory.adoc Typo fix * Update con-dynamic-plugin-factory.adoc --------- Co-authored-by: Gerry-Forde <[email protected]> Co-authored-by: Judith Magak <[email protected]>
1 parent e2d5b19 commit 0955c0b

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
= Using the Dynamic Plugin Factory to convert plugins into dynamic plugins
2+
You can automate the conversion and packaging of standard {product-custom-resource-type} plugins into {product-very-short} dynamic plugins by using the {product-very-short} Dynamic Plugin Factory tool.
3+
4+
[IMPORTANT]
5+
====
6+
The Dynamic Plugin Factory is maintained as an open-source project by {company-name}, but is not supported or subject to any service level agreement (SLA).
7+
====
8+
9+
The core function of the Dynamic Plugin Factory tool is to streamline the dynamic plugin build process, offering the following capabilities:
10+
11+
Source Code Handling:: Manages cloning, checking out, and applying custom patches to the plugin source.
12+
Dependency Management:: Handles yarn installation and TypeScript compilation.
13+
Packaging:: Uses the {product-very-short} CLI to build, export, and package the final dynamic plugin.
14+
Deployment:: Offers an option to push the resulting container image to registries like Quay or OpenShift.
15+
16+
The Dynamic Plugin Factory tool provides a simplified, reproducible method for developers and platform engineers to create and test dynamic plugins using a pre-configured _dynamic plugin factory_ container and documentation, significantly easing migration and testing.
17+
18+
For more information, see link:https://github.com/redhat-developer/rhdh-dynamic-plugin-factory/blob/main/README.md[{product-very-short} Dynamic Plugin Factory].

titles/plugins-rhdh-install/master.adoc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ include::assemblies/dynamic-plugins/assembly-installing-rhdh-plugins.adoc[levelo
1414
//third-party plugins
1515
include::assemblies/dynamic-plugins/assembly-third-party-plugins.adoc[leveloffset=+1]
1616

17+
// Dynamic plugin factory
18+
include::modules/dynamic-plugins/con-dynamic-plugin-factory.adoc[leveloffset=+1]
19+
1720
//Install {product-very-short} container image plugins
1821
include::modules/dynamic-plugins/proc-enable-plugins-rhdh-container-image.adoc[leveloffset=+1]
1922

0 commit comments

Comments
 (0)