docs(katana): add Katana API quickstart and FAQ guides - #1386
Merged
Conversation
Generate the Katana quickstart and FAQ pages via add-evm-chain and wire them into the Katana navigation section in docs.yml. Use a literal your-api-key placeholder in the quickstart sample URL. Co-authored-by: Cursor <cursoragent@cursor.com>
🔗 Preview Mode
|
dslovinsky
approved these changes
Jun 15, 2026
dslovinsky
pushed a commit
that referenced
this pull request
Jun 15, 2026
…block) (#1385) https://bitsofco.de/solidity-function-visibility-explained/ was flagged by the weekly link check with 'Network error: Connection failed', but the page loads fine from this session (3 consecutive curl 200s in ~100ms with both default and lychee user-agents). Treat as intermittent crawler-block, matching the existing geth.ethereum.org / portal.zksync.io pattern. Originally part of DOCS-118 alongside polygon-zkevm slug + katana quickstart fixes; those have been handled separately in #1386 and #1387, so this PR is now scoped to the one remaining lychee config change. Refs DOCS-118
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
pnpm run add-evm-chainusing the Mainnet RPC URL from alchemy.com/rpc/katana (https://katana-mainnet.g.alchemy.com/v2).content/docs.yml(the chain spec and overview were already present).your-api-keyplaceholder in the quickstart sample URL (avoids the unbalanced${...}template syntax issue flagged on the Kaia PR).Changes
content/api-reference/katana/katana-api-quickstart.mdxcontent/api-reference/katana/katana-api-faq.mdxcontent/docs.yml(Katana nav section now lists Quickstart → FAQ → Overview → API Endpoints)Made with Cursor