8 comments (8 comments)0 reactions (0 reactions)0 assignees (0 assignees)22 forks (22 forks)github user discovery
E-Mediumenhancementhelp wantedquestion
Repository metrics
- Stars
- 104 stars (104 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
Rustdoc should not just provide API documentation, but also support long-form, guide documentation.
My current thought is "use https://github.com/azerupi/mdBook as a library" to do this, but I am open to other thoughts as well.
Contributor guide
- Research direction
- Investigate how to integrate mdBook as a library to produce guide documentation alongside API docs. Start by understanding mdBook's library API and rustdoc's plugin system.
- Tech stack
- rust
- Domain
- documentationdeveloper experience
- Issue type
- Feature
- Prerequisites
- Rust