docs: support deprecation notices

This commit is contained in:
lowlighter
2022-07-29 16:15:23 -04:00
parent f507fe37f9
commit 545360c0ce

View File

@@ -7,7 +7,7 @@ Plugins provide additional content and lets you customize rendered metrics.
<% if (previous !== category) { previous = category -%> <% if (previous !== category) { previous = category -%>
* **<%= `${category.charAt(0).toLocaleUpperCase()}${category.substring(1)} plugins` %>** * **<%= `${category.charAt(0).toLocaleUpperCase()}${category.substring(1)} plugins` %>**
<% } -%> <% } -%>
* [<%- name %> <sub>`<%= plugin %>`</sub>](/source/plugins/<%= plugin %>/README.md)<%# -%><% if (deprecation) { %><sub>⚠️ deprecated</sub><% } %> * [<%- name %> <sub>`<%= plugin %>`</sub>](/source/plugins/<%= plugin %>/README.md)<%# -%><% if (deprecation) { %> <sub>`⚠️ deprecated`</sub><% } %><%# -%>
<% }} %> <% }} %>
**🎲 Maintained by community** **🎲 Maintained by community**