Test docs site
Nothing here
This commit is contained in:
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
site/
|
||||||
1
docs/about.md
Normal file
1
docs/about.md
Normal file
@@ -0,0 +1 @@
|
|||||||
|
#Hello
|
||||||
7
docs/index.md
Normal file
7
docs/index.md
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
# Overview
|
||||||
|
|
||||||
|
More content will be uploaded soon.
|
||||||
|
|
||||||
|
## Test
|
||||||
|
|
||||||
|
More content
|
||||||
14
mkdocs.yml
Normal file
14
mkdocs.yml
Normal 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'
|
||||||
Reference in New Issue
Block a user