Replies: 1 comment
-
|
There is a plugin: https://www.npmjs.com/package/typedoc-plugin-llms-txt I have no plans to add anything to typedoc itself. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi ... and yes, this is yet another AI question.
To make it simple,
llms.txtfiles contains a "glossary" of everything available. It's a big list of links accompanied with a description. When fetched by a model, it knows what's available, and then can fetch further documentations when it considers it relevant.This format is ideal for documentation, using progressive disclosure to prevent bloating the model's context with too much information (while helping with token consumption).
The standard is documented here: https://llmstxt.org/, and here is a hub referencing existing public websites that have implemented it.
Does anyone already tried to add the generation of these files into Typedoc?
Beta Was this translation helpful? Give feedback.
All reactions