Skip to content

Build

Build

To build static site from *.md sources Python virtual environment is needed

virtualenv venv

...and couple of packages (mkdocs и mkdocs-material)

pip install -r requirements-docs.txt

Run from root reposetory directory to build and serve site in runtime

mkdocs serve

...or just building

mkdocs build