Skip to content

Commit

Permalink
fix scripted test site/choices
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshalm committed Sep 16, 2023
1 parent 72ba3ab commit d426d4b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions sbt/src/sbt-test/site/choices/build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import laika.rewrite.nav._
import laika.config._
import cats.data.NonEmptyChain

name := "site-epub"
Expand All @@ -11,11 +11,11 @@ enablePlugins(LaikaPlugin)

laikaConfig := LaikaConfig.defaults
.withConfigValue(
config.Selections(
config.SelectionConfig(
Selections(
SelectionConfig(
"config",
config.ChoiceConfig("sbt", "sbt Plugin"),
config.ChoiceConfig("library", "Library API")
ChoiceConfig("sbt", "sbt Plugin"),
ChoiceConfig("library", "Library API")
).withSeparateEbooks
)
)

0 comments on commit d426d4b

Please sign in to comment.