Skip to content

Conversation

@evantahler
Copy link
Contributor

No description provided.

@vercel
Copy link

vercel bot commented Jul 7, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 7, 2025 3:44pm

echo "Finding YAML and JSON files with a \$schema property…"
files=$(grep -rl "\$schema:" . --include="*.yaml" --include="*.json" --exclude-dir="node_modules" | paste -sd '|' -)
json_files=$(grep -rl "\"\$schema\":" . --include="*.json" --exclude-dir="node_modules" | paste -sd '|' -)
json_files=$(grep -rl "\"\$schema\":" . --include="*.json" --exclude-dir="node_modules" | grep -v "context7.json" | paste -sd '|' -)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ok, so the context7 json schema is too strict, and doesn't allow the $schema directive, lol upstash/context7#377. Skip that for now

@evantahler evantahler marked this pull request as ready for review July 7, 2025 01:01
@torresmateo
Copy link
Collaborator

This looks good to me, I see that there are many entries for "arcade" that point to our docs and other clients in context7. I wonder how the LLM will decide when to use which.

@evantahler
Copy link
Contributor Author

Screenshot 2025-07-07 at 8 40 38 AM

Added some links on the landing page

@evantahler evantahler merged commit fce9a81 into main Jul 7, 2025
2 checks passed
@evantahler evantahler deleted the context7 branch July 7, 2025 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants