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 kw...@apache.org on 2022/01/31 16:40:53 UTC

[jackrabbit-oak] branch feature/fix-apidocs created (now c938a8b)

This is an automated email from the ASF dual-hosted git repository.

kwin pushed a change to branch feature/fix-apidocs
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git.


      at c938a8b  fix links to javadoc

This branch includes the following new commits:

     new c938a8b  fix links to javadoc

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[jackrabbit-oak] 01/01: fix links to javadoc

Posted by kw...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kwin pushed a commit to branch feature/fix-apidocs
in repository https://gitbox.apache.org/repos/asf/jackrabbit-oak.git

commit c938a8b628b8411eb7fe8a81a55298f20d7cb342
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Mon Jan 31 17:40:39 2022 +0100

    fix links to javadoc
---
 oak-doc/src/site/markdown/oak_api/overview.md | 3 ++-
 oak-doc/src/site/site.xml                     | 3 +--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/oak-doc/src/site/markdown/oak_api/overview.md b/oak-doc/src/site/markdown/oak_api/overview.md
index edd0203..22172b1 100644
--- a/oak-doc/src/site/markdown/oak_api/overview.md
+++ b/oak-doc/src/site/markdown/oak_api/overview.md
@@ -15,12 +15,13 @@
    limitations under the License.
   -->
 
-Oak API
+Oak and Jackrabbit API
 --------------------------------------------------------------------------------
 
 
 - [Javadocs](../apidocs/) (latest release)
 - Javadoc of previous releases are available from [javadoc.io](http://www.javadoc.io/): 
+    - [oak-jackrabbit-api](http://www.javadoc.io/doc/org.apache.jackrabbit/oak-jackrabbit-api/)
     - [oak-jcr](http://www.javadoc.io/doc/org.apache.jackrabbit/oak-jcr/)
     - [oak-core](http://www.javadoc.io/doc/org.apache.jackrabbit/oak-core/)
     - [oak-run](http://www.javadoc.io/doc/org.apache.jackrabbit/oak-run/)
diff --git a/oak-doc/src/site/site.xml b/oak-doc/src/site/site.xml
index d8a6e72..b2dda9d 100644
--- a/oak-doc/src/site/site.xml
+++ b/oak-doc/src/site/site.xml
@@ -37,8 +37,7 @@ under the License.
     </menu>
     <menu name="Main APIs">
       <item href="https://s.apache.org/jcr-2.0-spec/index.html" name="JCR API" />
-      <item href="https://jackrabbit.apache.org/jcr/jcr-api.html" name="Jackrabbit API" />
-      <item href="oak_api/overview.html" name="Oak API" />
+      <item href="oak_api/overview.html" name="Oak/Jackrabbit API" />
     </menu>
     <menu name="Features and Plugins">
       <item href="nodestore/overview.html" name="Node Storage" collapse="false">