-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
C-feature-requestCategory: A feature request, i.e: not implemented / a PR.Category: A feature request, i.e: not implemented / a PR.T-dev-toolsRelevant to the dev-tools subteam, which will review and decide on the PR/issue.Relevant to the dev-tools subteam, which will review and decide on the PR/issue.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.
Description
Currently rustdoc creates doc/foo/index.html
doc/bar/index.html
(etc.) for crates foo
, bar
, along with doc/searchIndex.js
. We could provide a way to create a human readable doc/index.html
summarising all the crates in a folder (like how the search index works).
This could even take a markdown/html file as input to provide a longer description (theoretically this may allow Rust's current index.md
top-level file to be properly integrated into the crate docs, although this may not be desirable, which is why this functionality should be optional).
frewsxcv, yoshuawuyts and jeremystucki
Metadata
Metadata
Assignees
Labels
C-feature-requestCategory: A feature request, i.e: not implemented / a PR.Category: A feature request, i.e: not implemented / a PR.T-dev-toolsRelevant to the dev-tools subteam, which will review and decide on the PR/issue.Relevant to the dev-tools subteam, which will review and decide on the PR/issue.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.