This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-beanutils.git
The following commit(s) were added to refs/heads/master by this push: new c497cb41 Group Javadoc menu c497cb41 is described below commit c497cb41b2343beefd4661b90968635e72b8ba69 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Tue Jan 21 08:18:07 2025 -0500 Group Javadoc menu --- src/site/site.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/site/site.xml b/src/site/site.xml index 67db3b4d..d8fca739 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -30,13 +30,15 @@ <item name="Release History" href="/changes.html" /> <item name="Issue Tracking" href="/issue-management.html" /> <item name="Dependency Management" href="/dependency-info.html" /> - <item name="Javadoc" href="apidocs/index.html" /> - <item name="Javadoc Archive" href="https://javadoc.io/doc/org.apache.commons/commons-beanutils2" /> <item name="Sources" href="/scm.html" /> <item name="Security" href="security.html" /> <item name="License" href="https://www.apache.org/licenses/LICENSE-2.0" /> <item name="Code of Conduct" href="https://www.apache.org/foundation/policies/conduct.html" /> <item name="Download" href="https://commons.apache.org/beanutils/download_beanutils.cgi" /> + <item name="Javadoc"> + <item name="Javadoc Current" href="apidocs/index.html" /> + <item name="Javadoc Archive" href="https://javadoc.io/doc/org.apache.commons/commons-beanutils2" /> + </item> <!-- End: For all components. --> </menu> <menu name="Documentation">