From 545360c0ce4f9c4169f7070fff4bf3cb185b6329 Mon Sep 17 00:00:00 2001 From: lowlighter <22963968+lowlighter@users.noreply.github.com> Date: Fri, 29 Jul 2022 16:15:23 -0400 Subject: [PATCH] docs: support deprecation notices --- .github/readme/partials/templated/plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/readme/partials/templated/plugins.md b/.github/readme/partials/templated/plugins.md index eea22d3b..3d478ea3 100644 --- a/.github/readme/partials/templated/plugins.md +++ b/.github/readme/partials/templated/plugins.md @@ -7,7 +7,7 @@ Plugins provide additional content and lets you customize rendered metrics. <% if (previous !== category) { previous = category -%> * **<%= `${category.charAt(0).toLocaleUpperCase()}${category.substring(1)} plugins` %>** <% } -%> - * [<%- name %> `<%= plugin %>`](/source/plugins/<%= plugin %>/README.md)<%# -%><% if (deprecation) { %>⚠️ deprecated<% } %> + * [<%- name %> `<%= plugin %>`](/source/plugins/<%= plugin %>/README.md)<%# -%><% if (deprecation) { %> `⚠️ deprecated`<% } %><%# -%> <% }} %> **🎲 Maintained by community**