We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bea60f3 commit 6088f6cCopy full SHA for 6088f6c
1 file changed
Makefile
@@ -76,7 +76,8 @@ clippy:
76
doc:
77
@printf "$(GREEN)Generating dual-platform documentation...$(NC)\n"
78
@# Create directory structure
79
- @mkdir -p target/doc-final/{cloud,embedded}
+ @mkdir -p target/doc-final/cloud
80
+ @mkdir -p target/doc-final/embedded
81
@printf "$(YELLOW) → Building cloud/edge documentation$(NC)\n"
82
cargo doc --features "std,tokio-runtime,tracing,metrics" --no-deps
83
@cp -r target/doc/* target/doc-final/cloud/
0 commit comments