diff --git a/.github/readme/partials/documentation/plugins.md b/.github/readme/partials/documentation/plugins.md index 328eed39..d88afcab 100644 --- a/.github/readme/partials/documentation/plugins.md +++ b/.github/readme/partials/documentation/plugins.md @@ -2,14 +2,14 @@ Plugins provide additional content and lets you customize your rendered metrics. -* **📦 Maintained by core team** +**📦 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)) { %> <% if (previous !== category) { previous = category -%> - * **<%= `${category.charAt(0).toLocaleUpperCase()}${category.substring(1)}` %>** +* **<%= `${category.charAt(0).toLocaleUpperCase()}${category.substring(1)}` %>** <% } -%> - * [<%- name %>](/source/plugins/<%= plugin %>/README.md)<%# -%> + * [<%- name %>](/source/plugins/<%= plugin %>/README.md)<%# -%> <% }} %> -* **🎲 Maintained by community** +**🎲 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(" ") %> +* [<%- name %>](/source/plugins/<%= plugin %>/README.md) by <%- authors.map(author => `[@${author}](https://github.com/${author})`).join(" ") %> <% }} %> \ No newline at end of file diff --git a/source/plugins/README.md b/source/plugins/README.md index 9de0c69a..39397d53 100644 --- a/source/plugins/README.md +++ b/source/plugins/README.md @@ -1,9 +1,8 @@ ## 🧩 Plugins -Plugins are features which provide additional content and lets you customize your rendered metrics. -See their respective documentation for more informations about how to setup them. +Plugins provide additional content and lets you customize your rendered metrics. -The following plugins are maintained by Metric's core team: +**📦 Maintained by core team** * **Core** * [🗃️ Base content](/source/plugins/base/README.md) @@ -45,10 +44,7 @@ The following plugins are maintained by Metric's core team: * [💹 Stock prices](/source/plugins/stock/README.md) * [🐤 Latest tweets](/source/plugins/tweets/README.md) * [⏰ WakaTime plugin](/source/plugins/wakatime/README.md) - -### 🎲 Community plugins - -The following plugins are provided and maintained by Metrics's user community: - * [💉 Nightscout](/source/plugins/nightscout/README.md) by [@legoandmars](https://github.com/legoandmars) - * [💩 PoopMap plugin](/source/plugins/poopmap/README.md) by [@matievisthekat](https://github.com/matievisthekat) - * [📸 Website screenshot](/source/plugins/screenshot/README.md) by [@lowlighter](https://github.com/lowlighter) +**🎲 Maintained by community** +* [💉 Nightscout](/source/plugins/nightscout/README.md) by [@legoandmars](https://github.com/legoandmars) +* [💩 PoopMap plugin](/source/plugins/poopmap/README.md) by [@matievisthekat](https://github.com/matievisthekat) +* [📸 Website screenshot](/source/plugins/screenshot/README.md) by [@lowlighter](https://github.com/lowlighter) diff --git a/source/templates/README.md b/source/templates/README.md index 7a49386b..769cee97 100644 --- a/source/templates/README.md +++ b/source/templates/README.md @@ -1,7 +1,7 @@ ## 🖼️ Templates Templates lets you change general appearance of rendered metrics. -See their respective documentation for more informations about how to setup them: + * [📗 Classic template](/source/templates/classic/README.md) * [📘 Repository template](/source/templates/repository/README.md) diff --git a/source/templates/classic/README.md b/source/templates/classic/README.md index 4610c206..96d4758b 100644 --- a/source/templates/classic/README.md +++ b/source/templates/classic/README.md @@ -13,7 +13,7 @@