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
"AI" tools for programmers like Cursor can index the documentation of a particular project and this helps a lot to improve the context of the LLM.
These tools can also index entire sites, but as it usually happens, the result is not very good, because the result includes a lot of unnecessary information. This also applies to the Defold documentation site.
Since the end of 2024, the idea of creating one large file with all the project documentation in a simple format (Markdown) that can be given as context to the LLM has gained popularity.
Request: add the llms-full.txt file to the Defold documentation site.
"AI" tools for programmers like Cursor can index the documentation of a particular project and this helps a lot to improve the context of the LLM.
These tools can also index entire sites, but as it usually happens, the result is not very good, because the result includes a lot of unnecessary information. This also applies to the Defold documentation site.
Since the end of 2024, the idea of creating one large file with all the project documentation in a simple format (Markdown) that can be given as context to the LLM has gained popularity.
Request: add the
llms-full.txt
file to the Defold documentation site.Detailed explanation: https://medium.com/towards-data-science/llms-txt-414d5121bcb3
The text was updated successfully, but these errors were encountered: