[docs-agent] Rename Arc overview section to Supported APIs and add Webhooks - #1614
Open
alchemy-bot wants to merge 1 commit into
Open
alchemy-bot wants to merge 1 commit into
alchemy-bot wants to merge 1 commit into
Conversation
…bhooks On content/api-reference/arc/arc-api-overview.mdx, rename the "Related APIs" heading to "Supported APIs" and add a Webhooks bullet linking to /docs/reference/webhooks-overview. Refs DOCS-222 Requested-by: @abdulmanan-creator
🔗 Preview Mode
|
dslovinsky
requested changes
Sep 9, 2026
dslovinsky
left a comment
Collaborator
There was a problem hiding this comment.
This will get overwritten by automation
| * [Debug API](/docs/reference/debug-api-quickstart) | ||
| * [Trace API](/docs/reference/trace-api-quickstart) | ||
| * [NFT API](/docs/reference/nft-api-overview) | ||
| * [Webhooks](/docs/reference/webhooks-overview) |
Collaborator
There was a problem hiding this comment.
Webhooks aren't really an API
Contributor
Author
|
Thanks for the review, @dslovinsky, and for flagging in the Slack thread that this file is auto-generated. Holding the PR as-is pending direction from @abdulmanan-creator on next steps (close, revise, or point us at the source of truth that drives the auto-generation). Not pushing further changes here. |
bmoyroud
added a commit
that referenced
this pull request
Sep 16, 2026
Adds Arc Mainnet references across chain-specific and shared surfaces so docs reflect that both Arc Mainnet and Arc Testnet are live at Alchemy. Complements PR #1621 which added Arc Mainnet to arc.yaml itself. Files: - Product OpenRPC specs (Trace, Debug, Token, Transfers): add Arc Mainnet server entry alongside Arc Testnet. - NFT REST spec: add arc-mainnet to the networks enum. - Arc quickstart: switch the sample URL to arc-mainnet.g.alchemy.com. - Arc FAQ: add a 'Which Arc networks are supported?' entry listing both endpoints. - node-supported-chains.mdx: add Arc Mainnet HTTPS URL row. - wallets/overview/supported-chains.mdx: add Arc Mainnet row (Bundler, Gas Sponsorship, ERC20 Gas Payments, BSOs) mirroring Arc Testnet. Not touched (already in flight): - content/wallets/pages/bundler-api/bundler-faqs.mdx — PR #1485 adds Arc Mainnet minimum EntryPoint stake. - content/api-reference/arc/arc-api-overview.mdx — PR #1614 renames the Arc overview section. Ran generate:rpc, validate:rpc, and validate:rest locally, all pass. Refs DOCS-228 Requested-by: @bmoyroud Co-authored-by: bastien <9058670+bmoyroud@users.noreply.github.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
On the Arc API overview page (
content/api-reference/arc/arc-api-overview.mdx):## Related APIssection heading to## Supported APIs.[Webhooks](/docs/reference/webhooks-overview)at the end of the list, afterNFT API.No other content changes.
Linear
DOCS-222
Requested by
@abdulmanan-creator (via Slack thread)