This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/logging-parent.git
commit f881783612897f22f0e4a7f7d723b95bc07dfb9a Author: Volkan Yazıcı <[email protected]> AuthorDate: Wed Sep 27 09:53:27 2023 +0200 Avoid generating pages for the embedded AsciiDoc files --- src/site/{features.adoc => _features.adoc} | 0 .../{release-instructions.adoc => _release-instructions.adoc} | 0 src/site/{release-notes.adoc => _release-notes.adoc} | 0 src/site/{usage.adoc => _usage.adoc} | 0 src/site/index.adoc | 8 ++++---- 5 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/site/features.adoc b/src/site/_features.adoc similarity index 100% rename from src/site/features.adoc rename to src/site/_features.adoc diff --git a/src/site/release-instructions.adoc b/src/site/_release-instructions.adoc similarity index 100% rename from src/site/release-instructions.adoc rename to src/site/_release-instructions.adoc diff --git a/src/site/release-notes.adoc b/src/site/_release-notes.adoc similarity index 100% rename from src/site/release-notes.adoc rename to src/site/_release-notes.adoc diff --git a/src/site/usage.adoc b/src/site/_usage.adoc similarity index 100% rename from src/site/usage.adoc rename to src/site/_usage.adoc diff --git a/src/site/index.adoc b/src/site/index.adoc index 7993930..e0a5a32 100644 --- a/src/site/index.adoc +++ b/src/site/index.adoc @@ -23,9 +23,9 @@ include::_constants.adoc[] {project-name} is the parent project **internally** used in Maven-based projects of https://logging.apache.org[the Apache Logging Services]. -include::features.adoc[] +include::_features.adoc[] -include::usage.adoc[] +include::_usage.adoc[] [#development] == Development @@ -72,9 +72,9 @@ See https://logging.apache.org/log4j/2.x/support.html[the Log4j support policy] If you have encountered an unlisted security vulnerability or other unexpected behaviour that has security impact, please report them privately to mailto:[email protected][the Log4j security mailing list]. See https://logging.apache.org/log4j/2.x/security.html[the Log4j Security page] for further details. -include::release-notes.adoc[] +include::_release-notes.adoc[] -include::release-instructions.adoc[] +include::_release-instructions.adoc[] [#license] == License
