This is an automated email from the ASF dual-hosted git repository. kwin pushed a commit to branch bugfix/document-position-hide in repository https://gitbox.apache.org/repos/asf/maven-doxia-sitetools.git
commit 13616ecd7a225ef531c3d4cdf0283c109bb98ec3 Author: Konrad Windszus <[email protected]> AuthorDate: Wed Feb 11 08:47:22 2026 +0100 Document value "hide" for attribute "position" This closes #616 --- doxia-site-model/src/main/mdo/site.mdo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doxia-site-model/src/main/mdo/site.mdo b/doxia-site-model/src/main/mdo/site.mdo index b9fdd56..b27c259 100644 --- a/doxia-site-model/src/main/mdo/site.mdo +++ b/doxia-site-model/src/main/mdo/site.mdo @@ -332,7 +332,7 @@ under the License. <fields> <field xml.attribute="true"> <name>position</name> - <description>Where to place the date published (left, right, navigation-top, navigation-bottom, bottom).</description> + <description>Where to place the date published ("left", "right", "navigation-top", "navigation-bottom", "bottom" or "hide").</description> <version>1.0.0+</version> <type>String</type> <identifier>true</identifier> @@ -369,7 +369,7 @@ under the License. <fields> <field xml.attribute="true"> <name>position</name> - <description>Where to place the version published (left, right, navigation-top, navigation-bottom, bottom).</description> + <description>Where to place the version published ("left", "right", "navigation-top", "navigation-bottom", "bottom" or "hide").</description> <version>1.0.0+</version> <type>String</type> <identifier>true</identifier>
