Create Dash docsets for Scala API docs with sbt. To create docsets for manuals, have a look at scala-dash
This plugin only works under macOS with sbt 1.0.0+
Install the plugin in project/plugins.sbt
:
addSbtPlugin("works.mesh" % "sbt-dash" % "1.0")
Generate Dash docset on the sbt shell:
> dashDocset
The result of the task is the File
of the generated docset, which
is placed as projectName.docset
in the target/scala-<version>/
directory.