This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch remove-incubator-footer in repository https://gitbox.apache.org/repos/asf/pekko-connectors-samples.git
commit acae04014e9edbce92f41db056bb5d7fcd44e5b8 Author: PJ Fanning <[email protected]> AuthorDate: Wed Aug 7 20:27:35 2024 +0100 remove incubator footer in docs --- docs/build.sbt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/build.sbt b/docs/build.sbt index 86982c2..c702999 100644 --- a/docs/build.sbt +++ b/docs/build.sbt @@ -3,6 +3,8 @@ ThisBuild / scalaVersion := "2.13.14" enablePlugins(ParadoxPlugin, PekkoParadoxPlugin, ParadoxSitePlugin) +Global / pekkoParadoxIncubatorNotice := None + name := "Pekko Connectors Samples" previewFixedPort := Some(8085) scmInfo := Some(ScmInfo(url("https://github.com/apache/pekko-connectors-samples"), "[email protected]:apache/pekko-connectors-samples.git")) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
