How to build docs site#

Build steps#

  1. Make sure MkDocs is installed, using python package manager - pip.

    python --version
    pip install mkdocs pymdown-extensions pygments mkdocs-material --upgrade
    npm install
    
  2. Edit documentation files located in ./docs

  3. Test the docs site:

    npm run test:docs
    

  4. Build and deploy on gh-pages:

    npm run deploy:docs