From a63a3b3d04b794713917b20662e9bd982c56cef3 Mon Sep 17 00:00:00 2001 From: alchemy-bot <80712764+alchemy-bot@users.noreply.github.com> Date: Tue, 8 Sep 2026 21:47:10 +0000 Subject: [PATCH] [docs-agent] Rename Arc overview section to Supported APIs and add Webhooks 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 --- content/api-reference/arc/arc-api-overview.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/api-reference/arc/arc-api-overview.mdx b/content/api-reference/arc/arc-api-overview.mdx index a8f541bc5..dbe113448 100644 --- a/content/api-reference/arc/arc-api-overview.mdx +++ b/content/api-reference/arc/arc-api-overview.mdx @@ -43,7 +43,7 @@ slug: docs/arc/arc-api-overview | [`txpool_content`](/docs/chains/arc/arc-api-endpoints/txpool-content) | [`web3_clientVersion`](/docs/chains/arc/arc-api-endpoints/web-3-client-version) | | [`web3_sha3`](/docs/chains/arc/arc-api-endpoints/web-3-sha-3) | | -## Related APIs +## Supported APIs The following Alchemy APIs are also supported on Arc: @@ -54,3 +54,4 @@ The following Alchemy APIs are also supported on Arc: * [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)