mirror of https://github.com/vapor/docs.git
Merge branch 'master' of github.com:vapor/documentation
This commit is contained in:
commit
a0ce94e8e1
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Reference in New Issue