docs: minor changes

This commit is contained in:
lowlighter
2022-01-15 23:34:09 -05:00
parent 20ab1e9780
commit c82a49ea63
9 changed files with 14 additions and 10 deletions

View File

@@ -3,5 +3,5 @@
Templates lets you change general appearance of rendered metrics.
<% for (const [template, {name}] of Object.entries(templates).filter(([key, value]) => value)) { %>
* [<%- name %>](/source/templates/<%= template %>/README.md)<%# -%>
* [<%- name %> <sub>`<%= template %>`</sub>](/source/templates/<%= template %>/README.md)<%# -%>
<% } %>