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

[incubator-pekko-sbt-paradox] branch main updated: don't set navigation depth to 1 or "Table Of Contents" secondary nav will not work (#33)

This is an automated email from the ASF dual-hosted git repository.

jrudolph pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-sbt-paradox.git


The following commit(s) were added to refs/heads/main by this push:
     new fb07688  don't set navigation depth to 1 or "Table Of Contents" secondary nav will not work (#33)
fb07688 is described below

commit fb076882ab1a0e7fbebdbea558ac377653d3e26d
Author: Johannes Rudolph <jo...@gmail.com>
AuthorDate: Tue Feb 28 16:12:24 2023 +0100

    don't set navigation depth to 1 or "Table Of Contents" secondary nav will not work (#33)
---
 plugin/src/main/scala/org/apache/pekko/PekkoParadoxPlugin.scala | 2 --
 1 file changed, 2 deletions(-)

diff --git a/plugin/src/main/scala/org/apache/pekko/PekkoParadoxPlugin.scala b/plugin/src/main/scala/org/apache/pekko/PekkoParadoxPlugin.scala
index d89277b..b8b6cda 100644
--- a/plugin/src/main/scala/org/apache/pekko/PekkoParadoxPlugin.scala
+++ b/plugin/src/main/scala/org/apache/pekko/PekkoParadoxPlugin.scala
@@ -28,8 +28,6 @@ object PekkoParadoxPlugin extends AutoPlugin {
 
   def pekkoParadoxGlobalSettings: Seq[Setting[_]] = Seq(
     paradoxTheme := Some("org.apache.pekko" % "pekko-theme-paradox" % version),
-    paradoxNavigationDepth := 1,
-    paradoxNavigationExpandDepth := Some(1),
     paradoxNavigationIncludeHeaders := true,
     pekkoParadoxCopyright in Global :=
       """Copyright © 2022, 2023 <a href="https://apache.org">The Apache Software Foundation</a>, Licensed under the Apache License, Version 2.0.


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