-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
Badge request: docs.rs #1382
Comments
Hi! Thanks for the suggestion. Is there a JSON API that returns the build status? The red badge doesn't convey the failing doc build very clearly. I wonder if we should provide some more helpful text like docs | build failed. |
Hi @paulmelnikow. We have a JSON API to check build status, example URL for Unfortunately this JSON API will always require a version to work (it is actually only designed to work with crates.io). Docs.rs badge URL doesn't require any version. |
Ah, gotcha. Hmmm, well we could parse the badges. Is a build status endpoint something you'd consider adding? Hitting a JSON API is more reliable. |
Track the progress on some issues - badges/shields#1382 - https://github.com/onur/docs.rs/issues/192
To help progress this request, can I suggest starting with a MVP that just links to
The following works great for me:
|
A question was just posted about this at rust-lang/docs.rs#170. If anyone has interest and capacity to respond, please do. |
See https://docs.rs/about
The text was updated successfully, but these errors were encountered: