Get obidian live sync to work and add doc site
This commit is contained in:
8
Makefile
8
Makefile
@@ -1,4 +1,4 @@
|
||||
SERVICES=traefik whoami gitea nextcloud devbox
|
||||
SERVICES=traefik whoami gitea nextcloud devbox docs-site
|
||||
|
||||
.PHONY: up down restart backup init-env env-sync docs generate-docs serve-docs logs status up-% down-%
|
||||
|
||||
@@ -69,12 +69,6 @@ generate-docs:
|
||||
python3 scripts/generate_docs.py
|
||||
|
||||
docs: generate-docs
|
||||
@command -v uvx >/dev/null 2>&1 || { \
|
||||
echo "Error: uvx is not installed or not in PATH."; \
|
||||
echo "Install with: curl -LsSf https://astral.sh/uv/install.sh | sh"; \
|
||||
echo "Then run: source $$HOME/.local/bin/env"; \
|
||||
exit 1; \
|
||||
}
|
||||
uvx --from mkdocs-material --with mkdocs-include-markdown-plugin mkdocs build
|
||||
|
||||
serve-docs: generate-docs
|
||||
|
||||
Reference in New Issue
Block a user