mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Matthew Swift
31.40.2011 beffeb8d11c1c883716774e057235b5025297ae9
Add site menu for OpenDJ LDAP server
4 files modified
22 ■■■■ changed files
opendj3/opendj-ldap-sdk-examples/src/site/site.xml 6 ●●●● patch | view | raw | blame | history
opendj3/opendj-ldap-sdk/src/site/site.xml 6 ●●●● patch | view | raw | blame | history
opendj3/opendj-ldap-toolkit/src/site/site.xml 6 ●●●● patch | view | raw | blame | history
opendj3/src/site/site.xml 4 ●●●● patch | view | raw | blame | history
opendj3/opendj-ldap-sdk-examples/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 Examples">
    <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="../opendj-ldap-sdk" />
      <item name="Examples" href="index.html" />
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" />
opendj3/opendj-ldap-toolkit/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 Toolkit">
    <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="../opendj-ldap-sdk" />
      <item name="Examples" href="../opendj-ldap-sdk-examples" />
opendj3/src/site/site.xml
@@ -54,6 +54,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="opendj-ldap-sdk" />
    <item name="Examples" href="opendj-ldap-sdk-examples" />