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-transform.git


The following commit(s) were added to refs/heads/main-site-stg-out by this push:
     new 761ee39  Add website content generated from 
`1c26c8d06804a9635b7d640fc2862ac4fe4776e7`
761ee39 is described below

commit 761ee39b9872a526cf6ea42ec3af9ba8315e3549
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Wed May 1 15:00:43 2024 +0000

    Add website content generated from 
`1c26c8d06804a9635b7d640fc2862ac4fe4776e7`
---
 404.html                                           | 16 ++++++++++++++--
 development.html                                   | 16 ++++++++++++++--
 index.html                                         | 16 ++++++++++++++--
 log4j-transform-maven-plugin.html                  | 16 ++++++++++++++--
 log4j-transform-maven-shade-plugin-extensions.html | 16 ++++++++++++++--
 release-notes.html                                 | 18 +++++++++++++++---
 sitemap.xml                                        | 10 +++++-----
 7 files changed, 90 insertions(+), 18 deletions(-)

diff --git a/404.html b/404.html
index 4524a76..bb91312 100644
--- a/404.html
+++ b/404.html
@@ -10,11 +10,23 @@
 <!-- `@asciidoctor/tabs` extension styles -->
 <link rel="stylesheet" href="/log4j/transform/_/css/vendor/tabs.css">
 <style>
+  /* Default `h4` and `h5` 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; }
+  /* 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; }
+  .doc .colist { font-size: 0.75rem; }
+  /* Tab header fonts aren't rendered good, adjusting the font weight: */
+  .tablist > ul li { font-weight: 500; }
   /* `page-toclevels` greater than 4 are not supported by Antora UI, patching 
it: */
   .toc .toc-menu li[data-level="4"] a {
-    padding-left: 2.75rem
+    padding-left: 2.75rem;
   }
-  /* Replace the default highlight.js color for strings from red to green: */
+  /* Replace the default highlight.js color for strings from red 
(unnecessarily signaling something negative) to green: */
   .hljs-string {
     color: #0f8532;
   }
diff --git a/development.html b/development.html
index 8181b1e..7cdb574 100644
--- a/development.html
+++ b/development.html
@@ -11,11 +11,23 @@
 <!-- `@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: */
+  .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; }
+  /* 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; }
+  .doc .colist { font-size: 0.75rem; }
+  /* Tab header fonts aren't rendered good, adjusting the font weight: */
+  .tablist > ul li { font-weight: 500; }
   /* `page-toclevels` greater than 4 are not supported by Antora UI, patching 
it: */
   .toc .toc-menu li[data-level="4"] a {
-    padding-left: 2.75rem
+    padding-left: 2.75rem;
   }
-  /* Replace the default highlight.js color for strings from red to green: */
+  /* Replace the default highlight.js color for strings from red 
(unnecessarily signaling something negative) to green: */
   .hljs-string {
     color: #0f8532;
   }
diff --git a/index.html b/index.html
index 0845abb..6ac50b6 100644
--- a/index.html
+++ b/index.html
@@ -11,11 +11,23 @@
 <!-- `@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: */
+  .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; }
+  /* 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; }
+  .doc .colist { font-size: 0.75rem; }
+  /* Tab header fonts aren't rendered good, adjusting the font weight: */
+  .tablist > ul li { font-weight: 500; }
   /* `page-toclevels` greater than 4 are not supported by Antora UI, patching 
it: */
   .toc .toc-menu li[data-level="4"] a {
-    padding-left: 2.75rem
+    padding-left: 2.75rem;
   }
-  /* Replace the default highlight.js color for strings from red to green: */
+  /* Replace the default highlight.js color for strings from red 
(unnecessarily signaling something negative) to green: */
   .hljs-string {
     color: #0f8532;
   }
diff --git a/log4j-transform-maven-plugin.html 
b/log4j-transform-maven-plugin.html
index 11bf4ec..367c5ff 100644
--- a/log4j-transform-maven-plugin.html
+++ b/log4j-transform-maven-plugin.html
@@ -11,11 +11,23 @@
 <!-- `@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: */
+  .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; }
+  /* 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; }
+  .doc .colist { font-size: 0.75rem; }
+  /* Tab header fonts aren't rendered good, adjusting the font weight: */
+  .tablist > ul li { font-weight: 500; }
   /* `page-toclevels` greater than 4 are not supported by Antora UI, patching 
it: */
   .toc .toc-menu li[data-level="4"] a {
-    padding-left: 2.75rem
+    padding-left: 2.75rem;
   }
-  /* Replace the default highlight.js color for strings from red to green: */
+  /* Replace the default highlight.js color for strings from red 
(unnecessarily signaling something negative) to green: */
   .hljs-string {
     color: #0f8532;
   }
diff --git a/log4j-transform-maven-shade-plugin-extensions.html 
b/log4j-transform-maven-shade-plugin-extensions.html
index b6c958a..661943b 100644
--- a/log4j-transform-maven-shade-plugin-extensions.html
+++ b/log4j-transform-maven-shade-plugin-extensions.html
@@ -11,11 +11,23 @@
 <!-- `@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: */
+  .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; }
+  /* 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; }
+  .doc .colist { font-size: 0.75rem; }
+  /* Tab header fonts aren't rendered good, adjusting the font weight: */
+  .tablist > ul li { font-weight: 500; }
   /* `page-toclevels` greater than 4 are not supported by Antora UI, patching 
it: */
   .toc .toc-menu li[data-level="4"] a {
-    padding-left: 2.75rem
+    padding-left: 2.75rem;
   }
-  /* Replace the default highlight.js color for strings from red to green: */
+  /* Replace the default highlight.js color for strings from red 
(unnecessarily signaling something negative) to green: */
   .hljs-string {
     color: #0f8532;
   }
diff --git a/release-notes.html b/release-notes.html
index 0a6b57f..d740b28 100644
--- a/release-notes.html
+++ b/release-notes.html
@@ -11,11 +11,23 @@
 <!-- `@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: */
+  .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; }
+  /* 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; }
+  .doc .colist { font-size: 0.75rem; }
+  /* Tab header fonts aren't rendered good, adjusting the font weight: */
+  .tablist > ul li { font-weight: 500; }
   /* `page-toclevels` greater than 4 are not supported by Antora UI, patching 
it: */
   .toc .toc-menu li[data-level="4"] a {
-    padding-left: 2.75rem
+    padding-left: 2.75rem;
   }
-  /* Replace the default highlight.js color for strings from red to green: */
+  /* Replace the default highlight.js color for strings from red 
(unnecessarily signaling something negative) to green: */
   .hljs-string {
     color: #0f8532;
   }
@@ -169,7 +181,7 @@
 <p>Update <code>org.apache.maven.plugins:maven-invoker-plugin</code> to 
version <code>3.6.1</code> (<a 
href="https://github.com/apache/logging-log4j-transform/pull/94";>94</a>)</p>
 </li>
 <li>
-<p>Update <code>org.apache.maven.plugins:maven-shade-plugin</code> to version 
<code>3.5.2</code> (<a 
href="https://github.com/apache/logging-log4j-transform/pull/85";>85</a>)</p>
+<p>Update <code>org.apache.maven.plugins:maven-shade-plugin</code> to version 
<code>3.5.3</code> (<a 
href="https://github.com/apache/logging-log4j-transform/pull/101";>101</a>)</p>
 </li>
 <li>
 <p>Update <code>org.assertj:assertj-core</code> to version <code>3.25.3</code> 
(<a href="https://github.com/apache/logging-log4j-transform/pull/83";>83</a>)</p>
diff --git a/sitemap.xml b/sitemap.xml
index 96df848..1e39cf0 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -2,22 +2,22 @@
 <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9";>
 <url>
 <loc>https://logging.apache.org/log4j/transform/development.html</loc>
-<lastmod>2024-04-22T19:12:00.109Z</lastmod>
+<lastmod>2024-05-01T15:00:41.010Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/transform/index.html</loc>
-<lastmod>2024-04-22T19:12:00.109Z</lastmod>
+<lastmod>2024-05-01T15:00:41.010Z</lastmod>
 </url>
 <url>
 
<loc>https://logging.apache.org/log4j/transform/log4j-transform-maven-plugin.html</loc>
-<lastmod>2024-04-22T19:12:00.109Z</lastmod>
+<lastmod>2024-05-01T15:00:41.010Z</lastmod>
 </url>
 <url>
 
<loc>https://logging.apache.org/log4j/transform/log4j-transform-maven-shade-plugin-extensions.html</loc>
-<lastmod>2024-04-22T19:12:00.109Z</lastmod>
+<lastmod>2024-05-01T15:00:41.010Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/transform/release-notes.html</loc>
-<lastmod>2024-04-22T19:12:00.109Z</lastmod>
+<lastmod>2024-05-01T15:00:41.010Z</lastmod>
 </url>
 </urlset>

Reply via email to