From beffeb8d11c1c883716774e057235b5025297ae9 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Tue, 31 May 2011 09:40:25 +0000
Subject: [PATCH] Add site menu for OpenDJ LDAP server
---
opendj3/opendj-ldap-sdk/src/site/site.xml | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/opendj3/opendj-ldap-sdk/src/site/site.xml b/opendj3/opendj-ldap-sdk/src/site/site.xml
index 94cfb76..770c35f 100644
--- a/opendj3/opendj-ldap-sdk/src/site/site.xml
+++ b/opendj3/opendj-ldap-sdk/src/site/site.xml
@@ -27,7 +27,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.0.1 http://maven.apache.org/xsd/decoration-1.0.1.xsd">
<body>
- <menu name="OpenDJ LDAP SDK">
+ <menu name="OpenDJ">
<item name="Welcome" href="../index.html" />
<item name="News" href="../news.html" />
<item name="Downloads" href="http://www.forgerock.com/downloads-opendj.html" />
@@ -38,6 +38,10 @@
<item name="Partners" href="http://forgerock.com/partners.html" />
</menu>
+ <menu name="OpenDJ LDAP Server">
+ <item name="About" href="../opendj-ldap-server" />
+ </menu>
+
<menu name="OpenDJ LDAP SDK">
<item name="About" href="index.html" />
<item name="Examples" href="../opendj-ldap-sdk-examples" />
--
Gitblit v1.10.0