mirror of
https://github.com/SWG-Source/SWG-Source.github.io.git
synced 2026-07-13 16:00:56 -04:00
11 lines
190 B
HTML
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>
|