Skip to content

Commit

Permalink
remove incubator footer (#585)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Mar 25, 2024
1 parent 23b233a commit 2c69b7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -355,6 +355,7 @@ lazy val docs = project
("http://www\\.scala-lang\\.org/".r, _ => "https://www\\.scala-lang\\.org/"),
("https://javadoc\\.io/page/".r, _ => "https://javadoc\\.io/static/")),
Paradox / siteSubdirName := s"docs/pekko-connectors/${projectInfoVersion.value}",
Global / pekkoParadoxIncubatorNotice := None,
paradoxProperties ++= Map(
"pekko.version" -> Dependencies.PekkoVersion,
"pekko-http.version" -> Dependencies.PekkoHttpVersion,
Expand Down

0 comments on commit 2c69b7e

Please sign in to comment.