This is an automated email from the ASF dual-hosted git repository.
clr 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 8c3ea1d Update document.html.erb (#6)
8c3ea1d is described below
commit 8c3ea1d19aa6fc44d0ce970ea2875087f510f761
Author: Craig L Russell <[email protected]>
AuthorDate: Wed Nov 5 14:32:28 2025 -0800
Update document.html.erb (#6)
Move Derby to the retired projects section of the web page
---
src/main/template/document.html.erb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/template/document.html.erb
b/src/main/template/document.html.erb
index 37d7650..d9e0759 100644
--- a/src/main/template/document.html.erb
+++ b/src/main/template/document.html.erb
@@ -133,12 +133,12 @@
<a href="#" class="dropdown-toggle" data-toggle="dropdown"
role="button" aria-haspopup="true" aria-expanded="false">Subprojects<span
class="caret"></span></a>
<% end %>
<ul class="dropdown-menu">
- <li><a
href="https://db.apache.org/derby/">Derby</a></li>
<li><a href="https://db.apache.org/jdo/">JDO</a></li>
<li><a
href="https://db.apache.org/torque/">Torque</a></li>
<li role="separator" class="divider"></li>
<li>  Retired Subprojects</li>
<li role="separator" class="divider"></li>
+ <li><a
href="https://db.apache.org/derby/">Derby</a></li>
<li><a
href="https://db.apache.org/ddlutils/">DdlUtils</a></li>
<li><a
href="http://attic.apache.org/projects/ojb.html">ObJectRelationalBridge</a></li>
</ul>