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 6a5f3a6 Add website content generated from
`1391bdda8336d159fdbc928ed3f6c266d75762b7`
6a5f3a6 is described below
commit 6a5f3a63d34b581761954149bbf501315ea43a51
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Wed May 1 14:58:53 2024 +0000
Add website content generated from
`1391bdda8336d159fdbc928ed3f6c266d75762b7`
---
404.html | 16 ++++++++++++++--
development.html | 16 ++++++++++++++--
index.html | 16 ++++++++++++++--
release-notes.html | 19 +++++++++++++++++--
sitemap.xml | 6 +++---
5 files changed, 62 insertions(+), 11 deletions(-)
diff --git a/404.html b/404.html
index 438cbcc..caebc64 100644
--- a/404.html
+++ b/404.html
@@ -10,11 +10,23 @@
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="/log4j/scala/_/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 b0d9983..1e58f05 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 1edda34..5b7baf3 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-notes.html b/release-notes.html
index 832d9bd..93211a3 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;
}
@@ -107,6 +119,9 @@
<div class="ulist">
<ul>
<li>
+<p>Update <code>net.alchim31.maven:scala-maven-plugin</code> to version
<code>4.9.0</code> (<a
href="https://github.com/apache/logging-log4j-scala/pull/53">53</a>)</p>
+</li>
+<li>
<p>Update <code>org.apache.logging.log4j:log4j-bom</code> to version
<code>2.23.1</code> (<a
href="https://github.com/apache/logging-log4j-scala/pull/49">49</a>)</p>
</li>
<li>
diff --git a/sitemap.xml b/sitemap.xml
index e600b6d..519e5d9 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-04-22T19:52:02.662Z</lastmod>
+<lastmod>2024-05-01T14:58:51.937Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/scala/index.html</loc>
-<lastmod>2024-04-22T19:52:02.662Z</lastmod>
+<lastmod>2024-05-01T14:58:51.937Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/scala/release-notes.html</loc>
-<lastmod>2024-04-22T19:52:02.662Z</lastmod>
+<lastmod>2024-05-01T14:58:51.937Z</lastmod>
</url>
</urlset>