Files
docs/Makefile
Антон Аксенов b24e3e6c02 Адреса EPG
2025-10-07 15:06:54 +08:00

9 lines
324 B
Makefile

live:
@echo "Wait until container starts and open http://localhost:3000 to see live preview"
@docker run --rm -it -p 3000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material
build:
@docker run --rm -it -v ${PWD}:/docs squidfunk/mkdocs-material build -v
@echo "Open http://localhost:8080/docs to see compiled documentation"