cljdoc

roklenarcic 2022-12-14T11:32:25.835519Z

I am trying to find a way to rerun a failed build, but I cannot find the link for rebuild that is described in the docs

lread 2022-12-14T14:15:43.661119Z

https://github.com/cljdoc/cljdoc/blob/master/doc/userguide/for-library-authors.adoc#doc-build-triggers, see "By rebuild request at cljdoc"

roklenarcic 2022-12-14T14:16:17.528389Z

do you mean By REST request

roklenarcic 2022-12-14T14:16:37.481819Z

Oh By rebuild request at http://cljdoc.org, but there is no such link or even a link to my github

roklenarcic 2022-12-14T14:17:10.322929Z

lread 2022-12-14T14:19:18.784949Z

It is hard to see the button. The docs explain "If your docs have already been built, you can request a rebuild via the barely visible rebuild hover link on the top right corner of your library docs page"

roklenarcic 2022-12-14T14:19:44.825029Z

oh it only shows when hovered

roklenarcic 2022-12-14T14:20:06.344689Z

and it’s left of SCM info missing

roklenarcic 2022-12-14T14:20:10.392489Z

thanks

lread 2022-12-14T14:21:55.423259Z

You are welcome. If I remember correctly, the idea for making it hard to see is a compromise. We want to let folks request a rebuild but also don't want folks whacking the button too much. Not ideal, but seems to be working for now.