cljdoc

Erich Ocean 2024-11-27T22:41:24.332999Z

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.

Erich Ocean 2024-11-27T22:41:43.261229Z

https://cljdoc.org/d/missionary/missionary/b.42/api/missionary.core is the specific one I want.

martinklepsch 2024-11-28T08:43:31.548199Z

There’s no feature for that yet but I think it could be an interesting addition

martinklepsch 2024-11-28T08:44:12.640199Z

What you could do for now: find the right panel in your DOM inspector, copy as HTML and transform it to markdown somehow

lread 2024-11-28T11:25:31.648139Z

There’s a similar-ish issue for this https://github.com/cljdoc/cljdoc/issues/900

Erich Ocean 2024-11-28T17:56:06.182449Z

Thanks, downloading the zip file helped.

👍 1