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 would be great to enable tools like Cursor to leverage PocketBase’s documentation for generating more accurate and useful code, especially when extending it with Go. The Svelte team recently introduced support for LLMs (see https://svelte.dev/docs/llms) by adopting the llms.txt convention (https://llmstxt.org/), which allows LLM tools to parse documentation effectively. It would be awesome if PocketBase could adopt this convention and ensure the llms.txt file stays updated whenever the documentation changes.
The text was updated successfully, but these errors were encountered:
After skimming through the llms.txt website it is not clear to me what exactly is the expected result here.
Are you are suggesting to generate one big Markdown file with all the text from the existing HTML documentation?
Would that really help?
I'm not using LLM assistance when coding so I'm not sure how useful that would be. Specifically for documentation and code examples I'll probably never trust it and many users just don't bother with verifying what they are running because it looks "fine" on the surface (there is no guarantee that the generated code will raise a build error and could hide a runtime one, see for example - pocketbase/pocketbase#5989).
In any case, I'll leave the issue open for now but I already have enough on my hands and I'm not planning working on this, so if anyone wants to generate a script to convert the static HTML SvelteKit docs to one or many Markdown files, feel free to open a PR with your suggestion.
It would be great to enable tools like Cursor to leverage PocketBase’s documentation for generating more accurate and useful code, especially when extending it with Go. The Svelte team recently introduced support for LLMs (see https://svelte.dev/docs/llms) by adopting the llms.txt convention (https://llmstxt.org/), which allows LLM tools to parse documentation effectively. It would be awesome if PocketBase could adopt this convention and ensure the llms.txt file stays updated whenever the documentation changes.
The text was updated successfully, but these errors were encountered: