You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by md...@apache.org on 2013/09/02 17:14:37 UTC

svn commit: r1519461 - in /jackrabbit/oak/trunk/oak-doc: pom.xml src/site/site.xml

Author: mduerig
Date: Mon Sep  2 15:14:36 2013
New Revision: 1519461

URL: http://svn.apache.org/r1519461
Log:
OAK-301 Document Oak
- Add links to Jackrabbit and Oak websites
- Prevent external links from being relativised

Modified:
    jackrabbit/oak/trunk/oak-doc/pom.xml
    jackrabbit/oak/trunk/oak-doc/src/site/site.xml

Modified: jackrabbit/oak/trunk/oak-doc/pom.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-doc/pom.xml?rev=1519461&r1=1519460&r2=1519461&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-doc/pom.xml (original)
+++ jackrabbit/oak/trunk/oak-doc/pom.xml Mon Sep  2 15:14:36 2013
@@ -39,6 +39,7 @@
         <configuration>
           <generateReports>true</generateReports>
           <skip>false</skip>
+          <relativizeDecorationLinks>false</relativizeDecorationLinks>
         </configuration>
       </plugin>
       <plugin>

Modified: jackrabbit/oak/trunk/oak-doc/src/site/site.xml
URL: http://svn.apache.org/viewvc/jackrabbit/oak/trunk/oak-doc/src/site/site.xml?rev=1519461&r1=1519460&r2=1519461&view=diff
==============================================================================
--- jackrabbit/oak/trunk/oak-doc/src/site/site.xml (original)
+++ jackrabbit/oak/trunk/oak-doc/src/site/site.xml Mon Sep  2 15:14:36 2013
@@ -48,6 +48,8 @@ under the License.
       <item href="apidocs/index.html" name="API docs" />
     </menu>
     <menu name="Links">
+      <item href="http://jackrabbit.apache.org/oak" name="Apache Jackrabbit Oak" />
+      <item href="http://jackrabbit.apache.org/" name="Apache Jackrabbit" />
     </menu>
   </body>