Closed
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).