-
Notifications
You must be signed in to change notification settings - Fork 212
Aliasing latest #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
This is the first thing in my TODO. I am trying to catch crates.io-index atm. There are 30 crates in que. Building google-* crates taking too much time. |
As an addendum, although I'm not sure of the use, version aliasing like 3 -> latest 3.x.y version and 3.2 -> latest 3.2.x could be useful for libraries that maintain multiple branches/versions. |
@icorderi I believe crates.fyi builds from crates.io, not github, so the concept of branch names doesn't apply. |
Yeah I would love a "latest" tag, would be really nice to just be able to stick a latest docs link in the README of every project and never worry about it again. |
Adding sources other than crates.io is in my TODO but I am planning to support only crates released into crates.io for now. cratesfyi may fetch (or listen) crate repository and generate doc from a specific branch in future. And for the "latest" tag, like I said in #2 this project is changed alot, whole directory structure and htmls are different than currently available in crates.fyi. Build machine is using an old version of cratesfyi. I am planning to host docs in a subdomain like rustdoc.crates.fyi. And planning to add a redirector to latest version of crate. Let's say you wanted to access documentation of latest version of "cargo" crate, rustdoc.crates.fyi/cargo will redirect to latest version of crate documentation. |
It would be nice to have aliasing (through the use of, say, symlinks) for the latest version, so we could point the README of a project to https://crates.fyi/crates/cratename/latest/.
The text was updated successfully, but these errors were encountered: