Hi, how can I get the documentation for a project as a single text file? I need to pass it to an LLM for questions.
https://cljdoc.org/d/missionary/missionary/b.42/api/missionary.core is the specific one I want.
There’s no feature for that yet but I think it could be an interesting addition
What you could do for now: find the right panel in your DOM inspector, copy as HTML and transform it to markdown somehow
There’s a similar-ish issue for this https://github.com/cljdoc/cljdoc/issues/900
Thanks, downloading the zip file helped.