ci: auto-regenerate files

This commit is contained in:
github-actions[bot]
2022-07-21 19:55:21 +00:00
parent 6720308f0f
commit 3963b825e0
8 changed files with 36 additions and 6 deletions

View File

@@ -40,6 +40,7 @@
<td nowrap="nowrap">🌐 Web instances must configure <code>settings.json</code>:
<ul>
<li><i>metrics.npm.optional.chartist</i></li>
<li><i>metrics.api.yahoo.finance</i></li>
</ul>
<b>type:</b> <code>boolean</code>
<br>

View File

@@ -110,8 +110,8 @@ Pass a JSON object mapping category with fileglobs</p>
<tr>
<td nowrap="nowrap">🌐 Web instances must configure <code>settings.json</code>:
<ul>
<li><i>metrics.runner.tempdir</i></li>
<li><i>metrics.runner.git</i></li>
<li><i>metrics.run.tempdir</i></li>
<li><i>metrics.run.git</i></li>
</ul>
<b>type:</b> <code>json</code>
<br>

View File

@@ -77,6 +77,10 @@
</tr>
<tr>
<td nowrap="nowrap">🔐 Token<br>
🌐 Web instances must configure <code>settings.json</code>:
<ul>
<li><i>metrics.api.music.any</i></li>
</ul>
<b>type:</b> <code>token</code>
<br></td>
</tr>

View File

@@ -53,6 +53,10 @@
</tr>
<tr>
<td nowrap="nowrap">🔐 Token<br>
🌐 Web instances must configure <code>settings.json</code>:
<ul>
<li><i>metrics.api.google.pagespeed</i></li>
</ul>
<b>type:</b> <code>token</code>
<br></td>
</tr>

View File

@@ -52,6 +52,18 @@ Follow instructions from their [documentation](https://developers.google.com/map
<td nowrap="nowrap"><b>type:</b> <code>boolean</code>
<br>
<b>default:</b> no<br></td>
</tr>
<tr>
<td nowrap="nowrap"><h4><code>plugin_stargazers_charts</code></h4></td>
<td rowspan="2"><p>Charts</p>
<p>It includes total number of stargazers evolution, along with the number of new stars per day over the last two weeks.</p>
<img width="900" height="1" alt=""></td>
</tr>
<tr>
<td nowrap="nowrap">✨ On <code>master</code>/<code>main</code><br>
<b>type:</b> <code>boolean</code>
<br>
<b>default:</b> yes<br></td>
</tr>
<tr>
<td nowrap="nowrap"><h4><code>plugin_stargazers_charts_type</code></h4></td>
@@ -149,6 +161,7 @@ with:
token: ${{ secrets.METRICS_TOKEN }}
base: ""
plugin_stargazers: yes
plugin_stargazers_charts: no
plugin_stargazers_worldmap: yes
plugin_stargazers_worldmap_token: ${{ secrets.GOOGLE_MAP_TOKEN }}
plugin_stargazers_worldmap_sample: 200

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.api.twitter.tweets</i></li>
</ul>
<b>type:</b> <code>boolean</code>
<br>
<b>default:</b> no<br></td>
</tr>