mirror of
https://github.com/SWG-Source/SWG-Source.github.io.git
synced 2026-07-14 16:01:23 -04:00
12 lines
206 B
HTML
12 lines
206 B
HTML
---
|
|
layout: default
|
|
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>
|