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-site.git
commit 32fd073f3fbe9c27c0d31b05133c79914edff04e Author: Konrad Windszus <[email protected]> AuthorDate: Tue Mar 10 11:31:19 2026 +0100 Move to match target converter format MARKDOWN with doxia-converter --- content/{xdoc/overview.xml => markdown/overview.md} | 0 .../{xdoc/references/fml-format.xml => markdown/references/fml-format.md} | 0 content/{xdoc/references/index.xml => markdown/references/index.md} | 0 .../references/xdoc-format.xml => markdown/references/xdoc-format.md} | 0 content/{xdoc/scm.xml => markdown/scm.md} | 0 5 files changed, 0 insertions(+), 0 deletions(-) diff --git a/content/xdoc/overview.xml b/content/markdown/overview.md similarity index 100% rename from content/xdoc/overview.xml rename to content/markdown/overview.md diff --git a/content/xdoc/references/fml-format.xml b/content/markdown/references/fml-format.md similarity index 100% rename from content/xdoc/references/fml-format.xml rename to content/markdown/references/fml-format.md diff --git a/content/xdoc/references/index.xml b/content/markdown/references/index.md similarity index 100% rename from content/xdoc/references/index.xml rename to content/markdown/references/index.md diff --git a/content/xdoc/references/xdoc-format.xml b/content/markdown/references/xdoc-format.md similarity index 100% rename from content/xdoc/references/xdoc-format.xml rename to content/markdown/references/xdoc-format.md diff --git a/content/xdoc/scm.xml b/content/markdown/scm.md similarity index 100% rename from content/xdoc/scm.xml rename to content/markdown/scm.md
