Skip to content

docs: fix rustdoc guides rendering on docs.rs#955

Merged
chaliy merged 1 commit intomainfrom
claude/fix-docs-rendering-laY87
Apr 2, 2026
Merged

docs: fix rustdoc guides rendering on docs.rs#955
chaliy merged 1 commit intomainfrom
claude/fix-docs-rendering-laY87

Conversation

@chaliy
Copy link
Copy Markdown
Contributor

@chaliy chaliy commented Apr 2, 2026

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

  • cargo doc --all-features --no-deps builds cleanly
  • All 6 guide links render correctly in generated HTML
  • cargo test --all-features passes
  • cargo fmt --check clean
  • cargo clippy --all-targets --all-features -- -D warnings clean

Add [package.metadata.docs.rs] with all-features = true so feature-gated
guides (python_guide, logging_guide) render on docs.rs. Fix Guides section
to list all guides with proper link brackets, and add missing
live_mounts_guide entry.
@chaliy chaliy merged commit 0fc22e7 into main Apr 2, 2026
27 checks passed
@chaliy chaliy deleted the claude/fix-docs-rendering-laY87 branch April 2, 2026 00:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant