Repository: logging-log4j2 Updated Branches: refs/heads/master 8ad7f2d18 -> 3ee784e6b
LOG4J2-1179 added link to performance page to web left side-nav bar Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/3ee784e6 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/3ee784e6 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/3ee784e6 Branch: refs/heads/master Commit: 3ee784e6b659bf9de882fb1e59362387919316dd Parents: 8ad7f2d Author: rpopma <[email protected]> Authored: Sat May 14 20:33:54 2016 +0900 Committer: rpopma <[email protected]> Committed: Sat May 14 20:33:54 2016 +0900 ---------------------------------------------------------------------- src/site/site.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/3ee784e6/src/site/site.xml ---------------------------------------------------------------------- diff --git a/src/site/site.xml b/src/site/site.xml index f9654e5..df04ed6 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -42,8 +42,9 @@ <item name="JSP Tag Library (TLD Doc)" href="/log4j-taglib/tlddoc/index.html" /> </item> <item name="Runtime Dependencies" href="/runtime-dependencies.html"/> - <item name="FAQ" href="/faq.html"/> <item name="Articles" href="/articles.html"/> + <item name="FAQ" href="/faq.html"/> + <item name="Performance" href="/performance.html"/> <item name="Thanks" href="/thanks.html"/> </menu>
