Skip to content

Commit

Permalink
docs: revise URL structure (libraries) 2 (#1220)
Browse files Browse the repository at this point in the history
  • Loading branch information
ennru authored Oct 15, 2024
1 parent a10b1e5 commit df4148d
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 @@ -235,7 +235,7 @@ lazy val docs = project
( // package duplication errors
(s"https://doc\\.akka\\.io/api/akka-grpc/${akka.grpc.gen.BuildInfo.version}/akka/grpc/akka/grpc").r,
_ => s"https://doc\\.akka\\.io/api/akka-grpc/${akka.grpc.gen.BuildInfo.version}/akka/grpc/")),
Paradox / siteSubdirName := s"docs/akka-projection/${projectInfoVersion.value}",
Paradox / siteSubdirName := s"libraries/akka-projection/${projectInfoVersion.value}",
Compile / paradoxProperties ++= Map(
"project.url" -> "https://doc.akka.io/libraries/akka-projection/current/",
"canonical.base_url" -> "https://doc.akka.io/libraries/akka-projection/current",
Expand Down

0 comments on commit df4148d

Please sign in to comment.