docs: replace links from profile repo to metrics repo [skip ci]
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" align="center">
|
||||
<img src="https://github.com/lowlighter/lowlighter/blob/master/metrics.classic.svg" alt=""></img>
|
||||
<img src="https://github.com/lowlighter/metrics/blob/examples/metrics.classic.svg" alt=""></img>
|
||||
<img width="900" height="1" alt="">
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -3,7 +3,7 @@ description: |
|
||||
A template mimicking GitHub visual identity.
|
||||
This is also the default template.
|
||||
examples:
|
||||
default: https://github.com/lowlighter/lowlighter/blob/master/metrics.classic.svg
|
||||
default: https://github.com/lowlighter/metrics/blob/examples/metrics.classic.svg
|
||||
index: 0
|
||||
supports:
|
||||
- user
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<tr><td colspan="2" align="center">A template capable of rendering markdown from a given template file.</td></tr>
|
||||
<tr>
|
||||
<td colspan="2" align="center">
|
||||
<img src="https://github.com/lowlighter/lowlighter/blob/master/metrics.markdown.png" alt=""></img>
|
||||
<img src="https://github.com/lowlighter/metrics/blob/examples/metrics.markdown.png" alt=""></img>
|
||||
<img width="900" height="1" alt="">
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" align="center">
|
||||
<img src="https://github.com/lowlighter/lowlighter/blob/master/metrics.markdown.png" alt=""></img>
|
||||
<img src="https://github.com/lowlighter/metrics/blob/examples/metrics.markdown.png" alt=""></img>
|
||||
<img width="900" height="1" alt="">
|
||||
</td>
|
||||
</tr>
|
||||
@@ -124,7 +124,7 @@ The `embed()` function takes two arguments:
|
||||
<%- await embed(`example-languages-pdf`, {languages:true, languages_details:"percentage, bytes-size", config_display:"large"}) %>
|
||||
```
|
||||
|
||||
<img src="https://github.com/lowlighter/lowlighter/blob/master/.cache/example-languages-pdf.svg">
|
||||
<img src="https://github.com/lowlighter/metrics/blob/examples/.cache/example-languages-pdf.svg">
|
||||
|
||||
> 💡 The `plugin_` prefix can be dropped for convenience
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# 📒 Markdown template example
|
||||
|
||||
See [rendering of this file here](https://github.com/lowlighter/lowlighter/blob/master/metrics.markdown.full.md) and [original template source here](https://github.com/lowlighter/metrics/blob/master/source/templates/markdown/example.md).
|
||||
See [rendering of this file here](https://github.com/lowlighter/metrics/blob/examples/metrics.markdown.full.md) and [original template source here](https://github.com/lowlighter/metrics/blob/master/source/templates/markdown/example.md).
|
||||
|
||||
## 🧩 Plugins with markdown version
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# 📒 Markdown template example (pdf)
|
||||
|
||||
See [rendering of this file here](https://github.com/lowlighter/lowlighter/blob/master/metrics.markdown.pdf) and [original template source here](https://github.com/lowlighter/metrics/blob/master/source/templates/markdown/example.pdf.md).
|
||||
See [rendering of this file here](https://github.com/lowlighter/metrics/blob/examples/metrics.markdown.pdf) and [original template source here](https://github.com/lowlighter/metrics/blob/master/source/templates/markdown/example.pdf.md).
|
||||
|
||||
## 🧩 Plugins
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
name: "📒 Markdown template"
|
||||
description: A template capable of rendering markdown from a given template file.
|
||||
examples:
|
||||
default: https://github.com/lowlighter/lowlighter/blob/master/metrics.markdown.png
|
||||
default: https://github.com/lowlighter/metrics/blob/examples/metrics.markdown.png
|
||||
index: 3
|
||||
supports:
|
||||
- user
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" align="center">
|
||||
<img src="https://github.com/lowlighter/lowlighter/blob/master/metrics.repository.svg" alt=""></img>
|
||||
<img src="https://github.com/lowlighter/metrics/blob/examples/metrics.repository.svg" alt=""></img>
|
||||
<img width="900" height="1" alt="">
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
name: "📘 Repository template"
|
||||
description: A template mimicking GitHub visual identity and specially crafted for repositories.
|
||||
examples:
|
||||
default: https://github.com/lowlighter/lowlighter/blob/master/metrics.repository.svg
|
||||
default: https://github.com/lowlighter/metrics/blob/examples/metrics.repository.svg
|
||||
index: 1
|
||||
supports:
|
||||
- repository
|
||||
|
||||
@@ -14,7 +14,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" align="center">
|
||||
<img src="https://github.com/lowlighter/lowlighter/blob/master/metrics.terminal.svg" alt=""></img>
|
||||
<img src="https://github.com/lowlighter/metrics/blob/examples/metrics.terminal.svg" alt=""></img>
|
||||
<img width="900" height="1" alt="">
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
name: "📙 Terminal template"
|
||||
description: A template mimicking a SSH session.
|
||||
examples:
|
||||
default: https://github.com/lowlighter/lowlighter/blob/master/metrics.terminal.svg
|
||||
default: https://github.com/lowlighter/metrics/blob/examples/metrics.terminal.svg
|
||||
index: 2
|
||||
supports:
|
||||
- user
|
||||
|
||||
Reference in New Issue
Block a user