feat: create llms.txt generator#254
Conversation
|
Could you add some test this is not a legacy thing. |
cb9b87a to
b074a7f
Compare
|
I'm not sure using the first paragraph node as the description is a good idea. Here's the actual llms.txt—some of the descriptions seem incorrect: https://pastebin.com/edEGgFLy Maybe we could add another |
ovflowd
left a comment
There was a problem hiding this comment.
Final review pass! (There's 2 open threads, feel free to resolve them when you're ready and merge the PR)
|
what is the exact link generated by this? i tried https://nodejs.org/docs/llms-full.txt, i got directory not found error 'Directory not found'. |
|
We implement the generator but the tools ins't used yet on node core. |
|
To phrase it a bit clearly, doc-kit is not used upstream yet by nodejs.org/docs |
|
is there a planned date for availability of https://nodejs.org/llms.txt? there's https://nodejs.org/docs/latest/api/all.html but its markdown version could be helpful? |
|
this feat is only for docs. it's will come in a closer future. But you can already have a preview there https://beta.docs.nodejs.org |
It's a WIP, see: |
|
Thanks @araujogui! That was a healthy reminder, I'll run CI and try to get your LLM PR merged in the near future |
Description
Creates a llms.txt generator
Validation
Related Issues
Fixes #226
Check List