Skip to content

Commit e1ed765

Browse files
committed
fix doc index
1 parent 107ebc8 commit e1ed765

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ nav:
88
- 'Recipes': recipes.md
99
- 'Cluster Configuration': cluster-config.md
1010
- 'Interfaces': interfaces.md
11-
- 'Mirrors & Build Caches': build-caches.md
11+
- 'Mirrors & Build Caches': mirrors.md
1212
- 'Spack 1.0': porting.md
1313
- 'Development': development.md
1414
# - Tutorial: tutorial.md

serve

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env bash
22

33
# use uv to run mkdocs with mkdocs-material and its dependencies installed
4-
uv run --group docs mkdocs ${@:-serve}
4+
uv run --group docs mkdocs ${@:-serve --livereload}

0 commit comments

Comments
 (0)