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-jmx-gui.git


The following commit(s) were added to refs/heads/main-site-stg-out by this push:
     new 031e463  Add website content generated from 
`273108b818c0cb74123978a2f3c5c15deb2b5207`
031e463 is described below

commit 031e46344ba199be74a4aa8a77e49decd84fbc6d
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Thu Jun 20 07:42:06 2024 +0000

    Add website content generated from 
`273108b818c0cb74123978a2f3c5c15deb2b5207`
---
 404.html           | 3 +++
 development.html   | 3 +++
 index.html         | 3 +++
 release-notes.html | 3 +++
 sitemap.xml        | 6 +++---
 5 files changed, 15 insertions(+), 3 deletions(-)

diff --git a/404.html b/404.html
index 0d34d0c..02f8e36 100644
--- a/404.html
+++ b/404.html
@@ -10,6 +10,9 @@
 <!-- `@asciidoctor/tabs` extension styles -->
 <link rel="stylesheet" href="/log4j/jmx-gui/_/css/vendor/tabs.css">
 <style>
+  /* Swap colors of `IMPORTANT` and `WARNING` blocks */ 
+  .doc .admonitionblock.important .icon { background-color: #f70; }
+  .doc .admonitionblock.warning .icon { background-color: #e40046; }
   /* 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; }
diff --git a/development.html b/development.html
index de6c56a..975353c 100644
--- a/development.html
+++ b/development.html
@@ -11,6 +11,9 @@
 <!-- `@asciidoctor/tabs` extension styles -->
 <link rel="stylesheet" href="./_/css/vendor/tabs.css">
 <style>
+  /* Swap colors of `IMPORTANT` and `WARNING` blocks */ 
+  .doc .admonitionblock.important .icon { background-color: #f70; }
+  .doc .admonitionblock.warning .icon { background-color: #e40046; }
   /* 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; }
diff --git a/index.html b/index.html
index 103c461..e434394 100644
--- a/index.html
+++ b/index.html
@@ -11,6 +11,9 @@
 <!-- `@asciidoctor/tabs` extension styles -->
 <link rel="stylesheet" href="./_/css/vendor/tabs.css">
 <style>
+  /* Swap colors of `IMPORTANT` and `WARNING` blocks */ 
+  .doc .admonitionblock.important .icon { background-color: #f70; }
+  .doc .admonitionblock.warning .icon { background-color: #e40046; }
   /* 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; }
diff --git a/release-notes.html b/release-notes.html
index f2e5f56..d6dbd81 100644
--- a/release-notes.html
+++ b/release-notes.html
@@ -11,6 +11,9 @@
 <!-- `@asciidoctor/tabs` extension styles -->
 <link rel="stylesheet" href="./_/css/vendor/tabs.css">
 <style>
+  /* Swap colors of `IMPORTANT` and `WARNING` blocks */ 
+  .doc .admonitionblock.important .icon { background-color: #f70; }
+  .doc .admonitionblock.warning .icon { background-color: #e40046; }
   /* 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; }
diff --git a/sitemap.xml b/sitemap.xml
index b0ab1e7..ee09336 100644
--- a/sitemap.xml
+++ b/sitemap.xml
@@ -2,14 +2,14 @@
 <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9";>
 <url>
 <loc>https://logging.apache.org/log4j/jmx-gui/development.html</loc>
-<lastmod>2024-05-30T11:54:37.256Z</lastmod>
+<lastmod>2024-06-20T07:42:04.996Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/jmx-gui/index.html</loc>
-<lastmod>2024-05-30T11:54:37.256Z</lastmod>
+<lastmod>2024-06-20T07:42:04.996Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/jmx-gui/release-notes.html</loc>
-<lastmod>2024-05-30T11:54:37.256Z</lastmod>
+<lastmod>2024-06-20T07:42:04.996Z</lastmod>
 </url>
 </urlset>

Reply via email to