This is an automated email from the ASF dual-hosted git repository.
toulmean pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-tuweni-website.git
The following commit(s) were added to refs/heads/main by this push:
new 6fcbb7c add missing links on index page
6fcbb7c is described below
commit 6fcbb7c59a049052b5aac6e566dad1a0df9eed62
Author: Antoine Toulme <[email protected]>
AuthorDate: Mon Nov 28 23:35:54 2022 -0800
add missing links on index page
---
_includes/themes/apache/_navigation.html | 2 ++
_includes/themes/apache/events.html | 3 +++
index.md | 5 ++++-
publish.sh | 2 +-
4 files changed, 10 insertions(+), 2 deletions(-)
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 how to use Apache Tuweni for low-level libraries,
such as bytes, bigint
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 ..
#
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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]