automaton-build.tasks.docs

Publish documentation.

Proxy to codox.

arguments

cli-opts-common-def

cli-opts-monorepo

run-app

(run-app resource-filters doc-branch)

Generates the documentation of the current application with the current tag.

  • The resource-filters are used to find what images to copy to the website.

Gather data from:

  • The project-config is used to retrieve the app-name and the repo-url and base-branch.
  • The doc-paths is coming from the deps.edn codox alias.
  • Push the modifications to doc-branch.

run-monorepo

(run-monorepo resource-filters doc-branch)

Generates the documentation of one application in the monorepo.

  • The resource-filters are used to find what images to copy to the website.

Gather data from:

  • The project-config is used to retrieve the app-name and the repo-url and base-branch.
  • The doc-paths is coming from the deps.edn codox alias.
  • Push the modifications to doc-branch.