docs: minor updates [skip ci]
This commit is contained in:
@@ -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)) { %>
|
||||
|
||||
Reference in New Issue
Block a user