This is an automated email from the ASF dual-hosted git repository. asf-gitbox-commits pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tapestry-5-site.git
commit 80354bc6926cfd7be770d279268e9877c324804b Author: Volker Lamp <[email protected]> AuthorDate: Wed Mar 6 20:27:44 2024 +0100 Moved contents of directory main up by one level. --- main/antora.yml => antora.yml | 0 {main/modules => modules}/ROOT/nav.adoc | 0 {main/modules => modules}/ROOT/pages/about.adoc | 0 {main/modules => modules}/ROOT/pages/community.adoc | 0 {main/modules => modules}/ROOT/pages/developers.adoc | 0 {main/modules => modules}/ROOT/pages/documentation.adoc | 0 {main/modules => modules}/ROOT/pages/download.adoc | 0 7 files changed, 0 insertions(+), 0 deletions(-) diff --git a/main/antora.yml b/antora.yml similarity index 100% rename from main/antora.yml rename to antora.yml diff --git a/main/modules/ROOT/nav.adoc b/modules/ROOT/nav.adoc similarity index 100% rename from main/modules/ROOT/nav.adoc rename to modules/ROOT/nav.adoc diff --git a/main/modules/ROOT/pages/about.adoc b/modules/ROOT/pages/about.adoc similarity index 100% rename from main/modules/ROOT/pages/about.adoc rename to modules/ROOT/pages/about.adoc diff --git a/main/modules/ROOT/pages/community.adoc b/modules/ROOT/pages/community.adoc similarity index 100% rename from main/modules/ROOT/pages/community.adoc rename to modules/ROOT/pages/community.adoc diff --git a/main/modules/ROOT/pages/developers.adoc b/modules/ROOT/pages/developers.adoc similarity index 100% rename from main/modules/ROOT/pages/developers.adoc rename to modules/ROOT/pages/developers.adoc diff --git a/main/modules/ROOT/pages/documentation.adoc b/modules/ROOT/pages/documentation.adoc similarity index 100% rename from main/modules/ROOT/pages/documentation.adoc rename to modules/ROOT/pages/documentation.adoc diff --git a/main/modules/ROOT/pages/download.adoc b/modules/ROOT/pages/download.adoc similarity index 100% rename from main/modules/ROOT/pages/download.adoc rename to modules/ROOT/pages/download.adoc
