From 16a9efa0f73b08211159ef67b3574de86c6268ae Mon Sep 17 00:00:00 2001 From: Karl Kemister-Sheppard Date: Mon, 13 Apr 2026 13:46:03 +1000 Subject: [PATCH] DOC-3397: Add context7.json for Context7 indexing configuration Register the tinymce-docs repository with Context7 to enable documentation indexing and benchmark tracking. Remove context7.json from .gitignore so the file is tracked. --- .gitignore | 1 - context7.json | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 context7.json diff --git a/.gitignore b/.gitignore index 69a17bc6b1..4ada6d506d 100644 --- a/.gitignore +++ b/.gitignore @@ -18,4 +18,3 @@ _site/ .cursor/ AGENTS.md .cursorignore -context7.json diff --git a/context7.json b/context7.json new file mode 100644 index 0000000000..c1b7dafff9 --- /dev/null +++ b/context7.json @@ -0,0 +1,4 @@ +{ + "url": "https://context7.com/tinymce/tinymce-docs", + "public_key": "pk_zfLsHseHKUL2Ys96GNqA5" +}