Closed flxo closed 2 years ago
Technically this is not solvable without renaming crates. The CI jobs generates only the docs for the northstar
crate
cargo doc -p northstar --all-features --no-deps
The other crates do not provide any to be externally used API, so this is totally sufficient.
The docs are here
The
main
crate hides documentation for thenorthstar
crate because it declaresA
cargo doc
should generate doc also for the cratenorthstar
.