add missing links on index page
diff --git a/_includes/themes/apache/_navigation.html b/_includes/themes/apache/_navigation.html
index 14c2b40..711a9aa 100644
--- a/_includes/themes/apache/_navigation.html
+++ b/_includes/themes/apache/_navigation.html
@@ -42,6 +42,8 @@
                         <li><a href="http://www.apache.org/foundation/how-it-works.html">Apache Software Foundation</a></li>
                         <li><a href="http://www.apache.org/licenses/">Apache License</a></li>
                         <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+                        <li><a href="https://privacy.apache.org/policies/privacy-policy-public.html">Privacy</a></li>
+                        <li><a href="https://www.apache.org/security/">Security</a></li>
                         <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
                     </ul>
                 </li>
diff --git a/_includes/themes/apache/events.html b/_includes/themes/apache/events.html
new file mode 100644
index 0000000..08767e5
--- /dev/null
+++ b/_includes/themes/apache/events.html
@@ -0,0 +1,3 @@
+<a  href="https://www.apache.org/events/current-event.html">
+  <img src="https://www.apache.org/events/current-event-234x60.png"/>
+</a>
diff --git a/index.md b/index.md
index 93a9b9c..e413510 100644
--- a/index.md
+++ b/index.md
@@ -31,4 +31,7 @@
 
 To learn more about the networking libraries Apache Tuweni supports, [follow along here](/tutorials/networking).
 
-To start using the applications bundled with Apache Tuweni, [click here](/tutorials/apps).
\ No newline at end of file
+To start using the applications bundled with Apache Tuweni, [click here](/tutorials/apps).
+
+{% include themes/apache/events.html %}
+
diff --git a/publish.sh b/publish.sh
index c50958c..a5d2c14 100755
--- a/publish.sh
+++ b/publish.sh
@@ -79,7 +79,7 @@
 #
 cd code
 gradle setup
-./gradlew dokka
+./gradlew dokkaHtml
 mkdir -p ../asf-site-branch/content/docs
 cp build/docs/style.css ../asf-site-branch/content/style.css
 cp -R build/docs/tuweni/* ../asf-site-branch/content/docs