This is an automated email from the ASF dual-hosted git repository.
mbo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/db-site.git
The following commit(s) were added to refs/heads/main by this push:
new 9882f25 added sitemap page
9882f25 is described below
commit 9882f257cc84882f02f82800cbd3232bf3abc10e
Author: Michael Bouschen <[email protected]>
AuthorDate: Sun Jan 23 18:09:44 2022 +0100
added sitemap page
---
src/main/asciidoc/sitemap.adoc | 27 +++++++++++++++++++++++++++
src/main/template/document.html.erb | 1 +
2 files changed, 28 insertions(+)
diff --git a/src/main/asciidoc/sitemap.adoc b/src/main/asciidoc/sitemap.adoc
new file mode 100644
index 0000000..8faf258
--- /dev/null
+++ b/src/main/asciidoc/sitemap.adoc
@@ -0,0 +1,27 @@
+:_basedir:
+:_imagesdir: images/
+:grid: cols
+:notoc:
+:notitle:
+:metadata:
+
+[[index]]
+
+
+= Sitemap
+
+== Sitemap
+
+ * link:index.html[Welcome]
+ * link:communication.html[Communication]
+ * link:contact.html[Contact us!]
+ * link:decisions.html[Decision Making]
+ * link:guidelines.html[Project Guidelines]
+ * link:mail.html[Mailing Lists]
+ * link:management.html[PMC Bylaws]
+ * link:newproject.html[Subproject Proposals]
+ * link:roles.html[Roles and Responsibilities]
+ * link:source-repos.html[Source Repositories]
+ * link:source.html[Organization of Source Repositories]
+ * link:whoweare.html[Who We Are]
+
diff --git a/src/main/template/document.html.erb
b/src/main/template/document.html.erb
index dc1001e..0aba309 100644
--- a/src/main/template/document.html.erb
+++ b/src/main/template/document.html.erb
@@ -116,6 +116,7 @@
<li><a href="<%= (attr :_basedir) %>mail.html">Mailing
Lists</a></li>
<li><a href="<%= (attr :_basedir) %>whoweare.html">Who
We Are</a></li>
<li><a href="<%= (attr :_basedir)
%>source-repos.html">Source Repositories</a></li>
+ <li><a href="<%= (attr :_basedir)
%>sitemap.html">Sitemap</a></li>
</ul>
</li>