Move docs to mkdocs and improve them

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2019-11-17 18:11:33 +01:00
parent 60f1a84937
commit 4fab4e1d25
22 changed files with 534 additions and 160 deletions

View File

@@ -107,6 +107,8 @@ pages:
stage: deploy
script:
- mkdir public
- mkdocs build
- mv site/* public/
- mix deps.get
- mix docs
- mv doc public/backend