docs(templates): clarification, fix typos and style
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
name: "📗 Classic template"
|
||||
name: 📗 Classic template
|
||||
description: |
|
||||
A template mimicking GitHub visual identity.
|
||||
This is also the default template.
|
||||
|
||||
@@ -159,9 +159,10 @@ It is used to compute height dynamically through a [puppeteer](https://github.co
|
||||
|
||||
The default file looks like below:
|
||||
```yaml
|
||||
name: "🖼️ Template name"
|
||||
name: 🖼️ Template name
|
||||
extends: classic
|
||||
description: Short description
|
||||
description: |
|
||||
Short description
|
||||
examples:
|
||||
default: https://via.placeholder.com/468x60?text=No%20preview%20available
|
||||
supports:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: "📕 Community templates"
|
||||
name: 📕 Community templates
|
||||
description: |
|
||||
A template mimicking GitHub visual identity.
|
||||
This is also the default template.
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
name: "📒 Markdown template"
|
||||
description: A template capable of rendering markdown from a given template file.
|
||||
name: 📒 Markdown template
|
||||
description: |
|
||||
A template capable of rendering markdown from a given template file.
|
||||
examples:
|
||||
default: https://github.com/lowlighter/metrics/blob/examples/metrics.markdown.png
|
||||
index: 3
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
name: "📘 Repository template"
|
||||
description: A template mimicking GitHub visual identity and specially crafted for repositories.
|
||||
name: 📘 Repository template
|
||||
description: |
|
||||
A template mimicking GitHub visual identity and specially crafted for repositories.
|
||||
examples:
|
||||
default: https://github.com/lowlighter/metrics/blob/examples/metrics.repository.svg
|
||||
index: 1
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
name: "📙 Terminal template"
|
||||
description: A template mimicking a SSH session.
|
||||
name: 📙 Terminal template
|
||||
description: |
|
||||
A template mimicking a SSH session.
|
||||
examples:
|
||||
default: https://github.com/lowlighter/metrics/blob/examples/metrics.terminal.svg
|
||||
index: 2
|
||||
|
||||
Reference in New Issue
Block a user