ci: auto-regenerate files [skip ci]

This commit is contained in:
lowlighter
2022-04-24 12:27:38 -04:00
parent 20953496be
commit 5e3460fa0b
5 changed files with 5 additions and 3 deletions

View File

@@ -1,4 +1,5 @@
<table>
<tr><td colspan="2"><a href="/README.md#-plugins">← Back to plugins index</a></td></tr>
<tr><th colspan="2"><h3>🎲 Community plugins</h3></th></tr>
<tr><td colspan="2" align="center">Additional plugins maintained by community for even more features!</td></tr>
<% {

View File

@@ -11,7 +11,7 @@ Plugins provide additional content and lets you customize rendered metrics.
<% }} %>
**🎲 Maintained by community**
* [Community plugins](/source/plugins/community/README.md)
* **[Community plugins](/source/plugins/community/README.md)**
<% { 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 %> <sub>`<%= plugin %>`</sub>](/source/plugins/community/<%= plugin %>/README.md) by <%- authors.map(author => `[@${author}](https://github.com/${author})`).join(" ") %>
<% }} %>