Skip to content

Commit 0cdd04f

Browse files
authored
DOC-3397: Fix Context7 branch config to index tinymce/8 (#4069)
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.
1 parent 964666e commit 0cdd04f

1 file changed

Lines changed: 23 additions & 1 deletion

File tree

context7.json

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
11
{
2+
"$schema": "https://context7.com/schema/context7.json",
23
"url": "https://context7.com/tinymce/tinymce-docs",
3-
"public_key": "pk_zfLsHseHKUL2Ys96GNqA5"
4+
"public_key": "pk_zfLsHseHKUL2Ys96GNqA5",
5+
"projectTitle": "TinyMCE",
6+
"description": "TinyMCE rich text editor documentation — setup, configuration, plugins, APIs, and integration guides",
7+
"branch": "tinymce/8",
8+
"folders": [
9+
"modules/ROOT/pages",
10+
"modules/ROOT/partials",
11+
"modules/ROOT/examples"
12+
],
13+
"excludeFolders": [
14+
"-new-material-templates",
15+
"-scripts",
16+
".github",
17+
"modules/ROOT/images",
18+
"modules/ROOT/attachments"
19+
],
20+
"excludeFiles": [
21+
"LICENSE.txt",
22+
"CODE_OF_CONDUCT.md",
23+
"antora-playbook-local.yml",
24+
".env"
25+
]
426
}

0 commit comments

Comments
 (0)