Repository: incubator-freemarker-site Updated Branches: refs/heads/master 52a6c6049 -> 1df18c421
Show incubator logo under the left side ToC Project: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/commit/1df18c42 Tree: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/tree/1df18c42 Diff: http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/diff/1df18c42 Branch: refs/heads/master Commit: 1df18c42130c00a93746d4b88cfba185e9ddf410 Parents: 52a6c60 Author: ddekany <[email protected]> Authored: Sun Nov 12 00:52:18 2017 +0100 Committer: ddekany <[email protected]> Committed: Sun Nov 12 00:52:18 2017 +0100 ---------------------------------------------------------------------- src/main/docgen/docgen.cjson | 5 +++++ src/main/docgen/images/apache-incubator.png | Bin 0 -> 7167 bytes 2 files changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/1df18c42/src/main/docgen/docgen.cjson ---------------------------------------------------------------------- diff --git a/src/main/docgen/docgen.cjson b/src/main/docgen/docgen.cjson index c458100..f66a437 100644 --- a/src/main/docgen/docgen.cjson +++ b/src/main/docgen/docgen.cjson @@ -92,6 +92,7 @@ olinks: { asfSponsorship: "http://www.apache.org/foundation/sponsorship.html" asfThanks: "http://www.apache.org/foundation/thanks.html" asfHome: "http://www.apache.org/" + asfIncubator: "http://incubator.apache.org/" emacsPluginDownload: "https://sourceforge.net/projects/freemarker/files/editor-plugins/ftl.el/download" kwritePluginDownload: "https://sourceforge.net/projects/freemarker/files/editor-plugins/kwriteftl.tar.gz/download" @@ -145,3 +146,7 @@ socialLinks: { "Twitter": { class: "twitter", href: "olink:twitter" } "Stack Overflow": { class: "stack-overflow", href: "olink:newStackOverflowQuestion" } } + +sideTOCLogos: [ + { src: "images/apache-incubator.png", alt: "Apache Incubator", href: "olink:asfIncubator" } +] http://git-wip-us.apache.org/repos/asf/incubator-freemarker-site/blob/1df18c42/src/main/docgen/images/apache-incubator.png ---------------------------------------------------------------------- diff --git a/src/main/docgen/images/apache-incubator.png b/src/main/docgen/images/apache-incubator.png new file mode 100644 index 0000000..7ab45fc Binary files /dev/null and b/src/main/docgen/images/apache-incubator.png differ
