docs(plugins/licenses, plugins/stars): update to new doc format [skip ci]

This commit is contained in:
lowlighter
2022-01-15 18:30:44 -05:00
parent 9f5b5a6785
commit 0336d19c28
8 changed files with 109 additions and 74 deletions

View File

@@ -1,15 +1,28 @@
### 🌟 Recently starred repositories
The *stars* plugin displays your recently starred repositories.
<!--header-->
<table>
<td align="center">
<img src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.stars.svg">
<img width="900" height="1" alt="">
</td>
<tr><th colspan="2"><h3>🌟 Recently starred repositories</h3></th></tr>
<tr><td colspan="2" align="center"><p>This plugin displays your recently starred repositories.</p>
</td></tr>
<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><code>🔑 (scopeless)</code> <code>read:org (optional)</code> <code>read:user (optional)</code> <code>repo (optional)</code></td>
</tr>
<tr>
<td colspan="2" align="center">
<img src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.stars.svg" alt=""></img>
<img width="900" height="1" alt="">
</td>
</tr>
</table>
<!--/header-->
#### ➡️ Available options
## ➡️ Available options
<!--options-->
<table>
@@ -18,7 +31,7 @@ The *stars* plugin displays your recently starred repositories.
</tr>
<tr>
<td nowrap="nowrap"><code>plugin_stars</code></td>
<td rowspan="2"><p>Display recently starred repositories</p>
<td rowspan="2"><p>Enable stars plugin</p>
<img width="900" height="1" alt=""></td>
</tr>
<tr>
@@ -28,7 +41,7 @@ The *stars* plugin displays your recently starred repositories.
</tr>
<tr>
<td nowrap="nowrap"><code>plugin_stars_limit</code></td>
<td rowspan="2"><p>Maximum number of stars to display</p>
<td rowspan="2"><p>Display limit</p>
<img width="900" height="1" alt=""></td>
</tr>
<tr>
@@ -42,9 +55,7 @@ The *stars* plugin displays your recently starred repositories.
</table>
<!--/options-->
*[→ Full specification](metadata.yml)*
#### Examples workflows
## Examples workflows
<!--examples-->
```yaml
@@ -58,4 +69,4 @@ with:
plugin_stars_limit: 3
```
<!--/examples-->
<!--/examples-->