docs: minor fixes

This commit is contained in:
lowlighter
2022-01-15 11:51:27 -05:00
parent db795ab110
commit 8f1e017beb
2 changed files with 2 additions and 1 deletions

View File

@@ -9,6 +9,7 @@ Plugins provide additional content and lets you customize your rendered metrics.
<% } -%>
* [<%- name %>](/source/plugins/<%= plugin %>/README.md)<%# -%>
<% }} %>
**🎲 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(" ") %>