From 01014a5d9a5f07682c251ef5492e8aa9f46c21a0 Mon Sep 17 00:00:00 2001
From: Matthew Swift <matthew.swift@forgerock.com>
Date: Wed, 27 Nov 2013 18:45:57 +0000
Subject: [PATCH] Initial work towards OPENDJ-1195: Realign the SDK developer guide with the SDK trunk once the new Maven module and package layout has been validated
---
opendj-ldap-sdk/src/site/xdoc/index.xml.vm | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/opendj-ldap-sdk/src/site/xdoc/index.xml.vm b/opendj-ldap-sdk/src/site/xdoc/index.xml.vm
index 61da15d..569699f 100644
--- a/opendj-ldap-sdk/src/site/xdoc/index.xml.vm
+++ b/opendj-ldap-sdk/src/site/xdoc/index.xml.vm
@@ -48,6 +48,14 @@
experimental RFCs that are supported by modern LDAP servers.
</p>
</section>
+ <section name="Documentation for ${project.name}">
+ <p>
+ Javadoc for this module can be found <a href="apidocs/index.html">here</a>.
+ Read the <a href="../doc/dev-guide/index.html">developer guide</a> for
+ a deeper understanding of LDAP application development, as well as a
+ detailed over of LDAP itself.
+ </p>
+ </section>
<section name="Get the OpenDJ LDAP SDK">
<p>
You can start developing your LDAP applications now by obtaining the
--
Gitblit v1.10.0