Skip to content

Commit b1d98fe

Browse files
committed
Update site menu to match other components
1 parent caf2693 commit b1d98fe

File tree

1 file changed

+17
-11
lines changed

1 file changed

+17
-11
lines changed

src/site/site.xml

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -23,22 +23,28 @@
2323
<image src="/images/logo.png"/>
2424
</bannerRight>
2525
<body>
26-
<menu name="Validator">
27-
<item name="Overview" href="/index.html"/>
28-
<item name="Download" href="/download_validator.cgi"/>
29-
<item name="Release Notes" href="/changes.html"/>
30-
<item name="Dependencies" href="/dependencies.html"/>
26+
<menu name="Commons Validator">
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-validator/download_validator.cgi" />
38+
<item name="Javadoc">
39+
<item name="Javadoc Current" href="apidocs/index.html" />
40+
<item name="Javadoc Archive" href="https://javadoc.io/doc/commons-validator/commons-validator/" />
41+
</item>
42+
<!-- End: For all components. -->
3143
</menu>
3244
<menu name="Documentation">
3345
<item name="Framework" href="/apidocs/org/apache/commons/validator/package-summary.html#package_description"/>
3446
<item name="Routines" href="/apidocs/org/apache/commons/validator/routines/package-summary.html#package_description"/>
3547
<item name="Wiki" href="https://wiki.apache.org/commons/Validator"/>
36-
</menu>
37-
<menu name="Development">
38-
<item name="Javadocs" href="/apidocs/index.html"/>
39-
<item name="Mailing Lists" href="/mail-lists.html"/>
40-
<item name="Issue Tracking" href="/issue-tracking.html"/>
41-
<item name="Source Repository" href="/scm.html"/>
4248
<item name="Building" href="/building.html"/>
4349
</menu>
4450
</body>

0 commit comments

Comments
 (0)