From 8f1e017bebf760979b2117c976b5839c1ea92896 Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Sat, 15 Jan 2022 11:51:27 -0500 Subject: [PATCH] docs: minor fixes --- .github/readme/partials/documentation/plugins.md | 1 + .github/readme/partials/introduction.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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!