docs: move templated files to a dedicated folder
This commit is contained in:
7
.github/readme/partials/templated/templates.md
vendored
Normal file
7
.github/readme/partials/templated/templates.md
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
## 🖼️ Templates
|
||||
|
||||
Templates lets you change general appearance of rendered metrics.
|
||||
|
||||
<% for (const [template, {name}] of Object.entries(templates).filter(([key, value]) => value)) { %>
|
||||
* [<%- name %> <sub>`<%= template %>`</sub>](/source/templates/<%= template %>/README.md)<%# -%>
|
||||
<% } %>
|
||||
Reference in New Issue
Block a user