-
Notifications
You must be signed in to change notification settings - Fork 0
update openrpc to v2 #2
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
Conversation
This looks like the minimal set of changes required to me, the only difference would be that I think you can keep any node version updates performed in the docusarus update. When I updated the generator I tried to keep this repo in mind :D |
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.
This looks like the minimal set of changes required to me, the only difference would be that I think you can keep any node version updates performed in the docusarus update. When I updated the generator I tried to keep this repo in mind :D
Is there any customizability in the gatsby templates produced by the generator or do we just have the one giant accordion component and then the inspector underneath. The current layout is a little bit unwieldy with infinite scrolling so either doing something similar to the metamask plugin where you navigation available on a sidebar or something similar would be nice.
@acolytec3 just bumped the version https://github.com/open-rpc/generator/releases/tag/2.0.1 You should be able to use md and mdx files for docs. Just create src/docs/nameof.[md,mdx] in the created directory and it should allow you to render the markdown then you'll need to add the filename prefix to the links section of the generated gatsby.config.js and that will allow the sidebar to expand with additional pages/link options. Let me know if you hit any issues |
Experiment to update open rpc generators and gatsby to latest versions (as an alternative to this pr