docs: minor updates [skip ci]

This commit is contained in:
lowlighter
2022-01-15 17:37:27 -05:00
parent d078af4180
commit 6cb21b31ca
4 changed files with 18 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
## 🧩 Plugins
Plugins provide additional content and lets you customize your rendered metrics.
Plugins provide additional content and lets you customize rendered metrics.
**📦 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)) { %>