doc(plugins/support): update
This commit is contained in:
@@ -1,17 +1,27 @@
|
|||||||
### 💭 GitHub Community Support
|
<!--header-->
|
||||||
|
|
||||||
The *support* plugin lets you display your statistics from [GitHub Support Community](https://github.community/).
|
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
<td align="center">
|
<tr><th colspan="2"><h3>💭 GitHub Community Support</h3></th></tr>
|
||||||
<img src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.support.svg">
|
<tr><td colspan="2" align="center"><p>This plugin displays your statistics from <a href="https://github.community/">GitHub Support Community</a> (an account must be created on it beforehand).</p>
|
||||||
<img width="900" height="1" alt="">
|
</td></tr>
|
||||||
</td>
|
<tr>
|
||||||
|
<th rowspan="3">Supported features<br><sub><a href="metadata.yml">→ Full specification</a></sub></th>
|
||||||
|
<td><a href="/source/templates/classic"><code>📗 Classic template</code></a></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><code>👤 Users</code></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td><i>No tokens are required for this plugin</i></td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td colspan="2" align="center">
|
||||||
|
<img width="900" height="1" alt="">
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
<!--/header-->
|
||||||
|
|
||||||
An account on [GitHub Support Community](https://github.community/) is required to use this plugin.
|
## ➡️ Available options
|
||||||
|
|
||||||
#### ➡️ Available options
|
|
||||||
|
|
||||||
<!--options-->
|
<!--options-->
|
||||||
<table>
|
<table>
|
||||||
@@ -20,7 +30,7 @@ An account on [GitHub Support Community](https://github.community/) is required
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td nowrap="nowrap"><code>plugin_support</code></td>
|
<td nowrap="nowrap"><code>plugin_support</code></td>
|
||||||
<td rowspan="2"><p>GitHub Community Support metrics</p>
|
<td rowspan="2"><p>Enable support plugin</p>
|
||||||
<img width="900" height="1" alt=""></td>
|
<img width="900" height="1" alt=""></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
@@ -31,9 +41,7 @@ An account on [GitHub Support Community](https://github.community/) is required
|
|||||||
</table>
|
</table>
|
||||||
<!--/options-->
|
<!--/options-->
|
||||||
|
|
||||||
*[→ Full specification](metadata.yml)*
|
## ℹ️ Examples workflows
|
||||||
|
|
||||||
#### ℹ️ Examples workflows
|
|
||||||
|
|
||||||
<!--examples-->
|
<!--examples-->
|
||||||
```yaml
|
```yaml
|
||||||
@@ -46,4 +54,4 @@ with:
|
|||||||
plugin_support: 'yes'
|
plugin_support: 'yes'
|
||||||
|
|
||||||
```
|
```
|
||||||
<!--/examples-->
|
<!--/examples-->
|
||||||
|
|||||||
@@ -1,13 +1,16 @@
|
|||||||
name: "💭 GitHub Community Support"
|
name: "💭 GitHub Community Support"
|
||||||
category: github
|
category: github
|
||||||
|
description: This plugin displays your statistics from [GitHub Support Community](https://github.community/) (an account must be created on it beforehand).
|
||||||
|
|
||||||
|
example:
|
||||||
|
default: https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.support.svg
|
||||||
index: 17
|
index: 17
|
||||||
supports:
|
supports:
|
||||||
- user
|
- user
|
||||||
scopes: []
|
scopes: []
|
||||||
inputs:
|
inputs:
|
||||||
|
|
||||||
# Enable or disable plugin
|
|
||||||
plugin_support:
|
plugin_support:
|
||||||
description: GitHub Community Support metrics
|
description: Enable support plugin
|
||||||
type: boolean
|
type: boolean
|
||||||
default: no
|
default: no
|
||||||
Reference in New Issue
Block a user