mirror of
https://framagit.org/framasoft/framaspace/argos.git
synced 2025-04-28 09:52:38 +02:00
🔨 — Don’t use the same port for doc server than for dev argos server
This commit is contained in:
parent
7c822b10c0
commit
175f605e35
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in a new issue