-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve Extensions documentation (#362)
Co-authored-by: eskild <[email protected]>
- Loading branch information
1 parent
9350d19
commit 28c7a9b
Showing
3 changed files
with
41 additions
and
13 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,16 @@ | ||
--- | ||
id: plugins | ||
title: Plugins (Extensions) | ||
description: List of Nebari plugins | ||
--- | ||
|
||
Nebari plugins (sometimes referred to as extensions) allow developers to add new features relatively easily without the need to modify the core Nebari code base. At the moment, there are two types of plugins `stages` and `subcommands`. Stage plugins allow users to deploy new features alongside the existing the Nebari features whereas subcommand plugins allow users to extend or modify the existing Nebari CLI. | ||
|
||
You can learn to use and create Nebari extensions in the [extension mechanism documentation](/docs/how-tos/nebari-extension-system). | ||
|
||
## Verified community extensions | ||
|
||
The following community-developed extensions are recognized and verified by the Nebari development team. | ||
|
||
* [nebari-mlflow-aws](https://github.com/MetroStar/nebari-mlflow-aws) | ||
* [nebari-label-studio](https://github.com/MetroStar/nebari-label-studio) |
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
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