-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2609 from reubenmiller/docs-plugins-page
docs: add plugins section
- Loading branch information
Showing
2 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,32 @@ | ||
--- | ||
title: Community Plugins | ||
tags: [Documentation] | ||
sidebar_position: 10 | ||
--- | ||
|
||
import { PluginCardsList } from '@site/src/components/PluginCardsList'; | ||
|
||
The following pages contain a list of available community plugins. You can use these plugins directly or as a reference for creating your own plugins. | ||
|
||
## Plugins List | ||
|
||
The list can be filtered by keywords and/or text to find plugins which are useful to you. | ||
|
||
<PluginCardsList /> | ||
|
||
### Submitting a new plugin | ||
|
||
The list of plugins included in the documentation is maintained in the [documentation repository](https://github.com/thin-edge/tedge-docs?tab=readme-ov-file#community-plugin-documentation). | ||
|
||
New plugins can be added by following these [instructions](https://github.com/thin-edge/tedge-docs?tab=readme-ov-file#community-plugin-documentation). | ||
|
||
## Github hosted plugins | ||
|
||
In addition, a list of [Github plugins](https://github.com/topics/thin-edge) are visible directly from Github. If your plugin is hosted on Github as a public repository, then you can make your plugin discoverable by adding the `thin-edge` tag to the repository, afterwards the plugin will appear in the list. | ||
|
||
<figure> | ||
![Github thin-edge.io plugins](github_plugins_list.png) | ||
<figcaption style={{textAlign:'center'}}> | ||
<a href="https://github.com/topics/thin-edge" target="_blank">Github plugins</a> | ||
</figcaption> | ||
</figure> |
0d4c5aa
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Robot Results