Remove duplicate H1s and sync frontmatter titles#159
Open
mintlify[bot] wants to merge 1 commit into
Open
Conversation
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.
Removes explicit
# H1headings from pages that already declare atitlein frontmatter. Where the H1 text differed from the frontmatter title, the frontmatter title is updated to the H1 text (trailing{#anchor}syntax stripped).mint validateandmint broken-linksboth passNote
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
titleonly 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
OvervieworHTTP interface—titleis 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.