Skip to content

Commit

Permalink
Merge pull request #2609 from reubenmiller/docs-plugins-page
Browse files Browse the repository at this point in the history
docs: add plugins section
  • Loading branch information
reubenmiller authored Jan 25, 2024
2 parents 0e91cc3 + a8970fb commit 0d4c5aa
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
Binary file added docs/src/operate/plugins/github_plugins_list.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
32 changes: 32 additions & 0 deletions docs/src/operate/plugins/index.md
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>

1 comment on commit 0d4c5aa

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Robot Results

✅ Passed ❌ Failed ⏭️ Skipped Total Pass % ⏱️ Duration
381 0 3 381 100 49m17.548s

Please sign in to comment.