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


The following commit(s) were added to refs/heads/main-site-stg-out by this push:
     new 31d2df7  Add website content generated from 
`5fbe3da0c7a471a86fc637c8a9e5cd1c6253a4c7`
31d2df7 is described below

commit 31d2df78c129d3a1ba98adc72be805e7b97fbf2f
Author: ASF Logging Services RM <priv...@logging.apache.org>
AuthorDate: Wed May 1 14:56:51 2024 +0000

    Add website content generated from 
`5fbe3da0c7a471a86fc637c8a9e5cd1c6253a4c7`
---
 404.html                             | 16 ++++++++++++++--
 features.html                        | 16 ++++++++++++++--
 index.html                           | 16 ++++++++++++++--
 release-instructions-project.html    | 16 ++++++++++++++--
 release-instructions-xml-schema.html | 16 ++++++++++++++--
 release-notes.html                   | 22 ++++++++++++++++++++--
 sitemap.xml                          | 12 ++++++------
 usage.html                           | 16 ++++++++++++++--
 8 files changed, 110 insertions(+), 20 deletions(-)

diff --git a/404.html b/404.html
index 1527069..3b86465 100644
--- a/404.html
+++ b/404.html
@@ -10,11 +10,23 @@
 <!-- `@asciidoctor/tabs` extension styles -->
 <link rel="stylesheet" href="/logging-parent/_/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/features.html b/features.html
index 9fa67f5..05853c0 100644
--- a/features.html
+++ b/features.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 d38252c..dbc35fc 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/release-instructions-project.html 
b/release-instructions-project.html
index 95fc79d..2f0b386 100644
--- a/release-instructions-project.html
+++ b/release-instructions-project.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-instructions-xml-schema.html 
b/release-instructions-xml-schema.html
index c3cfd50..af58924 100644
--- a/release-instructions-xml-schema.html
+++ b/release-instructions-xml-schema.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 2b4e42f..ba15385 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;
   }
@@ -119,9 +131,15 @@
 <p>Update <code>actions/upload-artifact</code> to version <code>4.3.3</code> 
(<a href="https://github.com/apache/logging-parent/pull/164";>164</a>)</p>
 </li>
 <li>
+<p>Update <code>com.google.errorprone:error_prone_core</code> to version 
<code>2.27.0</code> (<a 
href="https://github.com/apache/logging-parent/pull/170";>170</a>)</p>
+</li>
+<li>
 <p>Update <code>com.h3xstream.findsecbugs:findsecbugs-plugin</code> to version 
<code>1.13.0</code> (<a 
href="https://github.com/apache/logging-parent/pull/159";>159</a>)</p>
 </li>
 <li>
+<p>Update <code>com.palantir.javaformat:palantir-java-format</code> to version 
<code>2.44.0</code> (<a 
href="https://github.com/apache/logging-parent/pull/171";>171</a>)</p>
+</li>
+<li>
 <p>Update <code>dependabot/fetch-metadata</code> to version <code>2.1.0</code> 
(<a href="https://github.com/apache/logging-parent/pull/166";>166</a>)</p>
 </li>
 <li>
diff --git a/sitemap.xml b/sitemap.xml
index c5245eb..d771027 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -2,26 +2,26 @@
 <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9";>
 <url>
 <loc>https://logging.apache.org/logging-parent/features.html</loc>
-<lastmod>2024-04-26T12:18:01.850Z</lastmod>
+<lastmod>2024-05-01T14:56:50.161Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/logging-parent/index.html</loc>
-<lastmod>2024-04-26T12:18:01.850Z</lastmod>
+<lastmod>2024-05-01T14:56:50.161Z</lastmod>
 </url>
 <url>
 
<loc>https://logging.apache.org/logging-parent/release-instructions-project.html</loc>
-<lastmod>2024-04-26T12:18:01.850Z</lastmod>
+<lastmod>2024-05-01T14:56:50.161Z</lastmod>
 </url>
 <url>
 
<loc>https://logging.apache.org/logging-parent/release-instructions-xml-schema.html</loc>
-<lastmod>2024-04-26T12:18:01.850Z</lastmod>
+<lastmod>2024-05-01T14:56:50.161Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/logging-parent/release-notes.html</loc>
-<lastmod>2024-04-26T12:18:01.850Z</lastmod>
+<lastmod>2024-05-01T14:56:50.161Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/logging-parent/usage.html</loc>
-<lastmod>2024-04-26T12:18:01.850Z</lastmod>
+<lastmod>2024-05-01T14:56:50.161Z</lastmod>
 </url>
 </urlset>
diff --git a/usage.html b/usage.html
index 0259fe8..d7d294b 100644
--- a/usage.html
+++ b/usage.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;
   }

Reply via email to