You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by kw...@apache.org on 2022/05/30 09:14:46 UTC

[jackrabbit-filevault] branch master updated: add link to JR downloads page

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

kwin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jackrabbit-filevault.git


The following commit(s) were added to refs/heads/master by this push:
     new 47860140 add link to JR downloads page
47860140 is described below

commit 4786014088bdccbd50e6ae14327e1c5a6f39d212
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Mon May 30 11:14:40 2022 +0200

    add link to JR downloads page
---
 src/site/site.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/site/site.xml b/src/site/site.xml
index 06da4f53..d5f0064e 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -29,8 +29,9 @@
       <item href="docview.html" name="Document View" />
       <item href="validation.html" name="Validation" />
     </menu>
-    <menu name="Using Filevault">
-      <item href="usage.html" name="VLT Usage" />
+    <menu name="Usage">
+      <item href="https://jackrabbit.apache.org/jcr/downloads.html#vlt" name="Download" />
+      <item href="usage.html" name="VLT Console Tool" />
       <item href="metadata.html" name="Metadata" >
         <item href="filter.html" name="Workspace Filter">
             <item href="importmode.html" name="Import Mode" />
@@ -47,7 +48,7 @@
       <item href="referenceablenodes.html" name="Referenceable Nodes"/>
       <item href="rcp.html" name="Vault Remote Copy" />
     </menu>
-    <menu name="Developing">
+    <menu name="Development">
       <item href="apidocs/index.html" name="API docs" />
       <item href="howto_release.html" name="How to create a release" />
     </menu>