chore(source-links): exclude GitHub Copilot API from extracted URLs

Add api.githubcopilot.com to the exclude patterns in the extraction
script and regenerate source-links.md, dropping the now-filtered
entry and updating the unique URL count from 79 to 78.
This commit is contained in:
Imanol Maiztegui
2026-04-13 21:11:18 +02:00
parent 2e62d226dd
commit 39d25be32d
2 changed files with 2 additions and 3 deletions
+1
View File
@@ -46,6 +46,7 @@ const EXCLUDE_PATTERNS = [
/^https?:\/\/ingest\.kilosessions\.ai/,
/^https?:\/\/api\.openai\.com/,
/^https?:\/\/api\.github\.com/,
/^https?:\/\/api\.githubcopilot\.com/,
/^https?:\/\/api\.cloudflare\.com/,
/^https?:\/\/api\.releases\.hashicorp\.com/,
/^https?:\/\/auth\.openai\.com/,