docs: add navigation links

This commit is contained in:
lowlighter
2022-04-24 11:45:02 -04:00
parent 518cd31cc3
commit 4a3be3bdab
3 changed files with 7 additions and 4 deletions

View File

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