Title-to-query alignment pass across docs pages - #178
Draft
tylergoerzen-mxp with Copilot wants to merge 3 commits into
Draft
Title-to-query alignment pass across docs pages#178tylergoerzen-mxp with Copilot wants to merge 3 commits into
tylergoerzen-mxp with Copilot wants to merge 3 commits into
Conversation
Co-authored-by: tylergoerzen-mxp <259741734+tylergoerzen-mxp@users.noreply.github.com>
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Copilot
AI
changed the title
[WIP] Add title-to-query alignment pass across docs pages
Title-to-query alignment pass across docs pages
Aug 18, 2026
Contributor
Confidence Score: 5/5The PR appears safe to merge. No blocking failure remains; the previously reported colon-containing frontmatter titles are now quoted.
|
| Filename | Overview |
|---|---|
| docs/cohort-sync/integrations/mparticle.mdx | The descriptive title is now quoted, and the concise original label is retained for sidebar navigation. |
| docs/tracking-methods/autocapture.mdx | The title now describes the page’s frontend event-tracking purpose without changing its slug. |
| reference/ingestion-api.mdx | The generic API overview title is disambiguated while the navigation label remains concise. |
| reference/funnels-query.mdx | The title now identifies the Funnels Query API and accurately signals its maintenance-mode status. |
Reviews (2): Last reviewed commit: "Fix invalid YAML in titles and restore s..." | Re-trigger Greptile
Seven titles contained an unquoted colon, which is invalid YAML frontmatter and fails the Mintlify build. Quote every title, and: - funnels.mdx is an index page, so drop the banned colon format - funnels-query.mdx says "maintenance mode" in the body, not "deprecated" - limits.mdx keeps its Lexicon prefix to match its siblings - restore the prior title as sidebarTitle on 33 pages so the nav keeps its short labels instead of "QUERY API > Query API Overview" Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
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.
Semantic similarity between a page title and a user query is the strongest single citation predictor in AI-generated answers. Docs had 15 duplicate-title groups across 46 pages — mostly bare "Overview", "Authentication", and "Limits" on API reference sections — making them indistinguishable to both crawlers and LLMs.
Changes
title:fields updated — no slugs, content, or structure touchedOverview→Ingestion API Overview,Authentication→Query API Authentication,Limits→User Profile API Limits, etc.)Segment→Segment: Export Cohorts to SegmentvsSegment: Send Data to Mixpanel via Segment, same pattern for mParticle, Autocapture, Google Cloud Storage, Track Events)All titles follow the
Feature: plain-language what-it-doesconvention. No two indexable pages share a rendered title after these changes.Title-to-target-query mapping (selected)
reference/ingestion-api.mdxreference/query-api.mdxreference/insights-query.mdxreference/funnels-query.mdxdocs/tracking-methods/autocapture.mdxdocs/cohort-sync/integrations/segment.mdxdocs/tracking-methods/integrations/segment.mdxdocs/data-pipelines/integrations/gcp-gcs.mdxdocs/tracking-methods/integrations/google-cloud-storage.mdx