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
I'm new to svelte, and haven't dived deep into how the docs for your project are created. I understand they're dynamically created from the components? If so, how difficult would it be to create https://llmstxt.org/ for this project?
The text was updated successfully, but these errors were encountered:
I'm not overly familiar with llms.txt beyond Svelte recently adding support as part of the Advent of Svelte. The docs at the moment are mostly hand created SvelteKit route examples. We used to extract the props/events/slots APIs using Sveld but it's ComponentParser has not been updated to Svelte 5 yet, and currently there is not a solution I've seen that supports Svelte 4 syntax (current Svelte UX syntax, but Svelte 5 compat) and Svelte 5 syntax. Since the docs now run on Svelte 5, I've temporarily disabled the API docs extracting until the library can be moved to Svelte 5 syntax (runes, snippets, etc).
With all that said, it would likely take a good bit of work to create a compatible llms.txt file, but I'm open for PRs if someone knows the process better than I.
I'm new to svelte, and haven't dived deep into how the docs for your project are created. I understand they're dynamically created from the components? If so, how difficult would it be to create https://llmstxt.org/ for this project?
The text was updated successfully, but these errors were encountered: