configure _docs

This commit is contained in:
Tekaoh
2018-11-26 12:19:08 -06:00
parent 99b4dbfacd
commit ab68cefbb5
3 changed files with 14 additions and 1 deletions
+6 -1
View File
@@ -3,4 +3,9 @@ layout: default
title: Docs
---
<h1>Documentation & Guides</h1>
<p>Coming soon...
<p>Under Contruction...</p>
<ul>
{% for doc in site.docs %}
<li><a href="{{ doc.url }}">{{ doc.title }}</a></li>
{% endfor %}
</ul>