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 2021/05/25 08:23:59 UTC

[jackrabbit-filevault] branch master updated: fix duplicate breadcrumb item

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 14615ce  fix duplicate breadcrumb item
14615ce is described below

commit 14615ce5647252005f2271b5f5f0351eb91aa78e
Author: Konrad Windszus <kw...@apache.org>
AuthorDate: Tue May 25 10:23:51 2021 +0200

    fix duplicate breadcrumb item
    
    simplify menu
---
 parent/src/site/site.xml | 1 -
 src/site/site.xml        | 6 ++----
 2 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/parent/src/site/site.xml b/parent/src/site/site.xml
index cf729ab..b3996e1 100644
--- a/parent/src/site/site.xml
+++ b/parent/src/site/site.xml
@@ -36,7 +36,6 @@
     <body>
         <breadcrumbs>
             <item name="Jackrabbit" href="http://jackrabbit.apache.org/"/>
-            <item name="Jackrabbit FileVault" href="http://jackrabbit.apache.org/filevault/" />
         </breadcrumbs>
     </body>
 
diff --git a/src/site/site.xml b/src/site/site.xml
index b6bed88..63a48c3 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -23,10 +23,8 @@
          name="Jackrabbit FileVault">
   <body>
     <menu name="Overview">
-      <item href="index.html" name="Jackrabbit FileVault" />
-    </menu>
-    <menu name="Concepts and architecture">
-      <item href="overview.html" name="Overview" />
+      <item href="index.html" name="Welcome" />
+      <item href="overview.html" name="Architecture Overview" />
       <item href="vaultfs.html" name="Vault FS" />
       <item href="docview.html" name="Document View" />
       <item href="validation.html" name="Validation" />