The great refactor (#82)
This commit is contained in:
7
.github/readme/partials/documentation/templates.md
vendored
Normal file
7
.github/readme/partials/documentation/templates.md
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
## 🖼️ Templates
|
||||
|
||||
Templates lets you change general appearance of rendered metrics.
|
||||
See their respective documentation for more informations about how to setup them:
|
||||
<% for (const [template, {name}] of Object.entries(templates).filter(([key, value]) => value)) { %>
|
||||
* [<%= name %>](/source/templates/<%= template %>/README.md)<%# -%>
|
||||
<% } %>
|
||||
Reference in New Issue
Block a user