Skip to content

Commit 9c2c8f3

Browse files
add comment to make clear that this command does not provide a version selector
1 parent 1aaebbe commit 9c2c8f3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/serve.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/bash
22

3+
# serves from temporary site directory - use during development for live preview of changes in docs directory
34
DATA_DIR="$(cd "$(dirname "${0}")/.." && pwd)"
45
docker run -v ${DATA_DIR}:/data -p 8000:8000 --rm -it trivadis/mktools bash -c "cd /data; mkdocs serve -a 0.0.0.0:8000"

0 commit comments

Comments
 (0)