cljdoc

https://cljdoc.org/ & https://github.com/cljdoc/cljdoc
seancorfield 2019-04-21T21:51:53.017900Z

If I have a doc file at doc/some-file.md in my GitHub repo, what is the recommended way to link to another specific part of the documentation, given that cljdoc.edn lets you overlay a hierarchical structure on a flat directory of files?

seancorfield 2019-04-21T21:55:07.019900Z

Background: I'm working on the docs for https://cljdoc.org/d/seancorfield/next.jdbc and when the cljdoc wiki said that it rewrote links automatically, I sort of expected a README link to doc/getting-started.md to automatically be rewritten to the equivalent on cljdoc but... apparently my expectations are not aligned with how it actually works 🙂

martinklepsch 2019-04-21T22:43:02.021Z

@seancorfield I think that may currently only work for relative links although it could probably be adjusted to work for absolute ones as well