Open
Conversation
Exchange operators are node operators who additionally run Rosetta + Archive. Moved all Rosetta guides under node-operators/rosetta/, merged the exchange FAQ into node-operators/faq.mdx, added an exchange-operators landing page, and set up redirects for all old URLs. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Moved send-requests into Code Samples and merged into requests.mdx - Rewrote all sample pages (requests, scan-blocks, track-deposits, send-transactions) from TypeScript/Python to curl + jq - Merged using-signer and reference/mina-signer into a single node-operators/mina-signer.mdx page - Lifted CLI Reference out of the Reference category as a direct sidebar item - Updated all internal links and added redirects Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Merge Exchange Operators section into Node Operators
Summary
Exchange operators are just node operators who additionally run Rosetta API + Archive Node. This PR removes the separate top-level "Exchange Operators" section and folds everything into "Node Operators", reducing navigation confusion and content duplication.
What changed
Structure
exchange-operators/directory (12 files)node-operators/rosetta/with a new "Rosetta API" sidebar categorynode-operators/exchange-operators.mdx— a landing page that directs exchanges to the three components they need (Validator Node, Archive Node, Rosetta API)node-operators/faq.mdxunder an "Exchange Integration" headingRosetta samples rewrite
requests,scan-blocks,track-deposits,send-transactions) from TypeScript/Python to curl + jq — more universal, no project setup requiredsend-requests.mdxintorequests.mdx(it was a single curl example already covered there)Signer docs consolidation
rosetta/samples/using-signer.mdxandreference/mina-signer.mdxinto a singlenode-operators/mina-signer.mdxpage covering both themina-signernpm package and the Rosetta offline signer CLIRedirects
All old
/exchange-operators/...URLs redirect to their new locations. Old signer and reference paths are also redirected.🤖 Generated with Claude Code