MkDocs documentation of DEQAR
- Clone repo:
git clone git@github.com:EQAR/deqar-docs.git cd ./deqar-docs- Create Python environment (
virtualenv env,. env/bin/activate) - Install MkDocs:
pip install -r requirements.txt mkdocs serve- Visit http://127.0.0.1:8000/ in your browser.
- Edit/create pages in Markdown.
- Don't forget to add pages to
mkdocs.yml. - Commit changes.
- This will help: http://www.mkdocs.org/user-guide/writing-your-docs/
- Build version:
mike deploy [version] - Push all branches (incl.
gh-pages):git push --all