Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 484 Bytes

File metadata and controls

32 lines (22 loc) · 484 Bytes

EspoCRM Documentation

View documentation

How to build

Assuming you have python and pip installed.

Install the packages:

  1. pip install mkdocs
  2. pip install mdx_truly_sane_lists
  3. pip install mkdocs-material

Command to build:

mkdocs build

Command to build if using venv:

.venv/bin/mkdocs build

Command to build on Windows:

python -m mkdocs build