This is an automated email from the ASF dual-hosted git repository. kwin pushed a commit to branch feature/clarify-menu-inheritance in repository https://gitbox.apache.org/repos/asf/maven-doxia-sitetools.git
commit 808d4f45c23d9daa41ff01e457c93cd036b154db 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 9d04432..c40a7f5 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>
