Skip to content

[docs-agent] Weekly style audit fixes 2026-06-17#1392

Open
alchemy-bot wants to merge 1 commit into
mainfrom
docs/weekly-style-audit-2026-06-17
Open

[docs-agent] Weekly style audit fixes 2026-06-17#1392
alchemy-bot wants to merge 1 commit into
mainfrom
docs/weekly-style-audit-2026-06-17

Conversation

@alchemy-bot

Copy link
Copy Markdown
Contributor

Weekly audit fixes for ERROR-level style violations found in PRs merged this week (2026-06-10 → 2026-06-17).

Files fixed

  • content/api-reference/polygon-zkevm/polygon-zkevm-api-faq/polygon-zkevm-and-ethereum-differences.mdx
    • Line 10: ## JSON RPC Method Differences## JSON-RPC Method Differences
    • Line 12: The following JSON RPC methods…The following JSON-RPC methods…

JSON RPC (missing hyphen) appears twice in the same file. The file already uses the correct JSON-RPC form on lines 8 and 24, so this is internal-inconsistency drift, not intentional convention. Per STYLE_RULES.md's preferred-terminology table (JSON-RPC preferred; JSONRPC, json-rpc avoided), the hyphenated form is canonical. Two occurrences in the same file meets the audit playbook's ERROR threshold ("wrong terminology repeated in multiple places within the same file"). The file was touched this week by #1387 (slug refactor), so it's in scope.

Only the hyphen was added. Title case on the H2 was preserved per past audit precedent on legacy template-style headings (single change per finding).

Scope

Audit covered 20 PRs merged 2026-06-10 → 2026-06-17 across 10 manually-authored MDX files in content/. Auto-generated content (Daikon chain overview pages from #1377 and weekly changelog #1379) was out of scope per the playbook.

Only the ERROR-level violation above was fixed in this PR. Warning-level items noted below for visibility, not PR'd per the playbook.

Warning-level items (not fixed)

  • content/api-reference/sonic/sonic-blaze-deprecation-notice.mdx:17 — bare Dashboard ("Endpoints page in the Dashboard") while line 28 correctly uses Alchemy Dashboard. Single instance — WARNING per playbook.
  • content/api-reference/katana/katana-api-quickstart.mdx:76,95 — code sample placeholder is your-api-key instead of {apiKey}. Intentional choice in docs(katana): add Katana API quickstart and FAQ guides #1386 (per PR rationale, avoids the unbalanced ${…} template syntax issue from the Kaia PR). Pre-existing convention across similar quickstarts.
  • content/api-reference/katana/katana-api-quickstart.mdx — uses manually-numbered ### 1./### 2./### 3./### 4. headings instead of the preferred Steps/Step components. Existing pattern in many quickstart pages; cross-file normalization belongs in a separate sweep.
  • content/api-reference/sonic/sonic-api-quickstart.mdx:96# Sonic APIs H1 inside body (skips heading levels). Pre-existing, matches index/overview template pattern.
  • content/api-reference/sonic/sonic-blaze-deprecation-notice.mdx:7## ⚠️ Deprecation Notice Title Case heading. Matches the established deprecation-notice template convention per prior audit precedent.
  • content/api-reference/polygon-zkevm/polygon-zkevm-api-faq/polygon-zkevm-and-ethereum-differences.mdx — Title Case section headings (## Opcodes, ## Additions, ## Other Minor Differences) and vague ## Additions heading. Legacy FAQ page; cross-file normalization belongs in a separate sweep.
  • content/api-reference/polygon-zkevm/polygon-zkevm-api-faq/polygon-zkevm-and-ethereum-differences.mdx:38 — typo zKEVM (lowercase k, single instance). WARNING.
  • content/api-reference/katana/katana-api-faq.mdx:9 — "yield back to users and applications" describes Katana network end-users (not the docs reader), so the avoid-users rule doesn't strictly apply. Borderline.

Autogenerated content (out of scope): the 70 <chain>-api-overview.mdx files from Daikon PR #1377, plus the weekly changelog at content/changelog/2026-06-11.md (#1379).

Fix `JSON RPC` → `JSON-RPC` in polygon-zkevm/ethereum differences page (2 occurrences in same file). The file uses the correct `JSON-RPC` form on lines 8 and 24; the H2 heading on line 10 and the prose on line 12 had drifted to the no-hyphen form. Per STYLE_RULES.md's preferred terminology table, `JSON-RPC` is the canonical spelling.
@alchemy-bot alchemy-bot requested a review from a team as a code owner June 17, 2026 17:24
@github-actions

github-actions Bot commented Jun 17, 2026

Copy link
Copy Markdown

🔗 Preview Mode

Name Status Preview Updated (UTC)
Alchemy Docs ✅ Ready 🔗 Visit Preview Jun 17, 2026, 5:25 PM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant