doc(plugins/introduction): update
This commit is contained in:
@@ -1,21 +1,30 @@
|
||||
### 🙋 Introduction
|
||||
|
||||
The *introduction* plugin display your account bio or your organization/repository description.
|
||||
It is mostly intended for metrics used outside of GitHub, since these informations are already available on GitHub.
|
||||
|
||||
<!--header-->
|
||||
<table>
|
||||
<td align="center">
|
||||
<details open><summary>For an user or an organization</summary>
|
||||
<img src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.introduction.svg">
|
||||
</details>
|
||||
<details><summary>For a repository</summary>
|
||||
<img src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.introduction.repository.svg">
|
||||
</details>
|
||||
<img width="900" height="1" alt="">
|
||||
</td>
|
||||
<tr><th colspan="2"><h3>🙋 Introduction</h3></th></tr>
|
||||
<tr><td colspan="2" align="center"><p>This plugin displays account bio or organization/repository description.</p>
|
||||
<p>It is mostly intended for images that will be used outside of GitHub, since these informations are already displayed on GitHub.</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> <a href="/source/templates/repository"><code>📘 Repository template</code></a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><code>👤 Users</code> <code>👥 Organizations</code> <code>📓 Repositories</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">
|
||||
<details open><summary>For an user or an organization</summary><img src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.introduction.svg" alt=""></img></details>
|
||||
<details><summary>For a repository</summary><img src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.introduction.repository.svg" alt=""></img></details>
|
||||
<img width="900" height="1" alt="">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!--/header-->
|
||||
|
||||
#### ➡️ Available options
|
||||
## ➡️ Available options
|
||||
|
||||
<!--options-->
|
||||
<table>
|
||||
@@ -45,9 +54,7 @@ It is mostly intended for metrics used outside of GitHub, since these informatio
|
||||
</table>
|
||||
<!--/options-->
|
||||
|
||||
*[→ Full specification](metadata.yml)*
|
||||
|
||||
#### ℹ️ Examples workflows
|
||||
## ℹ️ Examples workflows
|
||||
|
||||
<!--examples-->
|
||||
```yaml
|
||||
|
||||
Reference in New Issue
Block a user