Skip to content

ReactiveMutator/sbt-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SBT Docs

SBT plugin for generating documentation from special source code.

Write this in project/sbtdocs.sbt:

addSbtPlugin("com.github.reactivemutator" % "sbt-docs" % "0.0.1-SNAPSHOT")

Insert this in build.sbt:

docsMain := Some(projectRoot.docs.main)

where projectRoot.docs.main is an entry to your special documentation source code.

Releases

No releases published

Packages

No packages published

Languages