Skip to content

Commit 1ad182e

Browse files
masterbdclaude
andauthored
Fix Yellowstone API overview links copying URL instead of navigating (#1416)
* Fix Yellowstone overview links copying URL instead of navigating The "Subscription types" entries were written as heading-links (### [text](url)). Fern attaches a copy-section-anchor handler to headings, which intercepted the click and copied the page anchor instead of following the link to the subpage. Convert them to a CardGroup so navigation works and the index reads cleaner. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> * Remove icons from Yellowstone overview cards Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
1 parent a042a37 commit 1ad182e

1 file changed

Lines changed: 21 additions & 14 deletions

File tree

content/api-reference/yellowstone/api-reference-overview.mdx

Lines changed: 21 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,24 @@ Yellowstone gRPC provides real-time streaming of Solana blockchain data through
1010

1111
## Subscription types
1212

13-
### [Subscribe Request](/docs/reference/yellowstone-grpc-subscribe-request)
14-
The base structure for all subscriptions. Defines filters, commitment levels, and combines multiple subscription types in a single request.
15-
16-
### [Subscribe to Slots](/docs/reference/yellowstone-grpc-subscribe-slots)
17-
Track slot progression and chain state. Essential for understanding confirmations and synchronizing with blockchain time.
18-
19-
### [Subscribe to Transactions](/docs/reference/yellowstone-grpc-subscribe-transactions)
20-
Stream transactions with filters for accounts, vote/non-vote, and success/failure status.
21-
22-
### [Subscribe to Accounts](/docs/reference/yellowstone-grpc-subscribe-accounts)
23-
Monitor account changes with filters for addresses, owners, data patterns, and balances.
24-
25-
### [Subscribe to Blocks](/docs/reference/yellowstone-grpc-subscribe-blocks)
26-
Stream complete blocks with all transactions and metadata.
13+
<CardGroup>
14+
<Card title="Subscribe Request" href="/docs/reference/yellowstone-grpc-subscribe-request">
15+
The base structure for all subscriptions. Defines filters, commitment levels, and combines multiple subscription types in a single request.
16+
</Card>
17+
18+
<Card title="Subscribe to Slots" href="/docs/reference/yellowstone-grpc-subscribe-slots">
19+
Track slot progression and chain state. Essential for understanding confirmations and synchronizing with blockchain time.
20+
</Card>
21+
22+
<Card title="Subscribe to Transactions" href="/docs/reference/yellowstone-grpc-subscribe-transactions">
23+
Stream transactions with filters for accounts, vote/non-vote, and success/failure status.
24+
</Card>
25+
26+
<Card title="Subscribe to Accounts" href="/docs/reference/yellowstone-grpc-subscribe-accounts">
27+
Monitor account changes with filters for addresses, owners, data patterns, and balances.
28+
</Card>
29+
30+
<Card title="Subscribe to Blocks" href="/docs/reference/yellowstone-grpc-subscribe-blocks">
31+
Stream complete blocks with all transactions and metadata.
32+
</Card>
33+
</CardGroup>

0 commit comments

Comments
 (0)