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/incubator-pekko-connectors-samples.git
The following commit(s) were added to refs/heads/main by this push:
new 39a8ad7 Update build.sbt
39a8ad7 is described below
commit 39a8ad7c707f322bd8082ad7376a91e152c01aea
Author: PJ Fanning <[email protected]>
AuthorDate: Sat Dec 23 13:08:44 2023 +0100
Update build.sbt
---
docs/build.sbt | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/docs/build.sbt b/docs/build.sbt
index 82718cb..926c067 100644
--- a/docs/build.sbt
+++ b/docs/build.sbt
@@ -18,9 +18,6 @@ isSnapshot := true
pekkoParadoxGithub := Some("https://github.com/apache/incubator-pekko-site")
-// disabled display versioning, in other words: hidden unnecessary version.
-paradoxProperties += ("disabled.versioning.display" -> "true")
-
val FtpToFile = config("ftp-to-file")
ParadoxPlugin.paradoxSettings(FtpToFile)
ParadoxSitePlugin.paradoxSettings(FtpToFile)
@@ -261,4 +258,6 @@ paradoxProperties ++= Map(
"extref.rotate-logs-to-ftp.base_url" -> s"${(RotateLogsToFtp /
siteSubdirName).value}/",
"extref.pekko.base_url" -> "https://pekko.apache.org/docs/pekko/current/",
"extref.pekko-connectors.base_url" ->
"https://pekko.apache.org/docs/pekko-connectors/current/",
+ // disabled display versioning, in other words: hidden unnecessary version.
+ "disabled.versioning.display" -> "true"
)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]