This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch main-site-stg-out
in repository https://gitbox.apache.org/repos/asf/logging-log4j-tools.git


The following commit(s) were added to refs/heads/main-site-stg-out by this push:
     new 2887a37  Add website content generated from 
`066fec09a4e91f0078cb560d565c768938abf79e`
2887a37 is described below

commit 2887a37051f6cea55176080a57205df571fde082
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Thu May 30 11:54:38 2024 +0000

    Add website content generated from 
`066fec09a4e91f0078cb560d565c768938abf79e`
---
 404.html                                |  3 ++-
 development.html                        |  3 ++-
 index.html                              |  3 ++-
 log4j-changelog-maven-plugin.html       |  3 ++-
 log4j-changelog.html                    |  3 ++-
 log4j-docgen-asciidoctor-extension.html |  3 ++-
 log4j-docgen-maven-plugin.html          |  3 ++-
 log4j-docgen.html                       |  3 ++-
 release-notes.html                      |  3 ++-
 sitemap.xml                             | 16 ++++++++--------
 10 files changed, 26 insertions(+), 17 deletions(-)

diff --git a/404.html b/404.html
index 42282c7..8f95096 100644
--- a/404.html
+++ b/404.html
@@ -10,12 +10,13 @@
 <!-- `@asciidoctor/tabs` extension styles -->
 <link rel="stylesheet" href="/log4j/kotlin/_/css/vendor/tabs.css">
 <style>
-  /* Default `h4` and `h5` are smaller than the normal text, fix header font 
sizing: */
+  /* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header 
font sizing: */
   .doc h1 { font-size: 1.9rem; }
   .doc h2 { font-size: 1.7rem; }
   .doc h3 { font-size: 1.5rem; font-weight: 400; }
   .doc h4 { font-size: 1.3rem; font-weight: 500; }
   .doc h5 { font-size: 1.1rem; font-weight: 500; text-decoration: underline; }
+  .doc h6 { font-size: 0.9rem; font-weight: 500; text-decoration: underline; }
   /* Default `code`, `pre`, and `.colist` (source code annotations) fonts are 
too big, adjust them: */
   .doc .colist>table code, .doc p code, .doc thead code { font-size: 0.8em; }
   .doc pre { font-size: 0.7rem; }
diff --git a/development.html b/development.html
index edeb0fa..f8c7017 100644
--- a/development.html
+++ b/development.html
@@ -11,12 +11,13 @@
 <!-- `@asciidoctor/tabs` extension styles -->
 <link rel="stylesheet" href="./_/css/vendor/tabs.css">
 <style>
-  /* Default `h4` and `h5` are smaller than the normal text, fix header font 
sizing: */
+  /* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header 
font sizing: */
   .doc h1 { font-size: 1.9rem; }
   .doc h2 { font-size: 1.7rem; }
   .doc h3 { font-size: 1.5rem; font-weight: 400; }
   .doc h4 { font-size: 1.3rem; font-weight: 500; }
   .doc h5 { font-size: 1.1rem; font-weight: 500; text-decoration: underline; }
+  .doc h6 { font-size: 0.9rem; font-weight: 500; text-decoration: underline; }
   /* Default `code`, `pre`, and `.colist` (source code annotations) fonts are 
too big, adjust them: */
   .doc .colist>table code, .doc p code, .doc thead code { font-size: 0.8em; }
   .doc pre { font-size: 0.7rem; }
diff --git a/index.html b/index.html
index bfa0c38..66ca332 100644
--- a/index.html
+++ b/index.html
@@ -11,12 +11,13 @@
 <!-- `@asciidoctor/tabs` extension styles -->
 <link rel="stylesheet" href="./_/css/vendor/tabs.css">
 <style>
-  /* Default `h4` and `h5` are smaller than the normal text, fix header font 
sizing: */
+  /* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header 
font sizing: */
   .doc h1 { font-size: 1.9rem; }
   .doc h2 { font-size: 1.7rem; }
   .doc h3 { font-size: 1.5rem; font-weight: 400; }
   .doc h4 { font-size: 1.3rem; font-weight: 500; }
   .doc h5 { font-size: 1.1rem; font-weight: 500; text-decoration: underline; }
+  .doc h6 { font-size: 0.9rem; font-weight: 500; text-decoration: underline; }
   /* Default `code`, `pre`, and `.colist` (source code annotations) fonts are 
too big, adjust them: */
   .doc .colist>table code, .doc p code, .doc thead code { font-size: 0.8em; }
   .doc pre { font-size: 0.7rem; }
diff --git a/log4j-changelog-maven-plugin.html 
b/log4j-changelog-maven-plugin.html
index 26f69ed..0d5ee2e 100644
--- a/log4j-changelog-maven-plugin.html
+++ b/log4j-changelog-maven-plugin.html
@@ -11,12 +11,13 @@
 <!-- `@asciidoctor/tabs` extension styles -->
 <link rel="stylesheet" href="./_/css/vendor/tabs.css">
 <style>
-  /* Default `h4` and `h5` are smaller than the normal text, fix header font 
sizing: */
+  /* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header 
font sizing: */
   .doc h1 { font-size: 1.9rem; }
   .doc h2 { font-size: 1.7rem; }
   .doc h3 { font-size: 1.5rem; font-weight: 400; }
   .doc h4 { font-size: 1.3rem; font-weight: 500; }
   .doc h5 { font-size: 1.1rem; font-weight: 500; text-decoration: underline; }
+  .doc h6 { font-size: 0.9rem; font-weight: 500; text-decoration: underline; }
   /* Default `code`, `pre`, and `.colist` (source code annotations) fonts are 
too big, adjust them: */
   .doc .colist>table code, .doc p code, .doc thead code { font-size: 0.8em; }
   .doc pre { font-size: 0.7rem; }
diff --git a/log4j-changelog.html b/log4j-changelog.html
index 5ec6718..6e25388 100644
--- a/log4j-changelog.html
+++ b/log4j-changelog.html
@@ -11,12 +11,13 @@
 <!-- `@asciidoctor/tabs` extension styles -->
 <link rel="stylesheet" href="./_/css/vendor/tabs.css">
 <style>
-  /* Default `h4` and `h5` are smaller than the normal text, fix header font 
sizing: */
+  /* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header 
font sizing: */
   .doc h1 { font-size: 1.9rem; }
   .doc h2 { font-size: 1.7rem; }
   .doc h3 { font-size: 1.5rem; font-weight: 400; }
   .doc h4 { font-size: 1.3rem; font-weight: 500; }
   .doc h5 { font-size: 1.1rem; font-weight: 500; text-decoration: underline; }
+  .doc h6 { font-size: 0.9rem; font-weight: 500; text-decoration: underline; }
   /* Default `code`, `pre`, and `.colist` (source code annotations) fonts are 
too big, adjust them: */
   .doc .colist>table code, .doc p code, .doc thead code { font-size: 0.8em; }
   .doc pre { font-size: 0.7rem; }
diff --git a/log4j-docgen-asciidoctor-extension.html 
b/log4j-docgen-asciidoctor-extension.html
index 85e7db7..0d47cb5 100644
--- a/log4j-docgen-asciidoctor-extension.html
+++ b/log4j-docgen-asciidoctor-extension.html
@@ -11,12 +11,13 @@
 <!-- `@asciidoctor/tabs` extension styles -->
 <link rel="stylesheet" href="./_/css/vendor/tabs.css">
 <style>
-  /* Default `h4` and `h5` are smaller than the normal text, fix header font 
sizing: */
+  /* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header 
font sizing: */
   .doc h1 { font-size: 1.9rem; }
   .doc h2 { font-size: 1.7rem; }
   .doc h3 { font-size: 1.5rem; font-weight: 400; }
   .doc h4 { font-size: 1.3rem; font-weight: 500; }
   .doc h5 { font-size: 1.1rem; font-weight: 500; text-decoration: underline; }
+  .doc h6 { font-size: 0.9rem; font-weight: 500; text-decoration: underline; }
   /* Default `code`, `pre`, and `.colist` (source code annotations) fonts are 
too big, adjust them: */
   .doc .colist>table code, .doc p code, .doc thead code { font-size: 0.8em; }
   .doc pre { font-size: 0.7rem; }
diff --git a/log4j-docgen-maven-plugin.html b/log4j-docgen-maven-plugin.html
index 83b22bf..8b3b214 100644
--- a/log4j-docgen-maven-plugin.html
+++ b/log4j-docgen-maven-plugin.html
@@ -11,12 +11,13 @@
 <!-- `@asciidoctor/tabs` extension styles -->
 <link rel="stylesheet" href="./_/css/vendor/tabs.css">
 <style>
-  /* Default `h4` and `h5` are smaller than the normal text, fix header font 
sizing: */
+  /* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header 
font sizing: */
   .doc h1 { font-size: 1.9rem; }
   .doc h2 { font-size: 1.7rem; }
   .doc h3 { font-size: 1.5rem; font-weight: 400; }
   .doc h4 { font-size: 1.3rem; font-weight: 500; }
   .doc h5 { font-size: 1.1rem; font-weight: 500; text-decoration: underline; }
+  .doc h6 { font-size: 0.9rem; font-weight: 500; text-decoration: underline; }
   /* Default `code`, `pre`, and `.colist` (source code annotations) fonts are 
too big, adjust them: */
   .doc .colist>table code, .doc p code, .doc thead code { font-size: 0.8em; }
   .doc pre { font-size: 0.7rem; }
diff --git a/log4j-docgen.html b/log4j-docgen.html
index 106cf24..f3adbb0 100644
--- a/log4j-docgen.html
+++ b/log4j-docgen.html
@@ -11,12 +11,13 @@
 <!-- `@asciidoctor/tabs` extension styles -->
 <link rel="stylesheet" href="./_/css/vendor/tabs.css">
 <style>
-  /* Default `h4` and `h5` are smaller than the normal text, fix header font 
sizing: */
+  /* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header 
font sizing: */
   .doc h1 { font-size: 1.9rem; }
   .doc h2 { font-size: 1.7rem; }
   .doc h3 { font-size: 1.5rem; font-weight: 400; }
   .doc h4 { font-size: 1.3rem; font-weight: 500; }
   .doc h5 { font-size: 1.1rem; font-weight: 500; text-decoration: underline; }
+  .doc h6 { font-size: 0.9rem; font-weight: 500; text-decoration: underline; }
   /* Default `code`, `pre`, and `.colist` (source code annotations) fonts are 
too big, adjust them: */
   .doc .colist>table code, .doc p code, .doc thead code { font-size: 0.8em; }
   .doc pre { font-size: 0.7rem; }
diff --git a/release-notes.html b/release-notes.html
index 72cc3cc..fb55ac0 100644
--- a/release-notes.html
+++ b/release-notes.html
@@ -11,12 +11,13 @@
 <!-- `@asciidoctor/tabs` extension styles -->
 <link rel="stylesheet" href="./_/css/vendor/tabs.css">
 <style>
-  /* Default `h4` and `h5` are smaller than the normal text, fix header font 
sizing: */
+  /* Default `h4`, `h5`, and `h6` are smaller than the normal text, fix header 
font sizing: */
   .doc h1 { font-size: 1.9rem; }
   .doc h2 { font-size: 1.7rem; }
   .doc h3 { font-size: 1.5rem; font-weight: 400; }
   .doc h4 { font-size: 1.3rem; font-weight: 500; }
   .doc h5 { font-size: 1.1rem; font-weight: 500; text-decoration: underline; }
+  .doc h6 { font-size: 0.9rem; font-weight: 500; text-decoration: underline; }
   /* Default `code`, `pre`, and `.colist` (source code annotations) fonts are 
too big, adjust them: */
   .doc .colist>table code, .doc p code, .doc thead code { font-size: 0.8em; }
   .doc pre { font-size: 0.7rem; }
diff --git a/sitemap.xml b/sitemap.xml
index 461875e..2c2f121 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -2,34 +2,34 @@
 <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9";>
 <url>
 <loc>https://logging.apache.org/log4j/kotlin/development.html</loc>
-<lastmod>2024-05-30T11:36:00.756Z</lastmod>
+<lastmod>2024-05-30T11:54:36.752Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/kotlin/index.html</loc>
-<lastmod>2024-05-30T11:36:00.756Z</lastmod>
+<lastmod>2024-05-30T11:54:36.752Z</lastmod>
 </url>
 <url>
 
<loc>https://logging.apache.org/log4j/kotlin/log4j-changelog-maven-plugin.html</loc>
-<lastmod>2024-05-30T11:36:00.756Z</lastmod>
+<lastmod>2024-05-30T11:54:36.752Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/kotlin/log4j-changelog.html</loc>
-<lastmod>2024-05-30T11:36:00.756Z</lastmod>
+<lastmod>2024-05-30T11:54:36.752Z</lastmod>
 </url>
 <url>
 
<loc>https://logging.apache.org/log4j/kotlin/log4j-docgen-asciidoctor-extension.html</loc>
-<lastmod>2024-05-30T11:36:00.756Z</lastmod>
+<lastmod>2024-05-30T11:54:36.752Z</lastmod>
 </url>
 <url>
 
<loc>https://logging.apache.org/log4j/kotlin/log4j-docgen-maven-plugin.html</loc>
-<lastmod>2024-05-30T11:36:00.756Z</lastmod>
+<lastmod>2024-05-30T11:54:36.752Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/kotlin/log4j-docgen.html</loc>
-<lastmod>2024-05-30T11:36:00.756Z</lastmod>
+<lastmod>2024-05-30T11:54:36.752Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/kotlin/release-notes.html</loc>
-<lastmod>2024-05-30T11:36:00.756Z</lastmod>
+<lastmod>2024-05-30T11:54:36.752Z</lastmod>
 </url>
 </urlset>

Reply via email to