How to build docs site#
Build steps#
- 
Make sure MkDocs is installed, using python package manager - pip. python --version pip install mkdocs pymdown-extensions pygments mkdocs-material --upgrade npm install 
- 
Edit documentation files located in ./docs
- 
Test the docs site: npm run test:docs 
- 
Build and deploy on gh-pages: npm run deploy:docs