Fork me on GitHub
#cljdoc
<
2022-11-08
>
kuzmin_m19:11:39

Hi! I want to extend rich-text/render-text but I’ve got stuck. It seems that :extension-namespaces doesn’t work 😞 I can’t even debug this. The build doesn’t provide full info. Sometimes I can get link to Circle CI build but not every time. https://github.com/darkleaf/di/commit/f93710fe2e6bdcc37936beef1ce0892159cf0edb https://cljdoc.org/d/org.clojars.darkleaf/di-test-cljdoc/test-cljdoc2-SNAPSHOT https://cljdoc.org/builds/63212

lread22:11:35

Hi @kuzmin_m, what's your goal? Are you creating or hosting your own version of cljdoc?

kuzmin_m05:11:48

I want to generate documentation from a test file and publish it on cljdoc.

lread12:11:26

Cljdoc doesn't allow you to generate custom documentation, if that is what you are trying to do? It analyzes your a library's source code, finds its public API, and presents it. And it presents a library's articles (like README.md etc).

👌 1