Skip to content

DOC-3397: Fix Context7 branch config to index tinymce/8#4068

Merged
kemister85 merged 1 commit intomainfrom
hotfix/main/DOC-3397-fix-branch
Apr 14, 2026
Merged

DOC-3397: Fix Context7 branch config to index tinymce/8#4068
kemister85 merged 1 commit intomainfrom
hotfix/main/DOC-3397-fix-branch

Conversation

@kemister85
Copy link
Copy Markdown
Contributor

Summary

  • Fix Context7 configuration to index tinymce/8 instead of main
  • The previous claim-only config (url + public_key) caused Context7 to default to main, which has zero documentation pages — all doc content lives on tinymce/8
  • Add branch, folders, excludeFolders, and excludeFiles settings for proper parser configuration

Changes

  • context7.json: Add branch: "tinymce/8", folder inclusions (modules/ROOT/pages, modules/ROOT/partials, modules/ROOT/examples), folder exclusions (templates, scripts, images, attachments), file exclusions, schema reference, and project metadata

Context

Benchmark score dropped from 27.3 to 22.7 despite DOC-3387 improvements because Context7 was indexing main (infrastructure files only) rather than tinymce/8 (actual documentation). This PR targets main so Context7 can discover the config when fetching from the default branch.

Companion PR targets tinymce/8.

The context7.json was claim-only (url + public_key), causing
Context7 to index the main branch which has zero documentation
pages. All doc content lives on tinymce/8. Add branch, folders,
and exclusion settings so Context7 parses the actual documentation.
@kemister85 kemister85 requested a review from a team as a code owner April 14, 2026 00:09
@kemister85 kemister85 requested a review from hollyjwaits April 14, 2026 00:09
@kemister85 kemister85 requested review from a team, MitchC1999, ShiridiGandham, jeslynbo, metricjs and shanmen-tiny and removed request for a team and hollyjwaits April 14, 2026 00:21
@kemister85 kemister85 merged commit fbc2650 into main Apr 14, 2026
6 checks passed
@kemister85 kemister85 deleted the hotfix/main/DOC-3397-fix-branch branch April 14, 2026 03:17
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.

3 participants