-
-
Notifications
You must be signed in to change notification settings - Fork 31.4k
Provide a llms-full.txt
for the Node.js Docs.
#57587
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
cc @nodejs/documentation |
is it basically MDX ? |
Can i work on this. |
I think so. |
Has there been discussion or consideration of whether or not how LLMs are consuming our docs actually follows the license of them? Asking because my personal not-a-lawyer read is that |
The purpose of docs is to help people use our tools. In 2025, we want developers to be able to use newer Node.js APIs with their tool of choice - very often, this is an AI-assisted editor. However, those editors do not know about the latest Node.js APIs because they usually learn from "old" articles. This will allow devs to teach" LLMs are scraping this information anyway. We should make life easier for our users unless we want to block LLMs from consuming our source code. I would leave this to the courts to establish its legality and we should not be debating this. |
We should add a
llm.txt
file to our docs set, so the Node.js docs is more fruible to llms. Here is an example of Anthropic's one: https://docs.anthropic.com/llms-full.txt.This is useful to teach the LLMs about the new APIs they don't know about.
We should ideally include some text also for the individual modules.
The text was updated successfully, but these errors were encountered: