after a release is pushed to clojars the cljdoc docs need to be generated for every module and the top-level, in order for the API docs to be complete
since this currently requires a manual action for each module and the top-level, it should be automated, perhaps as part of the lein release process, or maybe with github actions
after a release is pushed to clojars the cljdoc docs need to be generated for every module and the top-level, in order for the API docs to be complete
since this currently requires a manual action for each module and the top-level, it should be automated, perhaps as part of the
lein releaseprocess, or maybe with github actions