You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When testing docs.rs, it's sometimes useful to just queue crates manually, and not try to keep up with the entire crates.io index. Since the code that refreshes the index and queues up builds is already a separate thread in the daemon, it shouldn't be that much work to provide an option to disable that thread for development.
(If done right, his can also make it easier to provide a sort of "white-label" installer in the future that allows people to only host docs for certain crates, potentially from custom registries or arbitrary repositories. This is something that's been requested a few times informally, and would probably be a boon to production/enterprise Rust users.)
The text was updated successfully, but these errors were encountered:
Another thing to tack onto this - It would be nice to run local builds for docs.rs offline, for example when you have limited internet or in an enterprise scenario.
When testing docs.rs, it's sometimes useful to just queue crates manually, and not try to keep up with the entire crates.io index. Since the code that refreshes the index and queues up builds is already a separate thread in the daemon, it shouldn't be that much work to provide an option to disable that thread for development.
(If done right, his can also make it easier to provide a sort of "white-label" installer in the future that allows people to only host docs for certain crates, potentially from custom registries or arbitrary repositories. This is something that's been requested a few times informally, and would probably be a boon to production/enterprise Rust users.)
The text was updated successfully, but these errors were encountered: