Replies: 4 comments 5 replies
-
I'm a bit concerned about what's necessary to achieve this. Is rustdoc extendable enough to support these alterations? If not, how hard would it be to create our own output given the JSON output from rustdoc? |
Beta Was this translation helpful? Give feedback.
-
Those are big wins and I think this is probably justified. My biggest concern is about "competing with docs.rs results on search engines". Seems like we'd be stuck in a dual mode forever. |
Beta Was this translation helpful? Give feedback.
-
We'd also want to make sure we can support all Bevy releases / make them select-able like they are on docs.rs. |
Beta Was this translation helpful? Give feedback.
-
Another issue re. Bevy – concretely, The consequence is that the more general a code artefact is, the harder it is to refer to. If THIS could somehow be fixed, too, that would be grand! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Docs built on docs.rs have a few issues for Bevy:
By building docs ourselves, we could build as a workspace, fixing the src issue, and customise the presentation however we want.
As a nice community feature, we could also build docs for crates present in bevy_assets that depends on the latest version of Bevy and use the same customisation for them.
Beta Was this translation helpful? Give feedback.
All reactions