gradle-conventions

docs

Adds gradle tasks for generating documentation with shocky-docs. Icons for docs can be found here.

Configuration

plugins {
    alias(miaConventions.plugins.mia.docs)
}

You may optionally change the docs version, however we recommend keeping it unset to automatically update when it's updated here.

idofront {
  docsVersion = "x.y.z" // Override shocky-docs version
}

Tasks

NameDescription
docsCreateCreates documentation for this project from a template, or does nothing if it exists.
docsServeServes docs locally at localhost:8080
docsGenerateBuilds docs for production, to the out folder.