Merge branch 'master' of github.com:vapor/documentation

This commit is contained in:
tanner0101 2017-03-23 13:42:11 +01:00
commit a0ce94e8e1
2 changed files with 21 additions and 1 deletions

View File

@ -4,4 +4,21 @@ Found a mistake or want to add something? Fork the documentation, fix it, and su
We'll merge it as soon as we can.
Thanks!
Thanks!
## Developing
### 1.0
Install `couscous` through Composer and run `couscous preview`
### 2.0
Install MkDocs and MkDocs Material theme.
```sh
pip install mkdocs
pip install mkdocs-material
```
Run with `mkdocs serve`

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# Documentation
Read the docs at [docs.vapor.codes](http://docs.vapor.codes)