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 theapp-name
and therepo-url
andbase-branch
. - The
doc-paths
is coming from thedeps.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 theapp-name
and therepo-url
andbase-branch
. - The
doc-paths
is coming from thedeps.edn
codox alias. - Push the modifications to
doc-branch
.