-
Notifications
You must be signed in to change notification settings - Fork 152
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(docs): add dynamic plugins examples doc (#1978)
This change adds a document to hold links to examples that have been developed showing either how to use dynamic plugins or show off features that are related to or enabled by dynamic plugins. Signed-off-by: Stan Lewis <[email protected]>
- Loading branch information
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Examples | ||
|
||
There are several example dynamic plugin projects that have been created to demonstrate various dynamic plugin related features. Here are some links to externally developed examples for further reference. | ||
|
||
> [!WARNING] | ||
> The following examples are maintained on a best-effort basis, some adjustments may be needed to get an example running, especially against a different target RHDH version. | ||
## For RHDH 1.4 (pre-release) | ||
|
||
- [Installing a custom middleware function using a dynamic plugin](https://github.com/gashcrumb/dynamic-plugins-root-http-middleware) | ||
|
||
## For RHDH 1.3 | ||
|
||
- [A dynamic plugin containing a theme](https://github.com/gashcrumb/dynamic-plugins-getting-started-theme) | ||
|
||
## For RHDH 1.2 | ||
|
||
- [A detailed getting started example](https://github.com/gashcrumb/dynamic-plugins-getting-started) | ||
- [A way to expose a custom mount point from a plugin](https://github.com/gashcrumb/dynamic-plugins-getting-started-custom-mount-point) | ||
- [A simple example showing how to embed packages](https://github.com/gashcrumb/dynamic-plugins-getting-started-dependency-embedding) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters