docs(supported-chains): streamline supported chains and currencies documentation#72
docs(supported-chains): streamline supported chains and currencies documentation#72
Conversation
…hors Improve navigation in `resources/supported-chains-and-currencies.mdx` by updating card destinations from generic page-level links to section-level anchors, so users land directly on the relevant content. - updated Token List cards to point to `/resources/token-list#token-list-structure` - updated Crosschain card to point to: `/api-features/crosschain-payments#crosschain-payments-supported-chains-and-currencies` - updated Crypto-to-fiat card to point to: `/api-features/crypto-to-fiat-payments#crypto-to-fiat-supported-chains-and-currencies` - updated Payment Types related card to point to: `/api-features/payment-types-overview#payment-types`
resources/supported-chains-and-currencies.mdx by updating card destinations from generic page-level links to section-level anchors, so users land directly on
Greptile SummaryThis PR streamlines Key observations:
Confidence Score: 4/5
Flowchart%%{init: {'theme': 'neutral'}}%%
flowchart TD
A[Supported Chains and Currencies Page] --> B[ERC20 / Native / Conversion<br/>Supported Chains]
A --> C[ERC20 and Native Payments<br/>Supported Currencies]
A --> D[Conversion Payments<br/>Supported Currencies]
A --> E[Crosschain Payments<br/>Supported Currencies]
A --> F[Crypto-to-fiat Payments<br/>Supported Currencies]
A --> G[Currencies API Endpoints]
C --> C1[Token List Page<br/>/resources/token-list#token-list-structure]
D --> D1[GET /v2/currencies/currencyId/conversion-routes]
E --> E1[Crosschain Payments Page<br/>#crosschain-payments-supported-chains-and-currencies]
F --> F1[Crypto-to-fiat Page<br/>#crypto-to-fiat-supported-chains-and-currencies]
G --> G1[GET /v2/currencies]
G --> G2[GET /v2/currencies/currencyId/conversion-routes]
Last reviewed commit: 599e467 |
| - `type` | ||
| - `chainId` | ||
|
|
||
| ## Endpoints |
There was a problem hiding this comment.
The ## Endpoints heading (line 96) is at the same hierarchy level as ## Currencies API Endpoints (line 72), but it logically belongs as a subsection containing those endpoint cards. This should be demoted to ### to maintain proper document structure.
| ## Endpoints | |
| ### Endpoints |
Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

TL;DR
Streamlined the supported chains and currencies documentation to focus on API-specific coverage and removed AI-generated content warnings.
What changed?
How to test?
Why make this change?
The original documentation was overly comprehensive and included AI-generated warnings that may have reduced user confidence. This revision creates a more focused, API-centric resource that directs users to specific payment type documentation while maintaining essential currency and chain information needed for integration decisions.