Skip to content

Remove duplicate H1s and sync frontmatter titles#159

Open
mintlify[bot] wants to merge 1 commit into
mainfrom
mintlify/413a7e35
Open

Remove duplicate H1s and sync frontmatter titles#159
mintlify[bot] wants to merge 1 commit into
mainfrom
mintlify/413a7e35

Conversation

@mintlify

@mintlify mintlify Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

Removes explicit # H1 headings from pages that already declare a title in frontmatter. Where the H1 text differed from the frontmatter title, the frontmatter title is updated to the H1 text (trailing {#anchor} syntax stripped).

  • 117 files updated
  • mint validate and mint broken-links both pass

Note

Low Risk
Documentation-only MDX edits with no runtime or API impact; minor risk of nav/title wording changes where frontmatter was updated.

Overview
This PR standardizes how doc pages declare their main heading by using frontmatter title only and removing redundant markdown # H1s across ~117 MDX files (concepts, guides, integrations, Cloud, reference, support KB, snippets).

Where an in-body H1 disagreed with frontmatter—often generic values like Overview or HTTP interfacetitle is updated to match the former H1 text, with {#anchor} suffixes stripped. A few pages now use section-specific titles (e.g. Splunk Installation, CopilotKit Run the application, chDB Python DataFrame with mixed JSON objects) instead of duplicating the page topic in an H1.

No product or API behavior changes—only docs structure and displayed/nav titles.

Reviewed by Cursor Bugbot for commit b74382e. Bugbot is set up for automated code reviews on this repo. Configure here.

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.

0 participants