You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like the SvelteKit docs URL has changed to https://svelte.dev/content.json
If this is equivalent to the content.json file that npm run updatedocs was downloading before, then update the line in packages.json to: "updatedocs": "curl -o src/lib/docs.json https://svelte.dev/content.json"
The text was updated successfully, but these errors were encountered:
I changed the url in updatedocs but the repo still has the old Svelte 4 version docs for now. The Svelte 5 docs have increased in size quite a lot (about 2x as large) and some more investigation is needed to get them into the Claude context in a good way. You're welcome to experiment with the new docs. I started writing a script that slims down the Svelte 5 docs here you can try: https://github.com/khromov/svelte-ai-context/tree/master/scripts
It looks like the SvelteKit docs URL has changed to
https://svelte.dev/content.json
If this is equivalent to the content.json file that
npm run updatedocs
was downloading before, then update the line inpackages.json
to:"updatedocs": "curl -o src/lib/docs.json https://svelte.dev/content.json"
The text was updated successfully, but these errors were encountered: