ci: auto-regenerate files
This commit is contained in:
@@ -2,14 +2,14 @@
|
||||
|
||||
Plugins provide additional content and lets you customize your rendered metrics.
|
||||
|
||||
* **📦 Maintained by core team**
|
||||
**📦 Maintained by core team**
|
||||
<% { 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)) { %>
|
||||
<% if (previous !== category) { previous = category -%>
|
||||
* **<%= `${category.charAt(0).toLocaleUpperCase()}${category.substring(1)}` %>**
|
||||
<% } -%>
|
||||
* [<%- name %>](/source/plugins/<%= plugin %>/README.md)<%# -%>
|
||||
<% }} %>
|
||||
* **🎲 Maintained by community**
|
||||
**🎲 Maintained by community**
|
||||
<% { 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)) { %><%# -%>
|
||||
* [<%- name %>](/source/plugins/<%= plugin %>/README.md) by <%- authors.map(author => `[@${author}](https://github.com/${author})`).join(" ") %>
|
||||
<% }} %>
|
||||
@@ -1,9 +1,8 @@
|
||||
## 🧩 Plugins
|
||||
|
||||
Plugins are features which provide additional content and lets you customize your rendered metrics.
|
||||
See their respective documentation for more informations about how to setup them.
|
||||
Plugins provide additional content and lets you customize your rendered metrics.
|
||||
|
||||
The following plugins are maintained by Metric's core team:
|
||||
**📦 Maintained by core team**
|
||||
|
||||
* **Core**
|
||||
* [🗃️ Base content](/source/plugins/base/README.md)
|
||||
@@ -45,10 +44,7 @@ The following plugins are maintained by Metric's core team:
|
||||
* [💹 Stock prices](/source/plugins/stock/README.md)
|
||||
* [🐤 Latest tweets](/source/plugins/tweets/README.md)
|
||||
* [⏰ WakaTime plugin](/source/plugins/wakatime/README.md)
|
||||
|
||||
### 🎲 Community plugins
|
||||
|
||||
The following plugins are provided and maintained by Metrics's user community:
|
||||
**🎲 Maintained by community**
|
||||
* [💉 Nightscout](/source/plugins/nightscout/README.md) by [@legoandmars](https://github.com/legoandmars)
|
||||
* [💩 PoopMap plugin](/source/plugins/poopmap/README.md) by [@matievisthekat](https://github.com/matievisthekat)
|
||||
* [📸 Website screenshot](/source/plugins/screenshot/README.md) by [@lowlighter](https://github.com/lowlighter)
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
## 🖼️ Templates
|
||||
|
||||
Templates lets you change general appearance of rendered metrics.
|
||||
See their respective documentation for more informations about how to setup them:
|
||||
|
||||
|
||||
* [📗 Classic template](/source/templates/classic/README.md)
|
||||
* [📘 Repository template](/source/templates/repository/README.md)
|
||||
|
||||
Reference in New Issue
Block a user