This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-connectors-samples.git
The following commit(s) were added to refs/heads/main by this push:
new 0e83f31 remove incubator footer in docs (#36)
0e83f31 is described below
commit 0e83f31e8b8d90c53d22255fa1579a49a754e46d
Author: PJ Fanning <[email protected]>
AuthorDate: Thu Aug 8 11:03:17 2024 +0100
remove incubator footer in docs (#36)
---
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]