documentation
documentation copied to clipboard
EspoCRM Documentation
EspoCRM Documentation
View documentation
- On the website
- On this repository
How to build
Assuming you have python and pip installed.
Install the packages:
pip install mkdocspip install mdx_truly_sane_listspip install mkdocs-material
Command to build:
mkdocs build
On Windows:
python -m mkdocs build