Commit 0fc22e7
authored
docs: fix rustdoc guides rendering on docs.rs (#955)
## Summary
- Add `[package.metadata.docs.rs]` with `all-features = true` so
feature-gated guide modules (`python_guide`, `logging_guide`) render on
docs.rs
- Fix Guides section in crate docs: add missing `live_mounts_guide`,
convert plain backticks to `[`link brackets`]` for clickable links
## Test plan
- [x] `cargo doc --all-features --no-deps` builds cleanly
- [x] All 6 guide links render correctly in generated HTML
- [x] `cargo test --all-features` passes
- [x] `cargo fmt --check` clean
- [x] `cargo clippy --all-targets --all-features -- -D warnings` clean1 parent 5e2e7ea commit 0fc22e7
2 files changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
103 | 107 | | |
104 | 108 | | |
105 | 109 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
380 | 380 | | |
381 | 381 | | |
382 | 382 | | |
383 | | - | |
384 | 383 | | |
385 | | - | |
| 384 | + | |
| 385 | + | |
| 386 | + | |
386 | 387 | | |
387 | 388 | | |
388 | 389 | | |
| |||
0 commit comments