Make Scala a sibling of Java in the manual and site. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/08ee42f2 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/08ee42f2 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/08ee42f2
Branch: refs/heads/LOG4J2-1442 Commit: 08ee42f2e466e25c2acc7738de5a47dfc77017ae Parents: 1da6ca3 Author: Gary Gregory <[email protected]> Authored: Sun May 7 10:42:33 2017 -0700 Committer: Gary Gregory <[email protected]> Committed: Sun May 7 10:42:33 2017 -0700 ---------------------------------------------------------------------- src/site/site.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/08ee42f2/src/site/site.xml ---------------------------------------------------------------------- diff --git a/src/site/site.xml b/src/site/site.xml index e380c82..981157a 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -36,8 +36,8 @@ <item name="Implementation" href="/log4j-core/apidocs/index.html" /> <item name="JSP Tag Library" href="/log4j-taglib/apidocs/index.html" /> <item name="JSP Tag Library (TLD Doc)" href="/log4j-taglib/tlddoc/index.html" /> - <item name="Scala API (Scaladoc)" href="/log4j-api-scala_2.11/scaladocs/index.html#org.apache.logging.log4j.scala.package" /> </item> + <item name="Scaladoc" href="/log4j-api-scala_2.11/scaladocs/index.html#org.apache.logging.log4j.scala.package" /> <item name="Maven, Ivy, Gradle Artifacts" href="/maven-artifacts.html"/> <item name="Runtime Dependencies" href="/runtime-dependencies.html"/> <item name="Changelog" href="/changelog.html"/> @@ -68,14 +68,15 @@ <item name="Architecture" href="/manual/architecture.html"/> <item name="Log4j 1.x Migration" href="manual/migration.html"/> - <item name="API" href="/manual/api.html" collapse="true"> + <item name="Java API" href="/manual/api.html" collapse="true"> <item name="Flow Tracing" href="manual/flowtracing.html"/> <item name="Markers" href="manual/markers.html"/> <item name="Event Logging" href="/manual/eventlogging.html"/> <item name="Messages" href="/manual/messages.html"/> <item name="ThreadContext" href="/manual/thread-context.html"/> - <item name="Scala API" href="/manual/scala-api.html"/> </item> + + <item name="Scala API" href="/manual/scala-api.html"/> <item name="Configuration" href="/manual/configuration.html" collapse="true"> <item name="Automatic Configuration" href="/manual/configuration.html#AutomaticConfiguration"/>
