ci: auto-regenerate files

This commit is contained in:
github-actions[bot]
2022-01-21 04:36:41 +00:00
parent 000af9197e
commit 5471f1b262
4 changed files with 20 additions and 235 deletions

View File

@@ -19,7 +19,7 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
</tr>
<tr>
<th colspan="2" align="center">
<h3><a href="/README.md#-plugins">🧩 Customizable with 38 plugins and 235 options!</a></h3>
<h3><a href="/README.md#-plugins">🧩 Customizable with 38 plugins and 236 options!</a></h3>
</th>
</tr>
<tr>

237
action.yml generated

File diff suppressed because it is too large Load Diff

1
settings.example.json generated
View File

@@ -28,6 +28,7 @@
"extras": {
"default": false, "//": "Default extras state (advised to let 'false' unless in debug mode)",
"css": false, "//": "Allow use of 'extras.css' option",
"js": false, "//": "Allow use of 'extras.js' option",
"features": false, "//": "Enable extra features (advised to let 'false' on web instances)"
},
"plugins.default": false, "//": "Default plugin state (advised to let 'false' unless in debug mode)",

View File

@@ -498,6 +498,21 @@ Useful to avoid creating a new template just to tweak some styling</p>
<tr>
<td nowrap="nowrap">🌐 Web instances must configure <code>settings.json</code><br>
<b>type:</b> <code>string</code>
<br></td>
</tr>
<tr>
<td nowrap="nowrap"><code>extras_js</code></td>
<td rowspan="2"><p>Extra JavaScript</p>
<p>Custom JavaScript that will be executed during puppeteer rendering.
Useful to avoid creating a new template just to tweak some content.</p>
<p>Note that is it executed within puppeteer context and <strong>not</strong> <em>metrics</em> context.
It is run after transformations and optimizations, but just before resizing.</p>
<img width="900" height="1" alt=""></td>
</tr>
<tr>
<td nowrap="nowrap">✨ On <code>master</code>/<code>main</code><br>
🌐 Web instances must configure <code>settings.json</code><br>
<b>type:</b> <code>string</code>
<br></td>
</tr>
<tr>