Link to Scala 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/e3a12989 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/e3a12989 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/e3a12989 Branch: refs/heads/LOG4J2-1431 Commit: e3a12989b4851c884ead29cf1f237998ce1181ad Parents: b004f81 Author: rgoers <[email protected]> Authored: Sun Aug 20 13:51:43 2017 -0700 Committer: rgoers <[email protected]> Committed: Sun Aug 20 13:51:43 2017 -0700 ---------------------------------------------------------------------- src/site/site.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/e3a12989/src/site/site.xml ---------------------------------------------------------------------- diff --git a/src/site/site.xml b/src/site/site.xml index 8f849ff..7a0059f 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -75,7 +75,7 @@ <item name="Messages" href="/manual/messages.html"/> <item name="ThreadContext" href="/manual/thread-context.html"/> </item> - + <item name="Scala API" href="/manual/scala-api.html"/> <item name="Configuration" href="/manual/configuration.html" collapse="true"> @@ -250,6 +250,10 @@ </menu> + <menu name="Related Projects" inherit="top" img="icon-tags"> + <item name="Log4j-Scala" href="http://logging.apache.org/log4j/scala/index.html"/> + </menu> + <menu name="Legacy" inherit="top" img="icon-tags"> <item name="Log4j 1.2" href="http://logging.apache.org/log4j/1.2/"/> <item name="Log4j 2.3" href="http://logging.apache.org/log4j/log4j-2.3/"/>
