To launch the docs, go to this url:
https://ibm-asset.github.io/ccode-docs/
- Install / Update
pippython get-pip.pyto install orpip install --upgrade pipto 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
mkdocsto generate pages undersite
and push togh-pagesbranchmkdocs gh-deploy
https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet