Skip to content

Commit

Permalink
remove incubator footer (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Mar 25, 2024
1 parent 701fb69 commit 125cf7b
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 @@ -124,6 +124,7 @@ lazy val docs = project
Compile / paradox / name := "Pekko",
makeSite := makeSite.dependsOn(LocalRootProject / ScalaUnidoc / doc).value,
previewPath := (Paradox / siteSubdirName).value,
Global / pekkoParadoxIncubatorNotice := None,
Preprocess / siteSubdirName := s"api/pekko-connectors-kafka/${projectInfoVersion.value}",
Preprocess / sourceDirectory := (LocalRootProject / ScalaUnidoc / unidoc / target).value,
Preprocess / preprocessRules := Seq(
Expand Down

0 comments on commit 125cf7b

Please sign in to comment.