These docs use MkDocs.
pip install mkdocs- Docs live in the
docsdirectory. Write and structure using subdirectories (with theindex.mdbeing home for a directory). mkdocs serveto see how they look before deploying- When it looks good, use
./deploy.shto push the rendered documentation up for view at mesos-magellan.github.io. - Commit your changes when ready.
git commit -am "Relevant short commit message"
git push origin content