Liking cljdoc? Tell your friends :D

mentat.clerk-utils.docs

Helpful utilities when writing documentation with Clerk.

Helpful utilities when writing documentation with Clerk.
raw docstring

git-dependencyclj

(git-dependency slug)
(git-dependency slug sha)

Given a GitHub slug (ie, a string of the form "org-name/project-name", like "mentat-collective/clerk-utils"), returns a Markdown blob that shows the correct deps.edn :deps entry for the library with that slug.

The git SHA of the dependency defaults to ([[git-sha]]), but the optional second argument sha overrides this.

Given a GitHub `slug` (ie, a string of the form `"org-name/project-name"`,
like `"mentat-collective/clerk-utils"`), returns a Markdown blob that shows
the correct `deps.edn` `:deps` entry for the library with that slug.

The git SHA of the dependency defaults to `([[git-sha]])`, but the optional
second argument `sha` overrides this.
sourceraw docstring

git-shaclj

(git-sha)

Returns the sha hash of this project's current git revision.

Returns the sha hash of this project's current git revision.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close