Repository: logging-log4j2 Updated Branches: refs/heads/master adc263b6e -> f51f63971
[LOG4J2-1126] Site fixes/improvements for 2.4 release. Project: http://git-wip-us.apache.org/repos/asf/logging-log4j2/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4j2/commit/f51f6397 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4j2/tree/f51f6397 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4j2/diff/f51f6397 Branch: refs/heads/master Commit: f51f63971552ad28d59d95490b961ab8bac5c449 Parents: adc263b Author: ggregory <[email protected]> Authored: Mon Sep 21 15:07:24 2015 -0700 Committer: ggregory <[email protected]> Committed: Mon Sep 21 15:07:24 2015 -0700 ---------------------------------------------------------------------- src/site/site.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4j2/blob/f51f6397/src/site/site.xml ---------------------------------------------------------------------- diff --git a/src/site/site.xml b/src/site/site.xml index bc8e4dd..557d08d 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -135,6 +135,8 @@ </item> <item name="Layouts" href="/manual/layouts.html" collapse="true"> + <item name="CSV" href="/manual/layouts.html#CSVLayouts"/> + <item name="GELF" href="/manual/layouts.html#GELFLayout"/> <item name="HTML" href="/manual/layouts.html#HTMLLayout"/> <item name="JSON" href="/manual/layouts.html#JSONLayout"/> <item name="Pattern" href="/manual/layouts.html#PatternLayout"/> @@ -142,7 +144,6 @@ <item name="Serialized" href="/manual/layouts.html#SerializedLayout"/> <item name="Syslog" href="/manual/layouts.html#SyslogLayout"/> <item name="XML" href="/manual/layouts.html#XMLLayout"/> - <item name="GELF" href="/manual/layouts.html#GELFLayout"/> <item name="Location Information" href="/manual/layouts.html#LocationInformation"/> </item>
