-
Notifications
You must be signed in to change notification settings - Fork 210
User interface #12
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
User interface #12
Conversation
This is so cool! |
This amazing work @onur, thanks a ton for the effort you put into this, it'll greatly help the Rust community :) |
I am glad you liked it guys. It will be more awesome when I add stuff in TODO. |
rustdoc is using search-input class for searches. Using search-input is breaking rustdoc searches. Use search-input-nav instead of search-input for search input in navigation.
Also remove padding of first header in README, and remove some trailing whitespaces in style.scss
This looks fantastic! And thank you for choosing handlebars(-iron). I'm the author of handlebars-iron, feel free to ping me (here or in handlebars/iron repo) if there is any issue. |
Are you interested in PRs against the |
Also, it'd be really useful if you could release a database dump that is a subset of the full dataset. Access to all the crates isn't needed to build the UI :) |
Thanks for your interest @jonhoo Sure you can send PR's. A subset of database makes sense, I will prepare one. |
This reverts commit 77c9e5a. This commit caused some issues in rustdocs
Awesome!!!! On Aug 22, 2016, 19:45 -0400, Onur Aslan [email protected], wrote:
|
We don't have a footer anymore, add some margin to make it look like better
I've been monitoring daemon and it's working fine. I only saw one issue; failed to pull recent changes from crates-io.index for 10 minutes. Docs.rs is currently pulling changes twice in 3 minutes margin, IDK if github have some limits, maybe its better idea to increase delay between pulls. |
This only got stuck once but I belive its more safer to increase duration between pull requests
* Add report link for failed builds. * Add email for contact.
@alexcrichton might have some opinions/comments about that ^ |
AFAIK Cargo's load on the index would likely be far higher than docs.rs's, so that rate of polling shouldn't be too bad in theory? |
@alexcrichton sounds reasonable! Just wanted to make sure you knew! |
@onur 🎊 does this mean we can talk about this publicly now? |
Yes @steveklabnik docs.rs is finally live! |
User interface of cratesfyi
Web based user interface. It is under heavy development and this branch is
usually live at: https://beta.docs.rs/ build is in progress, search and most starred crates may not work.
Database is frozen and cratesfyi is not building any more crates during development.
Development
You can download subset of database dump (~270MB uncompressed) and help development of user interface without the need of containers (only user interface will work). You can run cratesfyi's web interface with:
TODO
Author list and search(maybe in future)License(looks like I forgot to save license fields)<pre>
tags looks ugly in crate README.Dependency chain with graphviz.(maybe in future)/source/{crate}/{version}
Issues
Fixes: #1, #4
Successor of: #10