Updated the docs

This commit is contained in:
Marcin Grzejszczak
2016-07-13 14:37:09 +02:00
parent 5df2f5eb68
commit 719453e63f
6 changed files with 36 additions and 10 deletions

View File

@@ -60,3 +60,16 @@ Build both Maven and Gradle projects and run tests on standalone projects
```
./scripts/buildAndTest.sh
```
```
Generate documentation
```
./scripts/generateDocs.sh
```
Publish documentation to `gh-pages`
```
./docs/src/main/asciidoc/ghpages.sh
```