From 646211b83a3ef849fd67aa3992b01780cfcc03c6 Mon Sep 17 00:00:00 2001 From: Kai Moritz Date: Sun, 11 Jan 2026 12:19:49 +0100 Subject: [PATCH] Switched to `maven-hugo-skin` -- MOVE --- src/site/{xhtml/configuration.xhtml => markdown/configuration.md} | 0 src/site/{xhtml/debugging.xhtml => markdown/debugging.md} | 0 src/site/{xhtml/force.xhtml => markdown/force.md} | 0 src/site/{xhtml/index.xhtml => markdown/index.md} | 0 .../{xhtml/issue-tracking.xhtml => markdown/issue-tracking.md} | 0 src/site/{xhtml/mail-lists.xhtml => markdown/mail-lists.md} | 0 src/site/{xhtml/pitfalls.xhtml => markdown/pitfalls.md} | 0 src/site/{xhtml/skip.xhtml => markdown/skip.md} | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename src/site/{xhtml/configuration.xhtml => markdown/configuration.md} (100%) rename src/site/{xhtml/debugging.xhtml => markdown/debugging.md} (100%) rename src/site/{xhtml/force.xhtml => markdown/force.md} (100%) rename src/site/{xhtml/index.xhtml => markdown/index.md} (100%) rename src/site/{xhtml/issue-tracking.xhtml => markdown/issue-tracking.md} (100%) rename src/site/{xhtml/mail-lists.xhtml => markdown/mail-lists.md} (100%) rename src/site/{xhtml/pitfalls.xhtml => markdown/pitfalls.md} (100%) rename src/site/{xhtml/skip.xhtml => markdown/skip.md} (100%) diff --git a/src/site/xhtml/configuration.xhtml b/src/site/markdown/configuration.md similarity index 100% rename from src/site/xhtml/configuration.xhtml rename to src/site/markdown/configuration.md diff --git a/src/site/xhtml/debugging.xhtml b/src/site/markdown/debugging.md similarity index 100% rename from src/site/xhtml/debugging.xhtml rename to src/site/markdown/debugging.md diff --git a/src/site/xhtml/force.xhtml b/src/site/markdown/force.md similarity index 100% rename from src/site/xhtml/force.xhtml rename to src/site/markdown/force.md diff --git a/src/site/xhtml/index.xhtml b/src/site/markdown/index.md similarity index 100% rename from src/site/xhtml/index.xhtml rename to src/site/markdown/index.md diff --git a/src/site/xhtml/issue-tracking.xhtml b/src/site/markdown/issue-tracking.md similarity index 100% rename from src/site/xhtml/issue-tracking.xhtml rename to src/site/markdown/issue-tracking.md diff --git a/src/site/xhtml/mail-lists.xhtml b/src/site/markdown/mail-lists.md similarity index 100% rename from src/site/xhtml/mail-lists.xhtml rename to src/site/markdown/mail-lists.md diff --git a/src/site/xhtml/pitfalls.xhtml b/src/site/markdown/pitfalls.md similarity index 100% rename from src/site/xhtml/pitfalls.xhtml rename to src/site/markdown/pitfalls.md diff --git a/src/site/xhtml/skip.xhtml b/src/site/markdown/skip.md similarity index 100% rename from src/site/xhtml/skip.xhtml rename to src/site/markdown/skip.md -- 2.39.5