Update documentation

This commit is contained in:
lowlighter
2021-01-31 12:47:37 +01:00
parent bf1453c776
commit 59e20930d0
2 changed files with 6 additions and 1 deletions

View File

@@ -98,7 +98,9 @@ In this case, please consider watching new releases to stay up-to-date and enjoy
#### Examples workflows #### Examples workflows
Metrics displayed on this page are rendered from this [workflow](https://github.com/lowlighter/lowlighter/blob/master/.github/workflows/metrics.yml). You can check it for some code examples. Metrics displayed on this page are rendered from this [workflow](https://github.com/lowlighter/lowlighter/blob/master/.github/workflows/metrics.yml) so you can check it out for some code examples about plugins usage.
You can also take a look at this [user workflow](https://github.com/lowlighter/lowlighter/blob/master/.github/workflows/personal.yml) if you want.
### 4. Embed link into your README.md ### 4. Embed link into your README.md

View File

@@ -5,6 +5,9 @@ The *languages* plugin displays which programming languages you use the most acr
<table> <table>
<td align="center"> <td align="center">
<img src="https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.languages.svg"> <img src="https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.languages.svg">
<details><summary>With both total bytes size and percentage version</summary>
<img src="https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.languages.details.svg">
</details>
<img width="900" height="1" alt=""> <img width="900" height="1" alt="">
</td> </td>
</table> </table>