Added "Apache current event" banner (the Board has asked all PMC-s to do this)
diff --git a/src/main/docgen/docgen.cjson b/src/main/docgen/docgen.cjson
index 169a5a9..f04f8c5 100644
--- a/src/main/docgen/docgen.cjson
+++ b/src/main/docgen/docgen.cjson
@@ -149,6 +149,6 @@
   "Stack Overflow": { class: "stack-overflow", href: "olink:newStackOverflowQuestion" }
 }
 
-// sideTOCLogos: [
-//  { src: "images/apache-incubator.png", alt: "Apache Incubator", href: "olink:asfIncubator" }
-// ]
+sideTOCLogos: [
+  { src: "https://www.apache.org/events/current-event-234x60.png", alt: "Apache Incubator", href: "https://www.apache.org/events/current-event.html" }
+]