MkDocs version of ORCID API tutorial materials
Clone project
cd ~/git git clone git@github.com:ORCID/orcid-api-tutorial.gitStart local server
cd orcid-api-tutorial mkdocs serveView local site at http://127.0.0.1:8000
Add/edit pages per http://www.mkdocs.org/user-guide/writing-your-docs (mkdocs server will reload changes automatically)
Pushes code to gh-pages branch per http://www.mkdocs.org/user-guide/deploying-your-docs/#github-pages
cd to local project directory
cd ~/git/orcid-api-tutorialMake sure you're on the master branch
git checkout masterDeploy code to Github pages
mkdocs gh-deployView live site at https://orcid.github.io/orcid-api-tutorial