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 02c6ccf Add website content generated from
`9f6badbfb19fbd20d0541d8003803df2c17a599f`
02c6ccf is described below
commit 02c6ccf93f72b578089e2ce1e197f0c57b7da364
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Wed May 1 14:59:34 2024 +0000
Add website content generated from
`9f6badbfb19fbd20d0541d8003803df2c17a599f`
---
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 b50e989..b5569d8 100644
--- a/404.html
+++ b/404.html
@@ -10,11 +10,23 @@
<!-- `@asciidoctor/tabs` extension styles -->
<link rel="stylesheet" href="/log4j/kotlin/_/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 fc052c0..4a6f9c8 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 3fa6325..477f7bb 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 983449a..860effa 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;
}
@@ -122,6 +134,9 @@
<li>
<p>Update <code>org.apache.logging:logging-parent</code> to version
<code>11.0.0</code></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>
+</li>
</ul>
</div>
</div>
diff --git a/sitemap.xml b/sitemap.xml
index fcd3db3..5e74d21 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-04-22T19:38:31.801Z</lastmod>
+<lastmod>2024-05-01T14:59:32.341Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/kotlin/index.html</loc>
-<lastmod>2024-04-22T19:38:31.801Z</lastmod>
+<lastmod>2024-05-01T14:59:32.341Z</lastmod>
</url>
<url>
<loc>https://logging.apache.org/log4j/kotlin/release-notes.html</loc>
-<lastmod>2024-04-22T19:38:31.801Z</lastmod>
+<lastmod>2024-05-01T14:59:32.341Z</lastmod>
</url>
</urlset>