-
Notifications
You must be signed in to change notification settings - Fork 36
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
WEB3-321: feat: deploy steel docs on github pages #419
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When we are building for publishing, we'd like to use --cfg docsrs
and --all-features
so that features under flags like unstable-history
show up and are marked as requiring a feature flag.
https://github.com/risc0/risc0-ethereum/blob/main/.github/workflows/main.yml#L251
Co-authored-by: Victor Snyder-Graf <[email protected]>
Made the changes based on the code you linked, seems to work but lmk if I need to change anything else |
So, the links in the README lead to 404. This is not specific to the work, but if you have time to look into solutions there, it would be appreciated. Maybe we should just link back to GitHub. Maybe we should have something like what |
Right, so the easiest way to make this work atm is just to use absolute links instead of relative in markdown. Otherwise I'll try digging a bit to see if I can find something. |
This deploys a custom docs.rs like doc site for steel using GitHub pages and
cargo doc