Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 519 Bytes

work-on-the-documentation.md

File metadata and controls

14 lines (9 loc) · 519 Bytes

Work on the documentation

Documentation is based on markdown and the static site is build with mkdocs material. The API documentation is generated by dog as markdown.

Serve documentation on http://localhost:8000/

docker-compose run --rm php74 composer prepare-docs
docker-compose up mkdocs

Build static site in folder site

docker-compose run --rm php74 composer prepare-docs
docker-compose run --rm mkdocs build