This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch release in repository https://gitbox.apache.org/repos/asf/commons-cli.git
The following commit(s) were added to refs/heads/release by this push: new aa2f2267 Group Javadoc menu aa2f2267 is described below commit aa2f2267d297853053265ba63039c66af33ce8ca Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Tue Jan 21 08:18:48 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 7c72571f..6efee007 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -32,13 +32,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.bcel/bcel/" /> <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/proper/commons-bcel/download_bcel.cgi" /> + <item name="Javadoc"> + <item name="Javadoc Current" href="apidocs/index.html" /> + <item name="Javadoc Archive" href="https://javadoc.io/doc/org.apache.bcel/bcel/" /> + </item> <!-- End: For all components. --> </menu> <!-- Specific to this component: -->