Skip to content

Curate llms.txt descriptions and navigation ordering for data model primer - #176

Draft
tylergoerzen-mxp with Copilot wants to merge 3 commits into
mainfrom
copilot/tof-443-curate-llms-txt
Draft

Curate llms.txt descriptions and navigation ordering for data model primer#176
tylergoerzen-mxp with Copilot wants to merge 3 commits into
mainfrom
copilot/tof-443-curate-llms-txt

Conversation

Copilot AI commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

AEO improvements to the data model primer section: adds/improves description frontmatter on key pages (used by Mintlify to generate llms.txt) and reorders navigation so the data model content precedes tracking implementation docs.

Navigation ordering (docs.json)

  • Moved Data Structure before Tracking Methods in the DATA IN section — data model concepts should be understood before tracking implementation details

Description additions/improvements

Pages that were missing descriptions or had low-signal ones:

Page Before After
what-is-mixpanel (none) Platform overview
what-to-track (none) Guidance on event/property selection
data-structure/concepts "How Mixpanel data is organized" Enumerates all 4 data types and their relationships
data-structure/events-and-properties "Capture behaviors and actions" Describes events as core of the data model
data-structure/user-profiles "Demographic attributes for your users" Covers profile properties and their purpose
group-analytics-implementation (none) Group key setup, SDK usage, API
group-analytics-faq (none) FAQ context
property-reference/properties (none) Lists all property types
property-reference/data-type (none) Lists supported data types

@linear-code

linear-code Bot commented Aug 18, 2026

Copy link
Copy Markdown

TOF-443

Co-authored-by: tylergoerzen-mxp <259741734+tylergoerzen-mxp@users.noreply.github.com>
@mintlify

mintlify Bot commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
mixpanel-docs 🟢 Ready View Preview Aug 18, 2026, 7:05 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

Copilot AI changed the title [WIP] Curate llms.txt descriptions and ordering Curate llms.txt descriptions and navigation ordering for data model primer Aug 18, 2026
Copilot AI requested a review from tylergoerzen-mxp August 18, 2026 19:01
@greptile-apps

greptile-apps Bot commented Aug 18, 2026

Copy link
Copy Markdown
Contributor

Confidence Score: 5/5

The PR appears safe to merge.

No blocking failure remains.

Important Files Changed

Filename Overview
docs.json Moves Data Structure before Tracking Methods without changing the contained navigation entries.
docs/data-structure/group-analytics/group-analytics-implementation.mdx Replaces the prior inaccurate query claim with a description aligned to the implementation topics.
docs/data-structure/concepts.mdx Expands the description to enumerate the four Mixpanel data categories and their relationships.
docs/what-is-mixpanel.mdx Adds a concise platform-overview description for generated documentation indexes.

Reviews (2): Last reviewed commit: "Correct descriptions that misdescribe th..." | Re-trigger Greptile

Comment thread docs/data-structure/group-analytics/group-analytics-implementation.mdx Outdated
Mintlify builds llms.txt from these descriptions, so a wrong one routes
AI assistants to the wrong page. Verified each against the page headings:

- group-analytics-faq promised setup, which lives on the implementation
  page; group-analytics-implementation promised querying, which lives on
  the FAQ. The two siblings pointed at each other's content.
- data-type listed five types; the page documents seven, and half of it
  covers the two that were missing (object, list of objects).
- properties listed four property types; the table has seven.
- user-profiles described sending properties, but the page is mostly an
  import, backfill, and delete reference.

Also split the near-identical events-and-properties and what-to-track
descriptions, and add descriptions to three section hubs that rendered
bare in llms.txt.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
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