Skip to content

Commit 87e2f6c

Browse files
committedJul 6, 2022
ci: auto-regenerate files [skip ci]
1 parent 130c74b commit 87e2f6c

File tree

14 files changed

+95
-72
lines changed

14 files changed

+95
-72
lines changed
 

‎settings.example.json

+39-24
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎source/plugins/achievements/README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,11 @@
3737
<img width="900" height="1" alt=""></td>
3838
</tr>
3939
<tr>
40-
<td nowrap="nowrap"><b>type:</b> <code>boolean</code>
40+
<td nowrap="nowrap">🌐 Web instances must configure <code>settings.json</code>:
41+
<ul>
42+
<li><i>metrics.run.puppeteer.scrapping</i></li>
43+
</ul>
44+
<b>type:</b> <code>boolean</code>
4145
<br>
4246
<b>default:</b> no<br></td>
4347
</tr>

‎source/plugins/anilist/README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,11 @@
3838
<img width="900" height="1" alt=""></td>
3939
</tr>
4040
<tr>
41-
<td nowrap="nowrap"><b>type:</b> <code>boolean</code>
41+
<td nowrap="nowrap">🌐 Web instances must configure <code>settings.json</code>:
42+
<ul>
43+
<li><i>metrics.run.puppeteer.scrapping</i></li>
44+
</ul>
45+
<b>type:</b> <code>boolean</code>
4246
<br>
4347
<b>default:</b> no<br></td>
4448
</tr>

‎source/plugins/base/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ This currently improves the accuracy of the following statistics:</p>
7272
<td nowrap="nowrap">🌐 Web instances must configure <code>settings.json</code>:
7373
<ul>
7474
<li><i>metrics.api.github.overuse</i></li>
75-
<li><i>plugins.base.indepth</i></li>
7675
</ul>
7776
<b>type:</b> <code>boolean</code>
7877
<br>

‎source/plugins/community/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ export default async function(
261261
}
262262
//Handle errors
263263
catch (error) {
264-
throw {error:{message:"An error occured", instance:error}}
264+
throw imports.format.error(error)
265265
}
266266
}
267267
```

‎source/plugins/community/screenshot/README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,11 @@
3838
<img width="900" height="1" alt=""></td>
3939
</tr>
4040
<tr>
41-
<td nowrap="nowrap"><b>type:</b> <code>boolean</code>
41+
<td nowrap="nowrap">🌐 Web instances must configure <code>settings.json</code>:
42+
<ul>
43+
<li><i>metrics.run.puppeteer.scrapping</i></li>
44+
</ul>
45+
<b>type:</b> <code>boolean</code>
4246
<br>
4347
<b>default:</b> no<br></td>
4448
</tr>

‎source/plugins/core/README.md

+11-3
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ When doing so, any settings which defaults on user fetched values will not be te
583583
<tr>
584584
<td nowrap="nowrap">🌐 Web instances must configure <code>settings.json</code>:
585585
<ul>
586-
<li><i>metrics.run.setup.community.templates</i></li>
586+
<li><i>metrics.setup.community.templates</i></li>
587587
</ul>
588588
<b>type:</b> <code>array</code>
589589
<i>(comma-separated)</i>
@@ -626,7 +626,7 @@ Useful to avoid creating a new template just to tweak some styling</p>
626626
<tr>
627627
<td nowrap="nowrap">🌐 Web instances must configure <code>settings.json</code>:
628628
<ul>
629-
<li><i>metrics.run.user.css</i></li>
629+
<li><i>metrics.run.puppeteer.user.css</i></li>
630630
</ul>
631631
<b>type:</b> <code>string</code>
632632
<br></td>
@@ -643,7 +643,7 @@ It is run after transformations and optimizations, but just before resizing.</p>
643643
<tr>
644644
<td nowrap="nowrap">🌐 Web instances must configure <code>settings.json</code>:
645645
<ul>
646-
<li><i>metrics.run.user.js</i></li>
646+
<li><i>metrics.run.puppeteer.user.js</i></li>
647647
</ul>
648648
<b>type:</b> <code>string</code>
649649
<br></td>
@@ -813,6 +813,10 @@ It can result in cropped or oversized outputs.</p>
813813
</tr>
814814
<tr>
815815
<td nowrap="nowrap">⏯️ Cannot be preset<br>
816+
🌐 Web instances must configure <code>settings.json</code>:
817+
<ul>
818+
<li><i>metrics.setup.community.presets</i></li>
819+
</ul>
816820
<b>type:</b> <code>array</code>
817821
<i>(comma-separated)</i>
818822
<br></td>
@@ -1004,6 +1008,10 @@ This option has no effects on forks (images will always be rebuilt from Dockerfi
10041008
<tr>
10051009
<td nowrap="nowrap">⏯️ Cannot be preset<br>
10061010
🔧 For development<br>
1011+
🌐 Web instances must configure <code>settings.json</code>:
1012+
<ul>
1013+
<li><i>metrics.npm.optional.libxml2</i></li>
1014+
</ul>
10071015
<b>type:</b> <code>boolean</code>
10081016
<br>
10091017
<b>default:</b> no<br></td>

‎source/plugins/languages/README.md

+6-36
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ It will be automatically hidden if empty.</p>
156156
<tr>
157157
<td nowrap="nowrap">🌐 Web instances must configure <code>settings.json</code>:
158158
<ul>
159-
<li><i>metrics.api.github.overuse</i></li>
159+
<li><i>metrics.cpu.overuse</i></li>
160160
<li><i>metrics.run.tempdir</i></li>
161161
<li><i>metrics.run.git</i></li>
162162
</ul>
@@ -170,13 +170,7 @@ It will be automatically hidden if empty.</p>
170170
<img width="900" height="1" alt=""></td>
171171
</tr>
172172
<tr>
173-
<td nowrap="nowrap">🌐 Web instances must configure <code>settings.json</code>:
174-
<ul>
175-
<li><i>metrics.api.github.overuse</i></li>
176-
<li><i>metrics.run.tempdir</i></li>
177-
<li><i>metrics.run.git</i></li>
178-
</ul>
179-
<b>type:</b> <code>number</code>
173+
<td nowrap="nowrap"><b>type:</b> <code>number</code>
180174
<i>(1 ≤
181175
𝑥
182176
≤ 30)</i>
@@ -189,13 +183,7 @@ It will be automatically hidden if empty.</p>
189183
<img width="900" height="1" alt=""></td>
190184
</tr>
191185
<tr>
192-
<td nowrap="nowrap">🌐 Web instances must configure <code>settings.json</code>:
193-
<ul>
194-
<li><i>metrics.api.github.overuse</i></li>
195-
<li><i>metrics.run.tempdir</i></li>
196-
<li><i>metrics.run.git</i></li>
197-
</ul>
198-
<b>type:</b> <code>array</code>
186+
<td nowrap="nowrap"><b>type:</b> <code>array</code>
199187
<i>(comma-separated)</i>
200188
<br>
201189
<b>default:</b> markup, programming<br>
@@ -207,13 +195,7 @@ It will be automatically hidden if empty.</p>
207195
<img width="900" height="1" alt=""></td>
208196
</tr>
209197
<tr>
210-
<td nowrap="nowrap">🌐 Web instances must configure <code>settings.json</code>:
211-
<ul>
212-
<li><i>metrics.api.github.overuse</i></li>
213-
<li><i>metrics.run.tempdir</i></li>
214-
<li><i>metrics.run.git</i></li>
215-
</ul>
216-
<b>type:</b> <code>array</code>
198+
<td nowrap="nowrap"><b>type:</b> <code>array</code>
217199
<i>(comma-separated)</i>
218200
<br>
219201
<b>default:</b> markup, programming<br>
@@ -225,13 +207,7 @@ It will be automatically hidden if empty.</p>
225207
<img width="900" height="1" alt=""></td>
226208
</tr>
227209
<tr>
228-
<td nowrap="nowrap">🌐 Web instances must configure <code>settings.json</code>:
229-
<ul>
230-
<li><i>metrics.api.github.overuse</i></li>
231-
<li><i>metrics.run.tempdir</i></li>
232-
<li><i>metrics.run.git</i></li>
233-
</ul>
234-
<b>type:</b> <code>number</code>
210+
<td nowrap="nowrap"><b>type:</b> <code>number</code>
235211
<i>(100 ≤
236212
𝑥
237213
≤ 1000)</i>
@@ -244,13 +220,7 @@ It will be automatically hidden if empty.</p>
244220
<img width="900" height="1" alt=""></td>
245221
</tr>
246222
<tr>
247-
<td nowrap="nowrap">🌐 Web instances must configure <code>settings.json</code>:
248-
<ul>
249-
<li><i>metrics.api.github.overuse</i></li>
250-
<li><i>metrics.run.tempdir</i></li>
251-
<li><i>metrics.run.git</i></li>
252-
</ul>
253-
<b>type:</b> <code>number</code>
223+
<td nowrap="nowrap"><b>type:</b> <code>number</code>
254224
<i>(0 ≤
255225
𝑥
256226
≤ 365)</i>

‎source/plugins/licenses/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ Dependencies will be analyzed by [GitHub licensed](https://github.com/github/lic
6060
<tr>
6161
<td nowrap="nowrap">🌐 Web instances must configure <code>settings.json</code>:
6262
<ul>
63+
<li><i>metrics.cpu.overuse</i></li>
6364
<li><i>metrics.run.tempdir</i></li>
6465
<li><i>metrics.run.git</i></li>
6566
<li><i>metrics.run.licensed</i></li>

‎source/plugins/music/README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,11 @@
3838
<img width="900" height="1" alt=""></td>
3939
</tr>
4040
<tr>
41-
<td nowrap="nowrap"><b>type:</b> <code>boolean</code>
41+
<td nowrap="nowrap">🌐 Web instances must configure <code>settings.json</code>:
42+
<ul>
43+
<li><i>metrics.run.puppeteer.scrapping</i></li>
44+
</ul>
45+
<b>type:</b> <code>boolean</code>
4246
<br>
4347
<b>default:</b> no<br></td>
4448
</tr>

‎source/plugins/skyline/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@
4141
<tr>
4242
<td nowrap="nowrap">🌐 Web instances must configure <code>settings.json</code>:
4343
<ul>
44+
<li><i>metrics.cpu.overuse</i></li>
4445
<li><i>metrics.npm.optional.gifencoder</i></li>
46+
<li><i>metrics.run.puppeteer.scrapping</i></li>
4547
</ul>
4648
<b>type:</b> <code>boolean</code>
4749
<br>

‎source/plugins/starlists/README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,11 @@
3737
<img width="900" height="1" alt=""></td>
3838
</tr>
3939
<tr>
40-
<td nowrap="nowrap"><b>type:</b> <code>boolean</code>
40+
<td nowrap="nowrap">🌐 Web instances must configure <code>settings.json</code>:
41+
<ul>
42+
<li><i>metrics.run.puppeteer.scrapping</i></li>
43+
</ul>
44+
<b>type:</b> <code>boolean</code>
4145
<br>
4246
<b>default:</b> no<br></td>
4347
</tr>

‎source/plugins/support/README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,11 @@
3636
<img width="900" height="1" alt=""></td>
3737
</tr>
3838
<tr>
39-
<td nowrap="nowrap"><b>type:</b> <code>boolean</code>
39+
<td nowrap="nowrap">🌐 Web instances must configure <code>settings.json</code>:
40+
<ul>
41+
<li><i>metrics.run.puppeteer.scrapping</i></li>
42+
</ul>
43+
<b>type:</b> <code>boolean</code>
4044
<br>
4145
<b>default:</b> no<br></td>
4246
</tr>

‎source/plugins/topics/README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,11 @@
3838
<img width="900" height="1" alt=""></td>
3939
</tr>
4040
<tr>
41-
<td nowrap="nowrap"><b>type:</b> <code>boolean</code>
41+
<td nowrap="nowrap">🌐 Web instances must configure <code>settings.json</code>:
42+
<ul>
43+
<li><i>metrics.run.puppeteer.scrapping</i></li>
44+
</ul>
45+
<b>type:</b> <code>boolean</code>
4246
<br>
4347
<b>default:</b> no<br></td>
4448
</tr>

0 commit comments

Comments
 (0)
Failed to load comments.