fix(docs): clean up frontmatter title and description issues#373
Open
moss-bryophyta wants to merge 1 commit into
Open
fix(docs): clean up frontmatter title and description issues#373moss-bryophyta wants to merge 1 commit into
moss-bryophyta wants to merge 1 commit into
Conversation
- Trim trailing whitespace from four titles (Platform, Mintlify Quickstart, Mintlify Managing translations, Mintlify Locales). - Remove backticks from the Core Quickstart description (descriptions are used verbatim as HTML meta/llms.txt where backticks render literally). - Add the missing terminal period to the Key concepts description.
moss-bryophyta
enabled auto-merge (squash)
July 17, 2026 15:07
This was referenced Jul 17, 2026
This was referenced Jul 17, 2026
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
Small frontmatter consistency fixes surfaced during the daily docs review, all in pages touched by the #354 refactor.
title(4 pages):platform/index,integrations/mintlify/quickstart,integrations/mintlify/guides/managing-translations,integrations/mintlify/reference/locales. Thetitlemust match the page H1 exactly, so stray trailing spaces should go.description:platform/core/quickstartused\generaltranslation`. The style guide forbids backticks in descriptions because the value is used verbatim as the HTML meta description and inllms.txt`, where backticks render as literal characters.overview/key-conceptsdescription now ends with a period, per the style guide.Link validator passes.
🌿 Automated daily docs review.