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-logging.git


The following commit(s) were added to refs/heads/master by this push:
     new dfc42ab  Port from Doxia 1 to 2
dfc42ab is described below

commit dfc42ab44bad95e4127c86b283112745566ac8b2
Author: Gary D. Gregory <[email protected]>
AuthorDate: Thu Jan 23 16:42:56 2025 -0500

    Port from Doxia 1 to 2
---
 src/site/site.xml | 39 ++++++++++++++++++++++++---------------
 1 file changed, 24 insertions(+), 15 deletions(-)

diff --git a/src/site/site.xml b/src/site/site.xml
index a075c7e..72b61fe 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -17,30 +17,39 @@
  limitations under the License.
 
 -->
-<project xmlns="http://maven.apache.org/DECORATION/1.1.0"; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
-  xsi:schemaLocation="http://maven.apache.org/DECORATION/1.1.0 
https://maven.apache.org/xsd/decoration-1.1.0.xsd";>
-  <bannerRight>
-    <name>Commons Logging</name>
-    <src>/images/logo.png</src>
-    <href>https://commons.apache.org/logging/</href>
+<site xmlns="http://maven.apache.org/SITE/2.0.0"; 
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 
https://maven.apache.org/xsd/site-2.0.0.xsd";
+  name="Apache Commons Logging">
+  <bannerRight name="Commons Logging" href="/index.html">
+    <image src="/images/logo.png"/>
   </bannerRight>
   <body>
     <menu name="Commons Logging">
-      <item name="Overview" href="/index.html" />
+      <!-- Start: For all components. -->
+      <item name="About" href="/index.html" />
+      <item name="Asking Questions" href="/mail-lists.html" />
+      <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="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="/download_logging.cgi" />
+      <item name="Javadoc">
+        <item name="Javadoc Current" href="apidocs/index.html" />
+        <item name="Javadoc Archive" 
href="https://javadoc.io/doc/commons-logging/commons-logging"; />
+      </item>
+      <!-- End: For all components. -->
+      <!-- Specific to this component: -->
       <item name="User Guide" href="/guide.html" />
       <item name="Troubleshooting Guide" href="/troubleshooting.html" />
-      <item name="Release Notes" href="/RELEASE-NOTES.txt" />
-      <item name='Javadoc (Latest release)' href='/apidocs/index.html' />
-      <item name='Javadoc Archive' 
href='https://javadoc.io/doc/commons-logging/commons-logging' />
-    </menu>
-    <menu name="Development">
       <item name="Building" href="/building.html" />
-      <item name="Mailing Lists" href="/mail-lists.html" />
-      <item name="Issue Tracking" href="/issue-tracking.html" />
       <item name="Proposal" href="/proposal.html" />
       <item name="Tech Guide" href="/tech.html" />
       <item name="Wiki" href="https://wiki.apache.org/commons/Logging"; />
+      <item name="Release Notes" href="/RELEASE-NOTES.txt" />
     </menu>
   </body>
-</project>
+</site>

Reply via email to