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-scala.git
The following commit(s) were added to refs/heads/main-site-stg-out by this push:
new e38e47f Add website content generated from
`6aa35f197d3aa6e4cebd3cf33912e83d812ffeab`
e38e47f is described below
commit e38e47fd39f0326e63aa39bca71c5e0722a6315c
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Thu Jun 20 07:42:12 2024 +0000
Add website content generated from
`6aa35f197d3aa6e4cebd3cf33912e83d812ffeab`
---
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 95a999b..0d8fc4c 100644
--- a/404.html
+++ b/404.html
@@ -10,6 +10,9 @@
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="/log4j/scala/_/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 ec77327..301d82d 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 4f70489..e84ad5e 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 6b0f024..723295d 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 b1e58fd..ecffee8 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/scala/development.html</loc>
-<lastmod>2024-05-30T11:53:54.646Z</lastmod>
+<lastmod>2024-06-20T07:42:10.510Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/scala/index.html</loc>
-<lastmod>2024-05-30T11:53:54.646Z</lastmod>
+<lastmod>2024-06-20T07:42:10.510Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/scala/release-notes.html</loc>
-<lastmod>2024-05-30T11:53:54.646Z</lastmod>
+<lastmod>2024-06-20T07:42:10.510Z</lastmod>
</url>
</urlset>