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-bsf.git
The following commit(s) were added to refs/heads/master by this push: new 3a57105 Group Javadoc menu 3a57105 is described below commit 3a571057dc0ee221aafe5cf772c5b2518ae99512 Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Tue Jan 21 08:17:26 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 50bd460..f43ae63 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. --> <!-- Specific to this component: --> <item name="News" href="bsfnews.html"/>