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


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

commit 90e525f03d69103764cebe22d9a0d9f15767e55c
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Thu Jun 20 07:42:08 2024 +0000

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

diff --git a/404.html b/404.html
index 64088b9..7fa6e4c 100644
--- a/404.html
+++ b/404.html
@@ -10,6 +10,9 @@
 <!-- `@asciidoctor/tabs` extension styles -->
 <link rel="stylesheet" href="/log4j/kotlin/_/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 01379e2..77a1f04 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 28b6aa6..670bab4 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 f419a6c..cb8696f 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; }
@@ -142,7 +145,7 @@
 <p>Update <code>org.apache.logging:logging-parent</code> to version `` (<a 
href="https://github.com/apache/logging-log4j-kotlin/pull/74";>74</a>)</p>
 </li>
 <li>
-<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-kotlin/pull/72";>72</a>)</p>
+<p>Update <code>org.apache.maven.plugins:maven-shade-plugin</code> to version 
<code>3.6.0</code> (<a 
href="https://github.com/apache/logging-log4j-kotlin/pull/77";>77</a>)</p>
 </li>
 <li>
 <p>Update <code>org.codehaus.mojo:build-helper-maven-plugin</code> to version 
<code>3.6.0</code> (<a 
href="https://github.com/apache/logging-log4j-kotlin/pull/73";>73</a>)</p>
diff --git a/sitemap.xml b/sitemap.xml
index 7ff0af4..a26efb3 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/kotlin/development.html</loc>
-<lastmod>2024-05-30T11:54:12.070Z</lastmod>
+<lastmod>2024-06-20T07:42:05.007Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/kotlin/index.html</loc>
-<lastmod>2024-05-30T11:54:12.070Z</lastmod>
+<lastmod>2024-06-20T07:42:05.007Z</lastmod>
 </url>
 <url>
 <loc>https://logging.apache.org/log4j/kotlin/release-notes.html</loc>
-<lastmod>2024-05-30T11:54:12.070Z</lastmod>
+<lastmod>2024-06-20T07:42:05.007Z</lastmod>
 </url>
 </urlset>

Reply via email to