Skip to content

Commit 5e3460f

Browse files
committed
ci: auto-regenerate files [skip ci]
1 parent 2095349 commit 5e3460f

File tree

5 files changed

+5
-3
lines changed

5 files changed

+5
-3
lines changed

.github/readme/partials/templated/plugins.community.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<table>
2+
<tr><td colspan="2"><a href="/README.md#-plugins">← Back to plugins index</a></td></tr>
23
<tr><th colspan="2"><h3>🎲 Community plugins</h3></th></tr>
34
<tr><td colspan="2" align="center">Additional plugins maintained by community for even more features!</td></tr>
45
<% {

.github/readme/partials/templated/plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Plugins provide additional content and lets you customize rendered metrics.
1111
<% }} %>
1212

1313
**🎲 Maintained by community**
14-
* [Community plugins](/source/plugins/community/README.md)
14+
* **[Community plugins](/source/plugins/community/README.md)**
1515
<% { let previous = null; for (const [plugin, {name, category, authors = []}] of Object.entries(plugins).filter(([key, value]) => (value)&&(value.category === "community")).sort(([an, a], [bn, b]) => a.category === b.category ? an.localeCompare(bn) : 0)) { %><%# -%>
1616
* [<%- name %> <sub>`<%= plugin %>`</sub>](/source/plugins/community/<%= plugin %>/README.md) by <%- authors.map(author => `[@${author}](https://github.com/${author})`).join(" ") %>
1717
<% }} %>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ Plugins provide additional content and lets you customize rendered metrics.
453453
* [⏰ WakaTime plugin <sub>`wakatime`</sub>](/source/plugins/wakatime/README.md)
454454

455455
**🎲 Maintained by community**
456-
* [Community plugins](/source/plugins/community/README.md)
456+
* **[Community plugins](/source/plugins/community/README.md)**
457457
* [🥠 Fortune <sub>`fortune`</sub>](/source/plugins/community/fortune/README.md) by [@lowlighter](https://github.com/lowlighter)
458458
* [💉 Nightscout <sub>`nightscout`</sub>](/source/plugins/community/nightscout/README.md) by [@legoandmars](https://github.com/legoandmars)
459459
* [💩 PoopMap plugin <sub>`poopmap`</sub>](/source/plugins/community/poopmap/README.md) by [@matievisthekat](https://github.com/matievisthekat)

source/plugins/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Plugins provide additional content and lets you customize rendered metrics.
4646
* [⏰ WakaTime plugin <sub>`wakatime`</sub>](/source/plugins/wakatime/README.md)
4747

4848
**🎲 Maintained by community**
49-
* [Community plugins](/source/plugins/community/README.md)
49+
* **[Community plugins](/source/plugins/community/README.md)**
5050
* [🥠 Fortune <sub>`fortune`</sub>](/source/plugins/community/fortune/README.md) by [@lowlighter](https://github.com/lowlighter)
5151
* [💉 Nightscout <sub>`nightscout`</sub>](/source/plugins/community/nightscout/README.md) by [@legoandmars](https://github.com/legoandmars)
5252
* [💩 PoopMap plugin <sub>`poopmap`</sub>](/source/plugins/community/poopmap/README.md) by [@matievisthekat](https://github.com/matievisthekat)

source/plugins/community/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<table>
2+
<tr><td colspan="2"><a href="/README.md#-plugins">← Back to plugins index</a></td></tr>
23
<tr><th colspan="2"><h3>🎲 Community plugins</h3></th></tr>
34
<tr><td colspan="2" align="center">Additional plugins maintained by community for even more features!</td></tr>
45
<tr>

0 commit comments

Comments
 (0)