Skip to content

Commit b190ea6

Browse files
author
Andrey Cheptsov
committed
Add docs-serve command to just to serve documentation with live reload
1 parent 07184b3 commit b190ea6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.justfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,6 @@ set allow-duplicate-recipes
1515
import "runner/.justfile"
1616

1717
import "frontend/.justfile"
18+
19+
docs-serve:
20+
uv run mkdocs serve --livereload -w examples -s

0 commit comments

Comments
 (0)