You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by fa...@apache.org on 2023/02/15 14:10:10 UTC

[incubator-pekko-persistence-jdbc] branch main updated: enable pekko theme in docs (#15)

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-persistence-jdbc.git


The following commit(s) were added to refs/heads/main by this push:
     new 74e1aa4  enable pekko theme in docs (#15)
74e1aa4 is described below

commit 74e1aa4fb077a5f20f50315a2d75753de913631b
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Wed Feb 15 15:10:04 2023 +0100

    enable pekko theme in docs (#15)
---
 build.sbt | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/build.sbt b/build.sbt
index 40e8a20..2e474ec 100644
--- a/build.sbt
+++ b/build.sbt
@@ -39,15 +39,13 @@ lazy val migrator = project
     publish / skip := true)
   .dependsOn(core % "compile->compile;test->test")
 
-/*
-val themeSettings = Seq(
+lazy val themeSettings = Seq(
   // allow access to snapshots for pekko-sbt-paradox
   resolvers += "Apache Nexus Snapshots".at("https://repository.apache.org/content/repositories/snapshots/"),
   pekkoParadoxGithub := "https://github.com/apache/incubator-pekko-persistence-jdbc")
- */
 
 lazy val docs = project
-  .enablePlugins(ProjectAutoPlugin, ParadoxPlugin, ParadoxSitePlugin, PreprocessPlugin, PublishRsyncPlugin)
+  .enablePlugins(ProjectAutoPlugin, PekkoParadoxPlugin, ParadoxSitePlugin, PreprocessPlugin, PublishRsyncPlugin)
   .disablePlugins(MimaPlugin)
   .settings(MetaInfLicenseNoticeCopy.settings)
   .settings(
@@ -85,6 +83,7 @@ lazy val docs = project
     publishRsyncArtifacts += makeSite.value -> "www/",
     publishRsyncHost := "akkarepo@gustav.akka.io",
     apidocRootPackage := "org.apache.pekko")
+  .settings(themeSettings)
 
 Global / onLoad := (Global / onLoad).value.andThen { s =>
   val v = version.value


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pekko.apache.org
For additional commands, e-mail: commits-help@pekko.apache.org