Adds support for the signature directive to the paradox configuration
(copied from the akka-http configuration)
This commit is contained in:
parent
d86730e001
commit
7b29b08d46
24 changed files with 165 additions and 112 deletions
|
|
@ -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")),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue