cljdoc

https://cljdoc.org/ & https://github.com/cljdoc/cljdoc
dominicm 2020-11-19T08:38:47.133100Z

What's the best way to link to a namespace from an article? I suppose linking to cljdoc itself?

martinklepsch 2020-11-19T11:23:42.133200Z

yes

dominicm 2020-11-19T12:36:18.133400Z

May send a PR to add some adoc macros at some point to make it easier to write cross-output. Tbd :)

lread 2020-11-19T14:59:57.136600Z

Note that CommonMark wikilinks only work from docstrings, if you are thinking of something similar for adoc. The benefit of using a full url in an article is that the link is navigable from GitHub to cljdoc.

lread 2020-11-19T15:07:39.137600Z

I recently pondered about this topic too https://clojurians-log.clojureverse.org/cljdoc/2020-09-30

dominicm 2020-11-19T16:06:36.137800Z

Adoc has native macros for explicit marking out an area, that wouldn't work on github either though.