ci: auto-regenerate files

This commit is contained in:
github-actions[bot]
2022-07-05 04:28:43 +00:00
parent ebd3026493
commit 7379fb21a8
47 changed files with 572 additions and 483 deletions

View File

@@ -99,10 +99,9 @@ Plugins are auto-loaded based on their folder existence, so there's no need to r
The default file looks like below:
```yaml
name: 🧩 Plugin name
name: "🧩 Plugin name"
category: community
description: |
Short description
description: Short description
examples:
default: https://via.placeholder.com/468x60?text=No%20preview%20available
authors:
@@ -115,8 +114,7 @@ scopes: []
inputs:
plugin_{name}:
description: |
Enable {name} plugin
description: Enable {name} plugin
type: boolean
default: no
```
@@ -136,16 +134,14 @@ Because of GitHub Actions original limitations, only strings, numbers and boolea
*Example: boolean type, defaults to `false`*
```yml
plugin_{name}_{option}:
description: |
Boolean type
description: Boolean type
type: boolean
default: no
```
```yml
plugin_{name}_{option}:
description: |
String type
description: String type
type: string
default: .user.login
```
@@ -155,8 +151,7 @@ Because of GitHub Actions original limitations, only strings, numbers and boolea
*Example: string type, defaults to `foo` with `foo` or `bar` as allowed values*
```yml
plugin_{name}_{option}:
description: |
Select type
description: Select type
type: string
values:
- foo
@@ -169,8 +164,7 @@ Because of GitHub Actions original limitations, only strings, numbers and boolea
*Example: number type, defaults to `1` and expected to be between `0` and `100`*
```yml
plugin_{name}_{option}:
description: |
Number type
description: Number type
type: number
default: 1
min: 0
@@ -184,8 +178,7 @@ Because of GitHub Actions original limitations, only strings, numbers and boolea
*Example: array type, with comma-separated elements*
```yml
plugin_{name}_{option}:
description: |
Array type
description: Array type
type: array
format: comma-separated
values:
@@ -199,8 +192,7 @@ Because of GitHub Actions original limitations, only strings, numbers and boolea
*Example: json type*
```yml
plugin_{name}_{option}:
description: |
JSON type
description: JSON type
type: json
default: |
{

View File

@@ -2,7 +2,7 @@
<table>
<tr><td colspan="2"><a href="/README.md#-plugins">← Back to plugins index</a></td></tr>
<tr><th colspan="2"><h3>💉 Nightscout</h3></th></tr>
<tr><td colspan="2" align="center"><p>This plugin lets you display blood sugar values from a <a href="http://nightscout.info">Nightscout</a> site.</p>
<tr><td colspan="2" align="center"><p>This plugin displays blood sugar values from a <a href="http://nightscout.info">Nightscout</a> site.</p>
</td></tr>
<tr><th>Authors</th><td><a href="https://github.com/legoandmars">@legoandmars</a></td></tr>
<tr>

View File

@@ -2,8 +2,8 @@
<table>
<tr><td colspan="2"><a href="/README.md#-plugins">← Back to plugins index</a></td></tr>
<tr><th colspan="2"><h3>📸 Website screenshot</h3></th></tr>
<tr><td colspan="2" align="center"><p>This plugin display a screenshot from any website.
It can either the full page or a portion restricted by a <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Selectors">CSS selector</a>.</p>
<tr><td colspan="2" align="center"><p>This plugin displays a screenshot from any website.</p>
<p>It can either show the full page or a portion restricted by a <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Selectors">CSS selector</a>.</p>
</td></tr>
<tr><th>Authors</th><td><a href="https://github.com/lowlighter">@lowlighter</a></td></tr>
<tr>
@@ -54,7 +54,7 @@ It can either the full page or a portion restricted by a <a href="https://develo
</tr>
<tr>
<td nowrap="nowrap"><h4><code>plugin_screenshot_url</code></h4></td>
<td rowspan="2"><p>Website url</p>
<td rowspan="2"><p>Website URL</p>
<img width="900" height="1" alt=""></td>
</tr>
<tr>
@@ -73,7 +73,7 @@ It can either the full page or a portion restricted by a <a href="https://develo
</tr>
<tr>
<td nowrap="nowrap"><h4><code>plugin_screenshot_background</code></h4></td>
<td rowspan="2"><p>Display background</p>
<td rowspan="2"><p>Background</p>
<img width="900" height="1" alt=""></td>
</tr>
<tr>

View File

@@ -37,7 +37,11 @@
<img width="900" height="1" alt=""></td>
</tr>
<tr>
<td nowrap="nowrap"><b>type:</b> <code>boolean</code>
<td nowrap="nowrap">🌐 Web instances must configure <code>settings.json</code>:
<ul>
<li><i>metrics.npm.optional.chartist</i></li>
</ul>
<b>type:</b> <code>boolean</code>
<br>
<b>default:</b> no<br></td>
</tr>
@@ -62,7 +66,7 @@
</tr>
<tr>
<td nowrap="nowrap"><h4><code>plugin_stock_duration</code></h4></td>
<td rowspan="2"><p>Time range (relative to current date)</p>
<td rowspan="2"><p>Time range</p>
<ul>
<li><code>1d</code>: Today</li>
<li><code>5d</code>: 5 days</li>
@@ -76,6 +80,7 @@
<li><code>ytd</code>: Year to date</li>
<li><code>max</code>: All time</li>
</ul>
<p>This is relative to current date</p>
<img width="900" height="1" alt=""></td>
</tr>
<tr>