Skip to content

Commit ec50393

Browse files
ci: auto-regenerate files
1 parent f53d075 commit ec50393

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -432,6 +432,8 @@ Generate metrics that can be embedded everywhere, including your GitHub profile
432432
# 📚 Documentation
433433

434434

435+
> <sup>*⚠️ This is the documentation of **v3.33-beta** (`@master`/`@main` branches) which includes [unreleased features](https://github.com/lowlighter/metrics/compare/latest...master) planned for next release. See documentation for current released version [**v3.32** (`@latest` branch) here](https://github.com/lowlighter/metrics/blob/latest/README.md).* </sup>
436+
435437

436438

437439
## 🦮 Setup

source/plugins/community/splatoon/README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ Requires <a href="/source/plugins/community/splatoon/README.md#plugin_splatoon_s
134134
<ul>
135135
<li><code>splatnet</code> will fetch data from Splatnet using <a href="https://github.com/spacemeowx2/s3si.ts">spacemeowx2/s3si.ts</a> tool</li>
136136
<li><code>local</code> will assume <code>s3si/export</code> directory already exists and is populated (use this when developping new features for this plugin to save network resources and time)</li>
137+
<li><code>mocks</code> will use <code>s3si/mocks</code> directory (use this when developping new features for this plugin to avoid setting up a NSO token)</li>
137138
</ul>
138139
<img width="900" height="1" alt=""></td>
139140
</tr>
@@ -143,7 +144,7 @@ Requires <a href="/source/plugins/community/splatoon/README.md#plugin_splatoon_s
143144
<b>type:</b> <code>string</code>
144145
<br>
145146
<b>default:</b> splatnet<br>
146-
<b>allowed values:</b><ul><li>splatnet</li><li>local</li></ul></td>
147+
<b>allowed values:</b><ul><li>splatnet</li><li>local</li><li>mocks</li></ul></td>
147148
</tr>
148149
</table>
149150
<!--/options-->
@@ -186,7 +187,7 @@ name: Splatnet data
186187
uses: lowlighter/metrics@latest
187188
with:
188189
filename: metrics.plugin.splatoon.svg
189-
token: ${{ secrets.METRICS_TOKEN }}
190+
token: NOT_NEEDED
190191
base: ""
191192
plugin_splatoon: yes
192193
plugin_splatoon_token: ${{ secrets.SPLATOON_TOKEN }}
@@ -197,7 +198,7 @@ name: Splatnet data with stat.ink integration
197198
uses: lowlighter/metrics@latest
198199
with:
199200
filename: metrics.plugin.splatoon.svg
200-
token: ${{ secrets.METRICS_TOKEN }}
201+
token: NOT_NEEDED
201202
base: ""
202203
plugin_splatoon: yes
203204
plugin_splatoon_token: ${{ secrets.SPLATOON_TOKEN }}

source/plugins/sponsorships/README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ All product and company names are trademarks™ or registered® trademarks of th
3939
<img width="900" height="1" alt=""></td>
4040
</tr>
4141
<tr>
42-
<td nowrap="nowrap">✨ On <code>master</code>/<code>main</code><br>
43-
<b>type:</b> <code>boolean</code>
42+
<td nowrap="nowrap"><b>type:</b> <code>boolean</code>
4443
<br>
4544
<b>default:</b> no<br></td>
4645
</tr>
@@ -54,8 +53,7 @@ All product and company names are trademarks™ or registered® trademarks of th
5453
<img width="900" height="1" alt=""></td>
5554
</tr>
5655
<tr>
57-
<td nowrap="nowrap">✨ On <code>master</code>/<code>main</code><br>
58-
<b>type:</b> <code>array</code>
56+
<td nowrap="nowrap"><b>type:</b> <code>array</code>
5957
<i>(comma-separated)</i>
6058
<br>
6159
<b>default:</b> amount, sponsorships<br>
@@ -67,8 +65,7 @@ All product and company names are trademarks™ or registered® trademarks of th
6765
<img width="900" height="1" alt=""></td>
6866
</tr>
6967
<tr>
70-
<td nowrap="nowrap">✨ On <code>master</code>/<code>main</code><br>
71-
<b>type:</b> <code>number</code>
68+
<td nowrap="nowrap"><b>type:</b> <code>number</code>
7269
<i>(8 ≤
7370
𝑥
7471
≤ 64)</i>

0 commit comments

Comments
 (0)