|
15 | 15 | </tr> |
16 | 16 | <tr> |
17 | 17 | <td colspan="2" align="center"> |
18 | | - <img src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.starlists.svg" alt=""></img> |
| 18 | + <details open><summary>Repositories from star lists</summary><img src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.starlists.svg" alt=""></img></details> |
| 19 | + <details open><summary>Languages from star lists</summary><img src="https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.starlists.languages.svg" alt=""></img></details> |
19 | 20 | <img width="900" height="1" alt=""> |
20 | 21 | </td> |
21 | 22 | </tr> |
|
64 | 65 | ≤ 100)</i> |
65 | 66 | <br> |
66 | 67 | <b>default:</b> 2<br></td> |
| 68 | + </tr> |
| 69 | + <tr> |
| 70 | + <td nowrap="nowrap"><h4><code>plugin_starlists_languages</code></h4></td> |
| 71 | + <td rowspan="2"><p>Toggle star list languages statistics</p> |
| 72 | +<img width="900" height="1" alt=""></td> |
| 73 | + </tr> |
| 74 | + <tr> |
| 75 | + <td nowrap="nowrap">✨ On <code>master</code>/<code>main</code><br> |
| 76 | +<b>type:</b> <code>boolean</code> |
| 77 | +<br> |
| 78 | +<b>default:</b> no<br></td> |
| 79 | + </tr> |
| 80 | + <tr> |
| 81 | + <td nowrap="nowrap"><h4><code>plugin_starlists_limit_languages</code></h4></td> |
| 82 | + <td rowspan="2"><p>Disply limit (languages per star list)</p> |
| 83 | +<img width="900" height="1" alt=""></td> |
| 84 | + </tr> |
| 85 | + <tr> |
| 86 | + <td nowrap="nowrap">✨ On <code>master</code>/<code>main</code><br> |
| 87 | +<b>type:</b> <code>number</code> |
| 88 | +<i>(0 ≤ |
| 89 | +𝑥)</i> |
| 90 | +<br> |
| 91 | +<b>zero behaviour:</b> disable</br> |
| 92 | +<b>default:</b> 8<br></td> |
67 | 93 | </tr> |
68 | 94 | <tr> |
69 | 95 | <td nowrap="nowrap"><h4><code>plugin_starlists_shuffle_repositories</code></h4></td> |
@@ -115,5 +141,19 @@ with: |
115 | 141 | plugin_starlists_limit_repositories: 2 |
116 | 142 | plugin_starlists_only: TC39 |
117 | 143 |
|
| 144 | +``` |
| 145 | +```yaml |
| 146 | +name: Featured star list languages |
| 147 | +uses: lowlighter/metrics@latest |
| 148 | +with: |
| 149 | + filename: metrics.plugin.starlists.languages.svg |
| 150 | + token: NOT_NEEDED |
| 151 | + base: "" |
| 152 | + plugin_starlists: yes |
| 153 | + plugin_starlists_languages: yes |
| 154 | + plugin_starlists_limit_languages: 8 |
| 155 | + plugin_starlists_limit_repositories: 0 |
| 156 | + plugin_starlists_only: Awesome |
| 157 | + |
118 | 158 | ``` |
119 | 159 | <!--/examples--> |
0 commit comments