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 107ebc8 commit e1ed765Copy full SHA for e1ed765
2 files changed
mkdocs.yml
@@ -8,7 +8,7 @@ nav:
8
- 'Recipes': recipes.md
9
- 'Cluster Configuration': cluster-config.md
10
- 'Interfaces': interfaces.md
11
- - 'Mirrors & Build Caches': build-caches.md
+ - 'Mirrors & Build Caches': mirrors.md
12
- 'Spack 1.0': porting.md
13
- 'Development': development.md
14
# - Tutorial: tutorial.md
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 run --group docs mkdocs ${@:-serve}
+uv run --group docs mkdocs ${@:-serve --livereload}
0 commit comments