Skip to content

Commit 66a0eac

Browse files
committed
Normalize site menu
1 parent d301360 commit 66a0eac

File tree

2 files changed

+33
-25
lines changed

2 files changed

+33
-25
lines changed

src/site/site.xml

Lines changed: 32 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -17,30 +17,38 @@
1717
-->
1818
<site xmlns="http://maven.apache.org/SITE/2.0.0"
1919
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd"
21-
name="Apache Commons Exec">
22-
<bannerRight name="Commons Exec" href="/index.html">
20+
xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 http://maven.apache.org/xsd/site-2.0.0.xsd"
21+
name="Apache Commons Text">
22+
<bannerRight name="Commons Text" href="/index.html">
2323
<image src="/images/logo.png"/>
2424
</bannerRight>
25-
<body>
26-
<menu name="Commons Text">
27-
<item name="Overview" href="/index.html"/>
28-
<item name="Download" href="/download_text.cgi"/>
29-
<item name="User Guide" href="/apidocs/index.html" />
30-
<item name="Release History" href="/changes.html"/>
31-
<item name="Javadoc" href="/apidocs/index.html"/>
32-
<item name="Javadoc Archive" href="https://javadoc.io/doc/org.apache.commons/commons-text"/>
33-
<item name="Security" href="/security.html"/>
34-
</menu>
35-
36-
<menu name="Development">
37-
<item name="Mailing Lists" href="/mail-lists.html"/>
38-
<item name="Issue Tracking" href="/issue-tracking.html"/>
39-
<item name="Proposal" href="/proposal.html"/>
40-
<item name="Developer Guide" href="/developerguide.html"/>
41-
<item name="Source Repository" href="/scm.html"/>
42-
</menu>
43-
44-
</body>
45-
25+
<body>
26+
<menu name="Commons Text">
27+
<!-- Start: For all components. -->
28+
<item name="About" href="index.html" />
29+
<item name="Asking Questions" href="/mail-lists.html" />
30+
<item name="Release History" href="/changes.html" />
31+
<item name="Issue Tracking" href="/issue-management.html" />
32+
<item name="Dependency Management" href="/dependency-info.html" />
33+
<item name="Sources" href="/scm.html" />
34+
<item name="Security" href="security.html" />
35+
<item name="License" href="https://www.apache.org/licenses/LICENSE-2.0" />
36+
<item name="Code of Conduct" href="https://www.apache.org/foundation/policies/conduct.html" />
37+
<item name="Download" href="https://commons.apache.org/proper/commons-bcel/download_bcel.cgi" />
38+
<item name="Javadoc">
39+
<item name="Javadoc Current" href="apidocs/index.html" />
40+
<item name="Javadoc Archive" href="https://javadoc.io/doc/org.apache.commons/commons-text/" />
41+
</item>
42+
<!-- End: For all components. -->
43+
</menu>
44+
<!-- Specific to this component: -->
45+
<menu name="Development">
46+
<item name="User Guide" href="/apidocs/index.html" />
47+
<item name="Mailing Lists" href="/mail-lists.html"/>
48+
<item name="Issue Tracking" href="/issue-tracking.html"/>
49+
<item name="Proposal" href="/proposal.html"/>
50+
<item name="Developer Guide" href="/developerguide.html"/>
51+
<item name="Source Repository" href="/scm.html"/>
52+
</menu>
53+
</body>
4654
</site>

src/site/xdoc/index.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Apache Commons Text is a library focused on algorithms working on strings.
3232
<!-- ================================================== -->
3333
<section name="Documentation">
3434
<p>
35-
We provide documentation in the form of a <a href="userguide.html">User Guide</a>,
35+
We provide documentation in the form of a <a href="/apidocs/index.html">User Guide</a>,
3636
<a href="javadocs/api-release/index.html">Javadoc</a>, and <a href="project-reports.html">Project Reports</a>.
3737
</p>
3838
<p>

0 commit comments

Comments
 (0)