Skip to content

Commit 30eeaee

Browse files
committed
ci: auto-regenerate files
1 parent c0420d0 commit 30eeaee

File tree

7 files changed

+16
-20
lines changed

7 files changed

+16
-20
lines changed

.github/readme/partials/documentation/plugins.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22

33
Plugins provide additional content and lets you customize your rendered metrics.
44

5-
* **📦 Maintained by core team**
5+
**📦 Maintained by core team**
66
<% { 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)) { %>
77
<% if (previous !== category) { previous = category -%>
8-
* **<%= `${category.charAt(0).toLocaleUpperCase()}${category.substring(1)}` %>**
8+
* **<%= `${category.charAt(0).toLocaleUpperCase()}${category.substring(1)}` %>**
99
<% } -%>
10-
* [<%- name %>](/source/plugins/<%= plugin %>/README.md)<%# -%>
10+
* [<%- name %>](/source/plugins/<%= plugin %>/README.md)<%# -%>
1111
<% }} %>
12-
* **🎲 Maintained by community**
12+
**🎲 Maintained by community**
1313
<% { 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)) { %><%# -%>
14-
* [<%- name %>](/source/plugins/<%= plugin %>/README.md) by <%- authors.map(author => `[@${author}](https://github.com/${author})`).join(" ") %>
14+
* [<%- name %>](/source/plugins/<%= plugin %>/README.md) by <%- authors.map(author => `[@${author}](https://github.com/${author})`).join(" ") %>
1515
<% }} %>

source/plugins/README.md

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
## 🧩 Plugins
22

3-
Plugins are features which provide additional content and lets you customize your rendered metrics.
4-
See their respective documentation for more informations about how to setup them.
3+
Plugins provide additional content and lets you customize your rendered metrics.
54

6-
The following plugins are maintained by Metric's core team:
5+
**📦 Maintained by core team**
76

87
* **Core**
98
* [🗃️ Base content](/source/plugins/base/README.md)
@@ -45,10 +44,7 @@ The following plugins are maintained by Metric's core team:
4544
* [💹 Stock prices](/source/plugins/stock/README.md)
4645
* [🐤 Latest tweets](/source/plugins/tweets/README.md)
4746
* [⏰ WakaTime plugin](/source/plugins/wakatime/README.md)
48-
49-
### 🎲 Community plugins
50-
51-
The following plugins are provided and maintained by Metrics's user community:
52-
* [💉 Nightscout](/source/plugins/nightscout/README.md) by [@legoandmars](https://github.com/legoandmars)
53-
* [💩 PoopMap plugin](/source/plugins/poopmap/README.md) by [@matievisthekat](https://github.com/matievisthekat)
54-
* [📸 Website screenshot](/source/plugins/screenshot/README.md) by [@lowlighter](https://github.com/lowlighter)
47+
**🎲 Maintained by community**
48+
* [💉 Nightscout](/source/plugins/nightscout/README.md) by [@legoandmars](https://github.com/legoandmars)
49+
* [💩 PoopMap plugin](/source/plugins/poopmap/README.md) by [@matievisthekat](https://github.com/matievisthekat)
50+
* [📸 Website screenshot](/source/plugins/screenshot/README.md) by [@lowlighter](https://github.com/lowlighter)

source/templates/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## 🖼️ Templates
22

33
Templates lets you change general appearance of rendered metrics.
4-
See their respective documentation for more informations about how to setup them:
4+
55

66
* [📗 Classic template](/source/templates/classic/README.md)
77
* [📘 Repository template](/source/templates/repository/README.md)

source/templates/classic/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<td>*️⃣ SVG, *️⃣ PNG, *️⃣ JPEG, #️⃣ JSON</td>
1414
</tr>
1515
<tr>
16-
<td colspan="2" align="center">
16+
<td colspan="2" align="center">
1717
<img src="https://github.com/lowlighter/lowlighter/blob/master/metrics.classic.svg" alt=""></img>
1818
<img width="900" height="1" alt="">
1919
</td>

source/templates/markdown/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<td>#️⃣ JSON, 🔠 Markdown, 🔠 Markdown (PDF)</td>
1414
</tr>
1515
<tr>
16-
<td colspan="2" align="center">
16+
<td colspan="2" align="center">
1717
<img src="https://github.com/lowlighter/lowlighter/blob/master/metrics.markdown.png" alt=""></img>
1818
<img width="900" height="1" alt="">
1919
</td>

source/templates/repository/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<td>*️⃣ SVG, *️⃣ PNG, *️⃣ JPEG, #️⃣ JSON</td>
1414
</tr>
1515
<tr>
16-
<td colspan="2" align="center">
16+
<td colspan="2" align="center">
1717
<img src="https://github.com/lowlighter/lowlighter/blob/master/metrics.repository.svg" alt=""></img>
1818
<img width="900" height="1" alt="">
1919
</td>

source/templates/terminal/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<td>*️⃣ SVG, *️⃣ PNG, *️⃣ JPEG, #️⃣ JSON</td>
1414
</tr>
1515
<tr>
16-
<td colspan="2" align="center">
16+
<td colspan="2" align="center">
1717
<img src="https://github.com/lowlighter/lowlighter/blob/master/metrics.terminal.svg" alt=""></img>
1818
<img width="900" height="1" alt="">
1919
</td>

0 commit comments

Comments
 (0)