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-bcel.git
The following commit(s) were added to refs/heads/master by this push:
new 5777c4b0 Group Javadoc menu
5777c4b0 is described below
commit 5777c4b0e41078853fabb30feaf605958ee6fedf
Author: Gary D. Gregory <[email protected]>
AuthorDate: Tue Jan 21 08:16: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 8f3abf2a..6db168ea 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="Manual" href="manual/manual.html">