Skip to content

Commit

Permalink
New docs target folder
Browse files Browse the repository at this point in the history
  • Loading branch information
ennru committed Sep 23, 2024
1 parent d477409 commit 34c3fc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ lazy val docs = project
),
previewPath := (Paradox / siteSubdirName).value,
paradoxGroups := Map("Language" -> Seq("Java", "Scala")),
Paradox / siteSubdirName := s"docs/akka-management/${if (isSnapshot.value) "snapshot" else version.value}",
Paradox / siteSubdirName := s"libraries/akka-management/${if (isSnapshot.value) "snapshot" else version.value}",
Compile / paradoxProperties ++= Map(
"date.year" -> Common.currentYear,
"project.url" -> "https://doc.akka.io/libraries/akka-management/current/",
Expand Down

0 comments on commit 34c3fc7

Please sign in to comment.