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/maven-doxia-sitetools.git


The following commit(s) were added to refs/heads/master by this push:
     new 0e5b90a  Clarify menu inheritance and default behavior of "inherit" 
attribute
0e5b90a is described below

commit 0e5b90aeadd1d30a37c498ccd3d3cdc449b3b3c2
Author: Konrad Windszus <[email protected]>
AuthorDate: Mon Mar 30 11:21:49 2026 +0200

    Clarify menu inheritance and default behavior of "inherit" attribute
---
 doxia-site-model/src/main/mdo/site.mdo | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doxia-site-model/src/main/mdo/site.mdo 
b/doxia-site-model/src/main/mdo/site.mdo
index a4fa81f..e9fe62b 100644
--- a/doxia-site-model/src/main/mdo/site.mdo
+++ b/doxia-site-model/src/main/mdo/site.mdo
@@ -499,7 +499,8 @@ under the License.
         <field xml.attribute="true">
           <name>inherit</name>
           <description><![CDATA[
-            The way in which the menu is inherited. Can be one of : 
<code>top</code>, <code>bottom</code>.
+            The way in which the menu is inherited. Can be one of : 
<code>top</code>, <code>bottom</code> or empty. If empty the menu is not 
inherited (i.e. won't be exposed in sub projects) which is the default behavior.
+            Value <code>bottom</code> means it appears below sub project's 
defined menus, <code>top</code> means it appears above sub project's defined 
menus.
           ]]></description>
           <version>1.0.0+</version>
           <type>String</type>

Reply via email to