diff --git a/.github/readme/partials/documentation/plugins.md b/.github/readme/partials/documentation/plugins.md index d88afcab..b18a5422 100644 --- a/.github/readme/partials/documentation/plugins.md +++ b/.github/readme/partials/documentation/plugins.md @@ -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(" ") %> diff --git a/.github/readme/partials/introduction.md b/.github/readme/partials/introduction.md index 825819c3..404d14fd 100644 --- a/.github/readme/partials/introduction.md +++ b/.github/readme/partials/introduction.md @@ -1,4 +1,4 @@ -Generate metrics that can be embedded everywhere, including your GitHub profile readme! For users, organizations, and even repositories! +Generate metrics that can be embedded everywhere, including your GitHub profile readme! Supports users, organizations, and even repositories!