+doc Adding a fiddle example for Akka Typed
This commit is contained in:
parent
a3af8b025f
commit
1fdf8155c3
4 changed files with 32 additions and 4 deletions
|
|
@ -230,7 +230,8 @@ lazy val docs = akkaModule("akka-docs")
|
|||
"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
|
||||
"fiddle.code.base_dir" -> (sourceDirectory in Test).value.getAbsolutePath,
|
||||
"fiddle.akka.base_dir" -> (baseDirectory in ThisBuild).value.getAbsolutePath,
|
||||
),
|
||||
paradoxGroups := Map("Language" -> Seq("Scala", "Java")),
|
||||
resolvers += Resolver.jcenterRepo,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue