Skip to content

fix(base-account): remove dangling code fences in provider RPC reference docs - #1832

Open
vhtgzzl wants to merge 1 commit into
base:masterfrom
vhtgzzl:fix/provider-rpc-dangling-fences
Open

fix(base-account): remove dangling code fences in provider RPC reference docs#1832
vhtgzzl wants to merge 1 commit into
base:masterfrom
vhtgzzl:fix/provider-rpc-dangling-fences

Conversation

@vhtgzzl

@vhtgzzl vhtgzzl commented Aug 19, 2026

Copy link
Copy Markdown

Summary

This PR resolves syntax defects and formatting anomalies across the Base Account Provider RPC methods reference documentation (docs/base-account/reference/core/provider-rpc-methods/):

  1. Remove Trailing Unclosed Code Fences:

    • Fixed unclosed / empty ``` code fences left at the end of 6 RPC method MDX reference pages (eth_getBlockTransactionCountByHash.mdx, eth_getStorageAt.mdx, eth_getUncleCountByBlockHash.mdx, eth_getUncleCountByBlockNumber.mdx, eth_getTransactionByBlockHashAndIndex.mdx, eth_getTransactionByBlockNumberAndIndex.mdx).
    • Prevents MDX parser errors and broken document layouts in Mintlify.
  2. Add Missing Frontmatter Description:

    • Added descriptive description property to request-overview.mdx frontmatter to comply with Mintlify metadata standards.

Changes Made

  • docs/base-account/reference/core/provider-rpc-methods/eth_getBlockTransactionCountByHash.mdx: Removed trailing dangling code fence.
  • docs/base-account/reference/core/provider-rpc-methods/eth_getStorageAt.mdx: Removed trailing dangling code fence.
  • docs/base-account/reference/core/provider-rpc-methods/eth_getUncleCountByBlockHash.mdx: Removed trailing dangling code fence.
  • docs/base-account/reference/core/provider-rpc-methods/eth_getUncleCountByBlockNumber.mdx: Removed trailing dangling code fence.
  • docs/base-account/reference/core/provider-rpc-methods/eth_getTransactionByBlockHashAndIndex.mdx: Removed 2 trailing empty code fences.
  • docs/base-account/reference/core/provider-rpc-methods/eth_getTransactionByBlockNumberAndIndex.mdx: Removed 2 trailing empty code fences.
  • docs/base-account/reference/core/provider-rpc-methods/request-overview.mdx: Added description frontmatter metadata.

Verification

  • Audited all 492 MDX/MD files in docs/ to confirm zero remaining unmatched code fences.
  • Verified that all Mintlify components (<Info>, <ParamField>, <ResponseField>, <RequestExample>, <ResponseExample>) and JSX tags remain properly closed.
  • Verified clean git history and conventional commit formatting.

…atter description in provider RPC reference docs
@cb-heimdall

Copy link
Copy Markdown
Collaborator

🟡 Heimdall Review Status

Requirement Status More Info
Reviews 🟡 0/1
Denominator calculation
Show calculation
1 if user is bot 0
1 if user is external 0
2 if repo is sensitive 0
From .codeflow.yml 1
Additional review requirements
Show calculation
Max 0
0
From CODEOWNERS 0
Global minimum 0
Max 1
1
1 if commit is unverified 0
Sum 1

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.

2 participants