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 ac20ef5 Document value "none" for attribute "position"
ac20ef5 is described below
commit ac20ef5eccda682ab70062c95631d202b5f61c17
Author: Konrad Windszus <[email protected]>
AuthorDate: Wed Feb 11 08:47:22 2026 +0100
Document value "none" 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..2a682ad 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 "none" to hide
it).</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 "none" to hide
it).</description>
<version>1.0.0+</version>
<type>String</type>
<identifier>true</identifier>