Fork me on GitHub
#cljdoc
<
2019-01-23
>
metasoarous02:01:42

Howdy there! I just tried building documentation for [metasoarous/oz "1.5.0"] but forgot to push my repo to GitHub before running the cljdoc build, and so the README was not imported. Is there a way to get this to rebuild?

metasoarous02:01:50

Also, witnessing this rather bizarre issue where cljdoc thinks that 1.4.0 is the newer version of the library; Any idea why this might be happening?

martinklepsch09:01:13

Hey @metasoarous 👋 There is a small hidden rebuild button in the top right (left of the GitHub/SCM link) that would have helped in this situation.

❤️ 5
metasoarous17:01:34

LOL; Love it. Thank you!

martinklepsch09:01:43

The reason 1.4.0 is shown as newer in this case is that versions without any non-API metadata (i.e. SCM stuff) aren't taken into account when determining the list of available versions. This could be considered a bug and if you want to open a ticket for it that would be welcome 👍

martinklepsch09:01:15

Docs for 1.5.0 are now available: https://cljdoc.org/d/metasoarous/oz/1.5.0 and if you want to add a badge to your README you can use this markdown bit:

[![cljdoc badge]()]()

👍 5