DOC-3397: Fix Context7 branch config to index tinymce/8#4069
Merged
kemister85 merged 1 commit intotinymce/8from Apr 14, 2026
Merged
DOC-3397: Fix Context7 branch config to index tinymce/8#4069kemister85 merged 1 commit intotinymce/8from
kemister85 merged 1 commit intotinymce/8from
Conversation
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.
metricjs
approved these changes
Apr 14, 2026
tiny-ben-tran
approved these changes
Apr 14, 2026
ShiridiGandham
approved these changes
Apr 14, 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
tinymce/8instead ofmainmain, which has zero documentation pages — all doc content lives ontinymce/8branch,folders,excludeFolders, andexcludeFilessettings for proper parser configurationChanges
context7.json: Addbranch: "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 metadataContext
Benchmark score dropped from 27.3 to 22.7 despite DOC-3387 improvements because Context7 was indexing
main(infrastructure files only) rather thantinymce/8(actual documentation). This PR targetstinymce/8where all documentation content lives.Companion PR #4068 targets
main(so Context7 can discover the config from the default branch).