From 8ff8312d26499c9c1f37854396d971bec19e36b1 Mon Sep 17 00:00:00 2001 From: luke-speechify <289678208+luke-speechify@users.noreply.github.com> Date: Tue, 8 Sep 2026 12:10:51 +0100 Subject: [PATCH] chore(context7): add docs config for Speechify-AI/sdk-python Mirrors the TypeScript SDK's Context7 config so the renamed repo is indexed under the correct slug, and lists context7.json in .fernignore so regen never deletes it. DRG-481 --- .fernignore | 2 ++ context7.json | 4 ++++ 2 files changed, 6 insertions(+) create mode 100644 context7.json diff --git a/.fernignore b/.fernignore index 5e19331..ad2ec63 100644 --- a/.fernignore +++ b/.fernignore @@ -16,3 +16,5 @@ CHANGELOG.md AGENTS.md # License file — not generated by Fern; keep listed so regen never deletes it. LICENSE +# ignore context7 config file +context7.json diff --git a/context7.json b/context7.json new file mode 100644 index 0000000..5e5a605 --- /dev/null +++ b/context7.json @@ -0,0 +1,4 @@ +{ + "url": "https://context7.com/speechify-ai/sdk-python", + "public_key": "pk_APO3PeuTVigMZ5P69udhE" +}