-
Notifications
You must be signed in to change notification settings - Fork 41
docs: add Mina Protocol RFCs to researchers section #1999
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
base: develop
Are you sure you want to change the base?
Conversation
Add all 65 RFCs from the MinaProtocol/mina repository to the website's researchers section. Each RFC includes: - Docusaurus frontmatter with title and sidebar label - Link to the original source on GitHub - format: md to prevent MDX parsing issues with code blocks The RFCs are organized into categories: protocol/consensus, state management, networking, APIs, hard forks, zkApps, security, serialization, account features, infrastructure, and development processes. Updated docusaurus.config.ts to use format: detect for markdown files and sidebars.ts to use autogenerated navigation for the RFCs category.
OCaml Reference Validation ResultsRepository: https://github.com/MinaProtocol/mina.git Click to see full validation output |
|
Use exact version instead of range (^3.0.0) to ensure consistent formatting between local development and CI environments.
Summary
researchers section
to original GitHub source
networking, APIs, hard forks, zkApps, security, serialization, account
features, infrastructure, and development processes
format: detectfor markdown filesTest plan
make docs-build- website builds successfully