-
Notifications
You must be signed in to change notification settings - Fork 447
Closed
Labels
Description
💡 Feature description
Currently the docs are built only from master
and published to https://rustwasm.github.io/wasm-pack/book/. This can cause users to think the latest version (0.5.1) contains all the features that are present in master
but they aren't because master is currently not released. #462 is one example of this. It's also hard to check documentation for old releases.
I think the docs at https://rustwasm.github.io/wasm-pack/book/ should be generated for multiple versions (like docs.rs does), so we can have docs for master
, latest stable
as well as older releases
.
What do you guys think?