Adding new docs system

This commit is contained in:
Isaac Bythewood
2019-12-08 18:09:14 +00:00
parent 478957493b
commit b14cec4e56
13 changed files with 266 additions and 65 deletions

8
docs/src/docs.md Normal file
View File

@@ -0,0 +1,8 @@
# Docs
Timestrap's docs are built with `mkdocs`. If you have dev dependencies
installed, `pipenv install --dev`, then you can use the following commands:
- `gulp docs:serve` for testing
- `gulp docs:build` to build the files
- `gulp docs:publish` to publish to github