๐งต#Api docs
Hi, do you mean the sourcecode for the api docs or something else?
I guess you know this page? https://engine.needle.tools/docs/api/
Yes i know the page, i have a shortcut to it. I just wanted to know if there was a way of having it in a downloadable format (for local). Since you already have the repo maybe you already have something to do that.
I see, for local do you mean e.g. to be consumed by a local ai?
(The website is generated from the source code when a new version is published to npm using typedoc if that helps, the source for that process is in the docs repository too)
yes exactly. Are you refering to the HOWTO.md?
For local AI: https://cloud.needle.tools/llms-full.txt (we'll be adding more content here periodically)
The code that generates the API files is here (not the llms.txt but what is getting uploaded to the api server): https://github.com/needle-tools/needle-engine-support/blob/main/tools/build_api_docs.mjs
Well that's very usefull thanks!