Add Flap.sh & token supply APIs; move Robinhood docs under /blockchain/robinhood#215
Merged
Merged
Conversation
…n/robinhood - Add Flap.sh API page (launches, trades, event-specific APIs: LaunchedToDEX, progress, supply, tax, vanity, MsgSent) and Robinhood Token Supply API page - Add token supply section to Robinhood Trades page - Move Robinhood docs from /docs/examples/robinhood to /docs/blockchain/robinhood (category slug + sidebar + internal links) with redirects for old URLs - List Robinhood on homepage chains and supported-chains matrix Co-authored-by: Cursor <cursoragent@cursor.com>
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.
Summary
LaunchedToDEX,FlapTokenProgressChanged,FlapTokenCirculatingSupplyChanged,TaxV2OnBondingCurvePaid,VanityTokenCreated,MsgSent)./docs/examples/robinhood/to/docs/blockchain/robinhood/— category slug, sidebar items, and internal links updated; client redirects added for all old URLs (pages + category).All GraphQL queries were validated against the live Bitquery API. Production build passes with no broken links; new URLs return 200 and old URLs redirect.
Test plan
npm run buildsucceeds with no broken links/docs/blockchain/robinhood/renders the category index with all 5 pages/docs/examples/robinhood/flap-sh-api/,/docs/category/robinhood/) redirect to the new paths on the deployed site/docs/blockchain/robinhood/Made with Cursor