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-codec.git
The following commit(s) were added to refs/heads/master by this push:
new 49641cce Group Javadoc menu
49641cce is described below
commit 49641cceb76dbf6cd1cff5bd824698868247f3fd
Author: Gary D. Gregory <[email protected]>
AuthorDate: Tue Jan 21 08:19:16 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 2894e193..a8ee38c4 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/commons-codec/commons-codec" />
<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/codec/download_codec.cgi" />
+ <item name="Javadoc">
+ <item name="Javadoc Current" href="apidocs/index.html" />
+ <item name="Javadoc Archive"
href="https://javadoc.io/doc/commons-codec/commons-codec" />
+ </item>
<!-- End: For all components. -->
<item name="Users guide" href="/userguide.html"/>
</menu>