We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6464f38 commit 4ede86fCopy full SHA for 4ede86f
serve
@@ -1,4 +1,4 @@
1
#!/usr/bin/env bash
2
3
# use uv to run mkdocs with mkdocs-material and its dependencies installed
4
-uv tool run --with-requirements ./requirements.txt mkdocs ${@:-serve}
+uv tool run --with-requirements ./requirements.txt mkdocs ${@:-serve --livereload}
0 commit comments