Test docs site

Nothing here
This commit is contained in:
shrkey
2016-03-22 23:31:17 +00:00
parent 7a4cda68b8
commit 37d7ae8ee2
5 changed files with 23 additions and 2 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
site/

View File

@@ -1,2 +0,0 @@
# docs
Documentation site

1
docs/about.md Normal file
View File

@@ -0,0 +1 @@
#Hello

7
docs/index.md Normal file
View File

@@ -0,0 +1,7 @@
# Overview
More content will be uploaded soon.
## Test
More content

14
mkdocs.yml Normal file
View File

@@ -0,0 +1,14 @@
site_name: Dark Water Documentation
pages:
- Overview: index.md
- About: about.md
theme: readthedocs
repo_name: 'GitHub'
repo_url: "https://github.com/darkwaterfoundation/docs"
extra:
palette:
primary: 'blue grey'
accent: 'light blue'
author:
github: 'darkwaterfoundation'
twitter: 'darkwaterio'