28 lines
537 B
Text
28 lines
537 B
Text
---
|
|
title: "Site Navigation" #
|
|
sitemap: false
|
|
---
|
|
|
|
{% capture notice-1 %}
|
|
**Popular**
|
|
|
|
+ [Home](./)
|
|
+ [Installation](installation)
|
|
+ [FAQ](faq)
|
|
|
|
{% endcapture %}
|
|
<div class="notice--info">{{ notice-1 | markdownify }}</div>
|
|
|
|
{% capture notice-2 %}
|
|
**All**
|
|
|
|
+ [Credits](credits)
|
|
+ [Contribute](contribute)
|
|
+ [FAQ](faq)
|
|
+ [Example](example)
|
|
+ [Home](./)
|
|
+ [Key Information](key-information)
|
|
+ [Troubleshooting](troubleshooting)
|
|
+ [Installation](installation)
|
|
{% endcapture %}
|
|
<div class="notice--primary">{{ notice-2 | markdownify }}</div>
|