diff --git a/docs/src/operate/plugins/github_plugins_list.png b/docs/src/operate/plugins/github_plugins_list.png new file mode 100644 index 00000000000..9cb96edea36 Binary files /dev/null and b/docs/src/operate/plugins/github_plugins_list.png differ diff --git a/docs/src/operate/plugins/index.md b/docs/src/operate/plugins/index.md new file mode 100644 index 00000000000..ed7002f9f22 --- /dev/null +++ b/docs/src/operate/plugins/index.md @@ -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. + + + +### 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. + +
+ ![Github thin-edge.io plugins](github_plugins_list.png) +
+ Github plugins +
+