diff --git a/Makefile b/Makefile index 18d7326..9d6bec1 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ docs: cog ## Build the docs sed -e 's@https://unpkg.com/mermaid[^"]*"@mermaid.min.js"@' -i public/search.html public/genindex.html sed -e 's@https://unpkg.com/mermaid[^"]*"@../mermaid.min.js"@' -i public/developer/models.html public/developer/overview.html docs-webserver: docs - python3 -m http.server -d public -b 127.0.0.1 + python3 -m http.server -d public -b 127.0.0.1 8001 cog: ## Run cog, to integrate the CLI options to the docs. venv/bin/cog -r docs/*.md test: venv ## Run the tests