To launch the docs, go to this url:
https://ibm-asset.github.io/ccode-docs/
- Install / Update
pip
python get-pip.py
to install orpip install --upgrade pip
to upgrade
- Run
pip install mkdocs
- Run
pip install mkdocs-material
- Generate SSH keys and add public key to GitHub
ssh-keygen -b 4096 -f ./<key>
- Add SSH key to the SSH Agent (make sure it is running)
eval "$(ssh-agent -s)"
ssh-add ./<key>
- Run
mkdocs
to generate pages undersite
and push togh-pages
branchmkdocs gh-deploy
https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet