Files
SWG-Source.github.io/docs.html
T
2018-11-26 13:02:41 -06:00

11 lines
190 B
HTML

---
title: Docs
---
<h1>Documentation & Guides</h1>
<p>Under Contruction...</p>
<ul>
{% for doc in site.docs %}
<li><a href="{{ doc.url }}">{{ doc.title }}</a></li>
{% endfor %}
</ul>