Adds support for the signature directive to the paradox configuration

(copied from the akka-http configuration)
This commit is contained in:
Luc Bourlier 2018-04-18 09:03:58 +00:00 committed by Arnout Engelen
parent d86730e001
commit 7b29b08d46
24 changed files with 165 additions and 112 deletions

View file

@ -228,6 +228,7 @@ lazy val docs = akkaModule("akka-docs")
"google.analytics.domain.name" -> "akka.io",
"snip.code.base_dir" -> (sourceDirectory in Test).value.getAbsolutePath,
"snip.akka.base_dir" -> (baseDirectory in ThisBuild).value.getAbsolutePath,
"signature.akka.base_dir" -> (baseDirectory in ThisBuild).value.getAbsolutePath,
"fiddle.code.base_dir" -> (sourceDirectory in Test).value.getAbsolutePath
),
paradoxGroups := Map("Language" -> Seq("Scala", "Java")),