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
+3
View File
@@ -2,3 +2,6 @@ theme: jekyll-theme-midnight
repository: SWG-Source/SWG-Source.github.io
title: SWG Source
description: Run your own private SWG Server (and help us develop it!)
collections:
docs:
output: true
+5
View File
@@ -0,0 +1,5 @@
---
layout: default
Title: Installation
---
## Installation Insctructions
+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>