rpcsx-guide/_pages/en_US/site-navigation.txt
2023-08-14 13:42:29 -04:00

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>