This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/attic.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 8f6b327 Regenerated website based on
641513f76597e20eb39d42c6fec730407ebfd711 commit
8f6b327 is described below
commit 8f6b327a520f59127be217bb06d7a8467c98354b
Author: GitHub Actions <[email protected]>
AuthorDate: Fri May 2 16:03:44 2025 +0000
Regenerated website based on 641513f76597e20eb39d42c6fec730407ebfd711 commit
---
output/assets/css/just-the-docs-attic.css | 455 ++++++++++++++++++++++++
output/assets/css/just-the-docs-attic.css.map | 2 +-
output/assets/css/just-the-docs-dark.css | 455 ++++++++++++++++++++++++
output/assets/css/just-the-docs-dark.css.map | 2 +-
output/assets/css/just-the-docs-default.css | 455 ++++++++++++++++++++++++
output/assets/css/just-the-docs-default.css.map | 2 +-
output/assets/css/just-the-docs-light.css | 455 ++++++++++++++++++++++++
output/assets/css/just-the-docs-light.css.map | 2 +-
output/assets/js/search-data.json | 2 +-
output/projects.html | 2 +-
10 files changed, 1826 insertions(+), 6 deletions(-)
diff --git a/output/assets/css/just-the-docs-attic.css
b/output/assets/css/just-the-docs-attic.css
index f9f0348..de50286 100644
--- a/output/assets/css/just-the-docs-attic.css
+++ b/output/assets/css/just-the-docs-attic.css
@@ -7345,4 +7345,459 @@ div.opaque {
background-color: #F9F7ED !important;
}
+p.warning, blockquote.warning {
+ background: rgba(247, 126, 126, 0.2);
+ border-left: 4px solid #dd2e2e;
+ border-radius: 4px;
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
+ padding: 0.8rem;
+}
+p.warning::before, blockquote.warning::before {
+ color: #dd2e2e;
+ content: "Warning";
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+p.warning > .warning-title, blockquote.warning > .warning-title {
+ color: #dd2e2e;
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+
+p.warning-title, blockquote.warning-title {
+ background: rgba(247, 126, 126, 0.2);
+ border-left: 4px solid #dd2e2e;
+ border-radius: 4px;
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
+ padding: 0.8rem;
+}
+p.warning-title > p:first-child, blockquote.warning-title > p:first-child {
+ margin-top: 0;
+ margin-bottom: 0;
+ color: #dd2e2e;
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+
+blockquote.warning {
+ margin-left: 0;
+ margin-right: 0;
+}
+blockquote.warning > p:first-child {
+ margin-top: 0;
+}
+blockquote.warning > p:last-child {
+ margin-bottom: 0;
+}
+
+blockquote.warning-title {
+ margin-left: 0;
+ margin-right: 0;
+}
+blockquote.warning-title > p:nth-child(2) {
+ margin-top: 0;
+}
+blockquote.warning-title > p:last-child {
+ margin-bottom: 0;
+}
+
+p.important, blockquote.important {
+ background: rgba(44, 132, 250, 0.2);
+ border-left: 4px solid #183385;
+ border-radius: 4px;
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
+ padding: 0.8rem;
+}
+p.important::before, blockquote.important::before {
+ color: #183385;
+ content: "Important";
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+p.important > .important-title, blockquote.important > .important-title {
+ color: #183385;
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+
+p.important-title, blockquote.important-title {
+ background: rgba(44, 132, 250, 0.2);
+ border-left: 4px solid #183385;
+ border-radius: 4px;
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
+ padding: 0.8rem;
+}
+p.important-title > p:first-child, blockquote.important-title > p:first-child {
+ margin-top: 0;
+ margin-bottom: 0;
+ color: #183385;
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+
+blockquote.important {
+ margin-left: 0;
+ margin-right: 0;
+}
+blockquote.important > p:first-child {
+ margin-top: 0;
+}
+blockquote.important > p:last-child {
+ margin-bottom: 0;
+}
+
+blockquote.important-title {
+ margin-left: 0;
+ margin-right: 0;
+}
+blockquote.important-title > p:nth-child(2) {
+ margin-top: 0;
+}
+blockquote.important-title > p:last-child {
+ margin-bottom: 0;
+}
+
+p.important-green, blockquote.important-green {
+ background: rgba(65, 214, 147, 0.2);
+ border-left: 4px solid #026e57;
+ border-radius: 4px;
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
+ padding: 0.8rem;
+}
+p.important-green::before, blockquote.important-green::before {
+ color: #026e57;
+ content: "Important";
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+p.important-green > .important-green-title, blockquote.important-green >
.important-green-title {
+ color: #026e57;
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+
+p.important-green-title, blockquote.important-green-title {
+ background: rgba(65, 214, 147, 0.2);
+ border-left: 4px solid #026e57;
+ border-radius: 4px;
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
+ padding: 0.8rem;
+}
+p.important-green-title > p:first-child, blockquote.important-green-title >
p:first-child {
+ margin-top: 0;
+ margin-bottom: 0;
+ color: #026e57;
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+
+blockquote.important-green {
+ margin-left: 0;
+ margin-right: 0;
+}
+blockquote.important-green > p:first-child {
+ margin-top: 0;
+}
+blockquote.important-green > p:last-child {
+ margin-bottom: 0;
+}
+
+blockquote.important-green-title {
+ margin-left: 0;
+ margin-right: 0;
+}
+blockquote.important-green-title > p:nth-child(2) {
+ margin-top: 0;
+}
+blockquote.important-green-title > p:last-child {
+ margin-bottom: 0;
+}
+
+p.note, blockquote.note {
+ background: rgba(44, 132, 250, 0.2);
+ border-left: 4px solid #183385;
+ border-radius: 4px;
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
+ padding: 0.8rem;
+}
+p.note::before, blockquote.note::before {
+ color: #183385;
+ content: "Note";
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+p.note > .note-title, blockquote.note > .note-title {
+ color: #183385;
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+
+p.note-title, blockquote.note-title {
+ background: rgba(44, 132, 250, 0.2);
+ border-left: 4px solid #183385;
+ border-radius: 4px;
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
+ padding: 0.8rem;
+}
+p.note-title > p:first-child, blockquote.note-title > p:first-child {
+ margin-top: 0;
+ margin-bottom: 0;
+ color: #183385;
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+
+blockquote.note {
+ margin-left: 0;
+ margin-right: 0;
+}
+blockquote.note > p:first-child {
+ margin-top: 0;
+}
+blockquote.note > p:last-child {
+ margin-bottom: 0;
+}
+
+blockquote.note-title {
+ margin-left: 0;
+ margin-right: 0;
+}
+blockquote.note-title > p:nth-child(2) {
+ margin-top: 0;
+}
+blockquote.note-title > p:last-child {
+ margin-bottom: 0;
+}
+
+p.note-green, blockquote.note-green {
+ background: rgba(65, 214, 147, 0.2);
+ border-left: 4px solid #026e57;
+ border-radius: 4px;
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
+ padding: 0.8rem;
+}
+p.note-green::before, blockquote.note-green::before {
+ color: #026e57;
+ content: "Note";
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+p.note-green > .note-green-title, blockquote.note-green > .note-green-title {
+ color: #026e57;
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+
+p.note-green-title, blockquote.note-green-title {
+ background: rgba(65, 214, 147, 0.2);
+ border-left: 4px solid #026e57;
+ border-radius: 4px;
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
+ padding: 0.8rem;
+}
+p.note-green-title > p:first-child, blockquote.note-green-title >
p:first-child {
+ margin-top: 0;
+ margin-bottom: 0;
+ color: #026e57;
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+
+blockquote.note-green {
+ margin-left: 0;
+ margin-right: 0;
+}
+blockquote.note-green > p:first-child {
+ margin-top: 0;
+}
+blockquote.note-green > p:last-child {
+ margin-bottom: 0;
+}
+
+blockquote.note-green-title {
+ margin-left: 0;
+ margin-right: 0;
+}
+blockquote.note-green-title > p:nth-child(2) {
+ margin-top: 0;
+}
+blockquote.note-green-title > p:last-child {
+ margin-bottom: 0;
+}
+
+p.tip, blockquote.tip {
+ background: rgba(44, 132, 250, 0.2);
+ border-left: 4px solid #183385;
+ border-radius: 4px;
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
+ padding: 0.8rem;
+}
+p.tip::before, blockquote.tip::before {
+ color: #183385;
+ content: "Tip";
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+p.tip > .tip-title, blockquote.tip > .tip-title {
+ color: #183385;
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+
+p.tip-title, blockquote.tip-title {
+ background: rgba(44, 132, 250, 0.2);
+ border-left: 4px solid #183385;
+ border-radius: 4px;
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
+ padding: 0.8rem;
+}
+p.tip-title > p:first-child, blockquote.tip-title > p:first-child {
+ margin-top: 0;
+ margin-bottom: 0;
+ color: #183385;
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+
+blockquote.tip {
+ margin-left: 0;
+ margin-right: 0;
+}
+blockquote.tip > p:first-child {
+ margin-top: 0;
+}
+blockquote.tip > p:last-child {
+ margin-bottom: 0;
+}
+
+blockquote.tip-title {
+ margin-left: 0;
+ margin-right: 0;
+}
+blockquote.tip-title > p:nth-child(2) {
+ margin-top: 0;
+}
+blockquote.tip-title > p:last-child {
+ margin-bottom: 0;
+}
+
+p.tip-green, blockquote.tip-green {
+ background: rgba(65, 214, 147, 0.2);
+ border-left: 4px solid #026e57;
+ border-radius: 4px;
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
+ padding: 0.8rem;
+}
+p.tip-green::before, blockquote.tip-green::before {
+ color: #026e57;
+ content: "Tip";
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+p.tip-green > .tip-green-title, blockquote.tip-green > .tip-green-title {
+ color: #026e57;
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+
+p.tip-green-title, blockquote.tip-green-title {
+ background: rgba(65, 214, 147, 0.2);
+ border-left: 4px solid #026e57;
+ border-radius: 4px;
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
+ padding: 0.8rem;
+}
+p.tip-green-title > p:first-child, blockquote.tip-green-title > p:first-child {
+ margin-top: 0;
+ margin-bottom: 0;
+ color: #026e57;
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+
+blockquote.tip-green {
+ margin-left: 0;
+ margin-right: 0;
+}
+blockquote.tip-green > p:first-child {
+ margin-top: 0;
+}
+blockquote.tip-green > p:last-child {
+ margin-bottom: 0;
+}
+
+blockquote.tip-green-title {
+ margin-left: 0;
+ margin-right: 0;
+}
+blockquote.tip-green-title > p:nth-child(2) {
+ margin-top: 0;
+}
+blockquote.tip-green-title > p:last-child {
+ margin-bottom: 0;
+}
+
/*# sourceMappingURL=just-the-docs-attic.css.map */
\ No newline at end of file
diff --git a/output/assets/css/just-the-docs-attic.css.map
b/output/assets/css/just-the-docs-attic.css.map
index cb2ca41..cdcc1d3 100644
--- a/output/assets/css/just-the-docs-attic.css.map
+++ b/output/assets/css/just-the-docs-attic.css.map
@@ -1 +1 @@
-{"version":3,"sourceRoot":"","sources":["../../vendor/bundle/ruby/3.2.0/gems/just-the-docs-0.10.1/_sass/vendor/OneLightJekyll/syntax.scss","../../vendor/bundle/ruby/3.2.0/gems/just-the-docs-0.10.1/_sass/vendor/normalize.scss/normalize.scss","../../vendor/bundle/ruby/3.2.0/gems/just-the-docs-0.10.1/_sass/base.scss","../../vendor/bundle/ruby/3.2.0/gems/just-the-docs-0.10.1/_sass/color_schemes/light.scss","../../vendor/bundle/ruby/3.2.0/gems/just-the-docs-0.10.1/_sass/support/mixins/_typogr
[...]
\ No newline at end of file
+{"version":3,"sourceRoot":"","sources":["../../vendor/bundle/ruby/3.2.0/gems/just-the-docs-0.10.1/_sass/vendor/OneLightJekyll/syntax.scss","../../vendor/bundle/ruby/3.2.0/gems/just-the-docs-0.10.1/_sass/vendor/normalize.scss/normalize.scss","../../vendor/bundle/ruby/3.2.0/gems/just-the-docs-0.10.1/_sass/base.scss","../../vendor/bundle/ruby/3.2.0/gems/just-the-docs-0.10.1/_sass/color_schemes/light.scss","../../vendor/bundle/ruby/3.2.0/gems/just-the-docs-0.10.1/_sass/support/mixins/_typogr
[...]
\ No newline at end of file
diff --git a/output/assets/css/just-the-docs-dark.css
b/output/assets/css/just-the-docs-dark.css
index fd7cae1..50d3fc0 100644
--- a/output/assets/css/just-the-docs-dark.css
+++ b/output/assets/css/just-the-docs-dark.css
@@ -7609,4 +7609,459 @@ div.opaque {
background-color: #27262b;
}
+p.warning, blockquote.warning {
+ background: rgba(221, 46, 46, 0.2);
+ border-left: 4px solid #f77e7e;
+ border-radius: 4px;
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
+ padding: 0.8rem;
+}
+p.warning::before, blockquote.warning::before {
+ color: #f77e7e;
+ content: "Warning";
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+p.warning > .warning-title, blockquote.warning > .warning-title {
+ color: #f77e7e;
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+
+p.warning-title, blockquote.warning-title {
+ background: rgba(221, 46, 46, 0.2);
+ border-left: 4px solid #f77e7e;
+ border-radius: 4px;
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
+ padding: 0.8rem;
+}
+p.warning-title > p:first-child, blockquote.warning-title > p:first-child {
+ margin-top: 0;
+ margin-bottom: 0;
+ color: #f77e7e;
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+
+blockquote.warning {
+ margin-left: 0;
+ margin-right: 0;
+}
+blockquote.warning > p:first-child {
+ margin-top: 0;
+}
+blockquote.warning > p:last-child {
+ margin-bottom: 0;
+}
+
+blockquote.warning-title {
+ margin-left: 0;
+ margin-right: 0;
+}
+blockquote.warning-title > p:nth-child(2) {
+ margin-top: 0;
+}
+blockquote.warning-title > p:last-child {
+ margin-bottom: 0;
+}
+
+p.important, blockquote.important {
+ background: rgba(24, 51, 133, 0.2);
+ border-left: 4px solid #2c84fa;
+ border-radius: 4px;
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
+ padding: 0.8rem;
+}
+p.important::before, blockquote.important::before {
+ color: #2c84fa;
+ content: "Important";
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+p.important > .important-title, blockquote.important > .important-title {
+ color: #2c84fa;
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+
+p.important-title, blockquote.important-title {
+ background: rgba(24, 51, 133, 0.2);
+ border-left: 4px solid #2c84fa;
+ border-radius: 4px;
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
+ padding: 0.8rem;
+}
+p.important-title > p:first-child, blockquote.important-title > p:first-child {
+ margin-top: 0;
+ margin-bottom: 0;
+ color: #2c84fa;
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+
+blockquote.important {
+ margin-left: 0;
+ margin-right: 0;
+}
+blockquote.important > p:first-child {
+ margin-top: 0;
+}
+blockquote.important > p:last-child {
+ margin-bottom: 0;
+}
+
+blockquote.important-title {
+ margin-left: 0;
+ margin-right: 0;
+}
+blockquote.important-title > p:nth-child(2) {
+ margin-top: 0;
+}
+blockquote.important-title > p:last-child {
+ margin-bottom: 0;
+}
+
+p.important-green, blockquote.important-green {
+ background: rgba(2, 110, 87, 0.2);
+ border-left: 4px solid #41d693;
+ border-radius: 4px;
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
+ padding: 0.8rem;
+}
+p.important-green::before, blockquote.important-green::before {
+ color: #41d693;
+ content: "Important";
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+p.important-green > .important-green-title, blockquote.important-green >
.important-green-title {
+ color: #41d693;
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+
+p.important-green-title, blockquote.important-green-title {
+ background: rgba(2, 110, 87, 0.2);
+ border-left: 4px solid #41d693;
+ border-radius: 4px;
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
+ padding: 0.8rem;
+}
+p.important-green-title > p:first-child, blockquote.important-green-title >
p:first-child {
+ margin-top: 0;
+ margin-bottom: 0;
+ color: #41d693;
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+
+blockquote.important-green {
+ margin-left: 0;
+ margin-right: 0;
+}
+blockquote.important-green > p:first-child {
+ margin-top: 0;
+}
+blockquote.important-green > p:last-child {
+ margin-bottom: 0;
+}
+
+blockquote.important-green-title {
+ margin-left: 0;
+ margin-right: 0;
+}
+blockquote.important-green-title > p:nth-child(2) {
+ margin-top: 0;
+}
+blockquote.important-green-title > p:last-child {
+ margin-bottom: 0;
+}
+
+p.note, blockquote.note {
+ background: rgba(24, 51, 133, 0.2);
+ border-left: 4px solid #2c84fa;
+ border-radius: 4px;
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
+ padding: 0.8rem;
+}
+p.note::before, blockquote.note::before {
+ color: #2c84fa;
+ content: "Note";
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+p.note > .note-title, blockquote.note > .note-title {
+ color: #2c84fa;
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+
+p.note-title, blockquote.note-title {
+ background: rgba(24, 51, 133, 0.2);
+ border-left: 4px solid #2c84fa;
+ border-radius: 4px;
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
+ padding: 0.8rem;
+}
+p.note-title > p:first-child, blockquote.note-title > p:first-child {
+ margin-top: 0;
+ margin-bottom: 0;
+ color: #2c84fa;
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+
+blockquote.note {
+ margin-left: 0;
+ margin-right: 0;
+}
+blockquote.note > p:first-child {
+ margin-top: 0;
+}
+blockquote.note > p:last-child {
+ margin-bottom: 0;
+}
+
+blockquote.note-title {
+ margin-left: 0;
+ margin-right: 0;
+}
+blockquote.note-title > p:nth-child(2) {
+ margin-top: 0;
+}
+blockquote.note-title > p:last-child {
+ margin-bottom: 0;
+}
+
+p.note-green, blockquote.note-green {
+ background: rgba(2, 110, 87, 0.2);
+ border-left: 4px solid #41d693;
+ border-radius: 4px;
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
+ padding: 0.8rem;
+}
+p.note-green::before, blockquote.note-green::before {
+ color: #41d693;
+ content: "Note";
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+p.note-green > .note-green-title, blockquote.note-green > .note-green-title {
+ color: #41d693;
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+
+p.note-green-title, blockquote.note-green-title {
+ background: rgba(2, 110, 87, 0.2);
+ border-left: 4px solid #41d693;
+ border-radius: 4px;
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
+ padding: 0.8rem;
+}
+p.note-green-title > p:first-child, blockquote.note-green-title >
p:first-child {
+ margin-top: 0;
+ margin-bottom: 0;
+ color: #41d693;
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+
+blockquote.note-green {
+ margin-left: 0;
+ margin-right: 0;
+}
+blockquote.note-green > p:first-child {
+ margin-top: 0;
+}
+blockquote.note-green > p:last-child {
+ margin-bottom: 0;
+}
+
+blockquote.note-green-title {
+ margin-left: 0;
+ margin-right: 0;
+}
+blockquote.note-green-title > p:nth-child(2) {
+ margin-top: 0;
+}
+blockquote.note-green-title > p:last-child {
+ margin-bottom: 0;
+}
+
+p.tip, blockquote.tip {
+ background: rgba(24, 51, 133, 0.2);
+ border-left: 4px solid #2c84fa;
+ border-radius: 4px;
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
+ padding: 0.8rem;
+}
+p.tip::before, blockquote.tip::before {
+ color: #2c84fa;
+ content: "Tip";
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+p.tip > .tip-title, blockquote.tip > .tip-title {
+ color: #2c84fa;
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+
+p.tip-title, blockquote.tip-title {
+ background: rgba(24, 51, 133, 0.2);
+ border-left: 4px solid #2c84fa;
+ border-radius: 4px;
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
+ padding: 0.8rem;
+}
+p.tip-title > p:first-child, blockquote.tip-title > p:first-child {
+ margin-top: 0;
+ margin-bottom: 0;
+ color: #2c84fa;
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+
+blockquote.tip {
+ margin-left: 0;
+ margin-right: 0;
+}
+blockquote.tip > p:first-child {
+ margin-top: 0;
+}
+blockquote.tip > p:last-child {
+ margin-bottom: 0;
+}
+
+blockquote.tip-title {
+ margin-left: 0;
+ margin-right: 0;
+}
+blockquote.tip-title > p:nth-child(2) {
+ margin-top: 0;
+}
+blockquote.tip-title > p:last-child {
+ margin-bottom: 0;
+}
+
+p.tip-green, blockquote.tip-green {
+ background: rgba(2, 110, 87, 0.2);
+ border-left: 4px solid #41d693;
+ border-radius: 4px;
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
+ padding: 0.8rem;
+}
+p.tip-green::before, blockquote.tip-green::before {
+ color: #41d693;
+ content: "Tip";
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+p.tip-green > .tip-green-title, blockquote.tip-green > .tip-green-title {
+ color: #41d693;
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+
+p.tip-green-title, blockquote.tip-green-title {
+ background: rgba(2, 110, 87, 0.2);
+ border-left: 4px solid #41d693;
+ border-radius: 4px;
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
+ padding: 0.8rem;
+}
+p.tip-green-title > p:first-child, blockquote.tip-green-title > p:first-child {
+ margin-top: 0;
+ margin-bottom: 0;
+ color: #41d693;
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+
+blockquote.tip-green {
+ margin-left: 0;
+ margin-right: 0;
+}
+blockquote.tip-green > p:first-child {
+ margin-top: 0;
+}
+blockquote.tip-green > p:last-child {
+ margin-bottom: 0;
+}
+
+blockquote.tip-green-title {
+ margin-left: 0;
+ margin-right: 0;
+}
+blockquote.tip-green-title > p:nth-child(2) {
+ margin-top: 0;
+}
+blockquote.tip-green-title > p:last-child {
+ margin-bottom: 0;
+}
+
/*# sourceMappingURL=just-the-docs-dark.css.map */
\ No newline at end of file
diff --git a/output/assets/css/just-the-docs-dark.css.map
b/output/assets/css/just-the-docs-dark.css.map
index 7b1604d..ac0e520 100644
--- a/output/assets/css/just-the-docs-dark.css.map
+++ b/output/assets/css/just-the-docs-dark.css.map
@@ -1 +1 @@
-{"version":3,"sourceRoot":"","sources":["../../vendor/bundle/ruby/3.2.0/gems/just-the-docs-0.10.1/_sass/vendor/OneLightJekyll/syntax.scss","../../vendor/bundle/ruby/3.2.0/gems/just-the-docs-0.10.1/_sass/vendor/OneDarkJekyll/syntax.scss","../../vendor/bundle/ruby/3.2.0/gems/just-the-docs-0.10.1/_sass/vendor/normalize.scss/normalize.scss","../../vendor/bundle/ruby/3.2.0/gems/just-the-docs-0.10.1/_sass/base.scss","../../vendor/bundle/ruby/3.2.0/gems/just-the-docs-0.10.1/_sass/color_schemes/
[...]
\ No newline at end of file
+{"version":3,"sourceRoot":"","sources":["../../vendor/bundle/ruby/3.2.0/gems/just-the-docs-0.10.1/_sass/vendor/OneLightJekyll/syntax.scss","../../vendor/bundle/ruby/3.2.0/gems/just-the-docs-0.10.1/_sass/vendor/OneDarkJekyll/syntax.scss","../../vendor/bundle/ruby/3.2.0/gems/just-the-docs-0.10.1/_sass/vendor/normalize.scss/normalize.scss","../../vendor/bundle/ruby/3.2.0/gems/just-the-docs-0.10.1/_sass/base.scss","../../vendor/bundle/ruby/3.2.0/gems/just-the-docs-0.10.1/_sass/color_schemes/
[...]
\ No newline at end of file
diff --git a/output/assets/css/just-the-docs-default.css
b/output/assets/css/just-the-docs-default.css
index d11b502..efdc77a 100644
--- a/output/assets/css/just-the-docs-default.css
+++ b/output/assets/css/just-the-docs-default.css
@@ -7345,4 +7345,459 @@ div.opaque {
background-color: #F9F7ED !important;
}
+p.warning, blockquote.warning {
+ background: rgba(247, 126, 126, 0.2);
+ border-left: 4px solid #dd2e2e;
+ border-radius: 4px;
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
+ padding: 0.8rem;
+}
+p.warning::before, blockquote.warning::before {
+ color: #dd2e2e;
+ content: "Warning";
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+p.warning > .warning-title, blockquote.warning > .warning-title {
+ color: #dd2e2e;
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+
+p.warning-title, blockquote.warning-title {
+ background: rgba(247, 126, 126, 0.2);
+ border-left: 4px solid #dd2e2e;
+ border-radius: 4px;
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
+ padding: 0.8rem;
+}
+p.warning-title > p:first-child, blockquote.warning-title > p:first-child {
+ margin-top: 0;
+ margin-bottom: 0;
+ color: #dd2e2e;
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+
+blockquote.warning {
+ margin-left: 0;
+ margin-right: 0;
+}
+blockquote.warning > p:first-child {
+ margin-top: 0;
+}
+blockquote.warning > p:last-child {
+ margin-bottom: 0;
+}
+
+blockquote.warning-title {
+ margin-left: 0;
+ margin-right: 0;
+}
+blockquote.warning-title > p:nth-child(2) {
+ margin-top: 0;
+}
+blockquote.warning-title > p:last-child {
+ margin-bottom: 0;
+}
+
+p.important, blockquote.important {
+ background: rgba(44, 132, 250, 0.2);
+ border-left: 4px solid #183385;
+ border-radius: 4px;
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
+ padding: 0.8rem;
+}
+p.important::before, blockquote.important::before {
+ color: #183385;
+ content: "Important";
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+p.important > .important-title, blockquote.important > .important-title {
+ color: #183385;
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+
+p.important-title, blockquote.important-title {
+ background: rgba(44, 132, 250, 0.2);
+ border-left: 4px solid #183385;
+ border-radius: 4px;
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
+ padding: 0.8rem;
+}
+p.important-title > p:first-child, blockquote.important-title > p:first-child {
+ margin-top: 0;
+ margin-bottom: 0;
+ color: #183385;
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+
+blockquote.important {
+ margin-left: 0;
+ margin-right: 0;
+}
+blockquote.important > p:first-child {
+ margin-top: 0;
+}
+blockquote.important > p:last-child {
+ margin-bottom: 0;
+}
+
+blockquote.important-title {
+ margin-left: 0;
+ margin-right: 0;
+}
+blockquote.important-title > p:nth-child(2) {
+ margin-top: 0;
+}
+blockquote.important-title > p:last-child {
+ margin-bottom: 0;
+}
+
+p.important-green, blockquote.important-green {
+ background: rgba(65, 214, 147, 0.2);
+ border-left: 4px solid #026e57;
+ border-radius: 4px;
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
+ padding: 0.8rem;
+}
+p.important-green::before, blockquote.important-green::before {
+ color: #026e57;
+ content: "Important";
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+p.important-green > .important-green-title, blockquote.important-green >
.important-green-title {
+ color: #026e57;
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+
+p.important-green-title, blockquote.important-green-title {
+ background: rgba(65, 214, 147, 0.2);
+ border-left: 4px solid #026e57;
+ border-radius: 4px;
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
+ padding: 0.8rem;
+}
+p.important-green-title > p:first-child, blockquote.important-green-title >
p:first-child {
+ margin-top: 0;
+ margin-bottom: 0;
+ color: #026e57;
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+
+blockquote.important-green {
+ margin-left: 0;
+ margin-right: 0;
+}
+blockquote.important-green > p:first-child {
+ margin-top: 0;
+}
+blockquote.important-green > p:last-child {
+ margin-bottom: 0;
+}
+
+blockquote.important-green-title {
+ margin-left: 0;
+ margin-right: 0;
+}
+blockquote.important-green-title > p:nth-child(2) {
+ margin-top: 0;
+}
+blockquote.important-green-title > p:last-child {
+ margin-bottom: 0;
+}
+
+p.note, blockquote.note {
+ background: rgba(44, 132, 250, 0.2);
+ border-left: 4px solid #183385;
+ border-radius: 4px;
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
+ padding: 0.8rem;
+}
+p.note::before, blockquote.note::before {
+ color: #183385;
+ content: "Note";
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+p.note > .note-title, blockquote.note > .note-title {
+ color: #183385;
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+
+p.note-title, blockquote.note-title {
+ background: rgba(44, 132, 250, 0.2);
+ border-left: 4px solid #183385;
+ border-radius: 4px;
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
+ padding: 0.8rem;
+}
+p.note-title > p:first-child, blockquote.note-title > p:first-child {
+ margin-top: 0;
+ margin-bottom: 0;
+ color: #183385;
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+
+blockquote.note {
+ margin-left: 0;
+ margin-right: 0;
+}
+blockquote.note > p:first-child {
+ margin-top: 0;
+}
+blockquote.note > p:last-child {
+ margin-bottom: 0;
+}
+
+blockquote.note-title {
+ margin-left: 0;
+ margin-right: 0;
+}
+blockquote.note-title > p:nth-child(2) {
+ margin-top: 0;
+}
+blockquote.note-title > p:last-child {
+ margin-bottom: 0;
+}
+
+p.note-green, blockquote.note-green {
+ background: rgba(65, 214, 147, 0.2);
+ border-left: 4px solid #026e57;
+ border-radius: 4px;
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
+ padding: 0.8rem;
+}
+p.note-green::before, blockquote.note-green::before {
+ color: #026e57;
+ content: "Note";
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+p.note-green > .note-green-title, blockquote.note-green > .note-green-title {
+ color: #026e57;
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+
+p.note-green-title, blockquote.note-green-title {
+ background: rgba(65, 214, 147, 0.2);
+ border-left: 4px solid #026e57;
+ border-radius: 4px;
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
+ padding: 0.8rem;
+}
+p.note-green-title > p:first-child, blockquote.note-green-title >
p:first-child {
+ margin-top: 0;
+ margin-bottom: 0;
+ color: #026e57;
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+
+blockquote.note-green {
+ margin-left: 0;
+ margin-right: 0;
+}
+blockquote.note-green > p:first-child {
+ margin-top: 0;
+}
+blockquote.note-green > p:last-child {
+ margin-bottom: 0;
+}
+
+blockquote.note-green-title {
+ margin-left: 0;
+ margin-right: 0;
+}
+blockquote.note-green-title > p:nth-child(2) {
+ margin-top: 0;
+}
+blockquote.note-green-title > p:last-child {
+ margin-bottom: 0;
+}
+
+p.tip, blockquote.tip {
+ background: rgba(44, 132, 250, 0.2);
+ border-left: 4px solid #183385;
+ border-radius: 4px;
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
+ padding: 0.8rem;
+}
+p.tip::before, blockquote.tip::before {
+ color: #183385;
+ content: "Tip";
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+p.tip > .tip-title, blockquote.tip > .tip-title {
+ color: #183385;
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+
+p.tip-title, blockquote.tip-title {
+ background: rgba(44, 132, 250, 0.2);
+ border-left: 4px solid #183385;
+ border-radius: 4px;
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
+ padding: 0.8rem;
+}
+p.tip-title > p:first-child, blockquote.tip-title > p:first-child {
+ margin-top: 0;
+ margin-bottom: 0;
+ color: #183385;
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+
+blockquote.tip {
+ margin-left: 0;
+ margin-right: 0;
+}
+blockquote.tip > p:first-child {
+ margin-top: 0;
+}
+blockquote.tip > p:last-child {
+ margin-bottom: 0;
+}
+
+blockquote.tip-title {
+ margin-left: 0;
+ margin-right: 0;
+}
+blockquote.tip-title > p:nth-child(2) {
+ margin-top: 0;
+}
+blockquote.tip-title > p:last-child {
+ margin-bottom: 0;
+}
+
+p.tip-green, blockquote.tip-green {
+ background: rgba(65, 214, 147, 0.2);
+ border-left: 4px solid #026e57;
+ border-radius: 4px;
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
+ padding: 0.8rem;
+}
+p.tip-green::before, blockquote.tip-green::before {
+ color: #026e57;
+ content: "Tip";
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+p.tip-green > .tip-green-title, blockquote.tip-green > .tip-green-title {
+ color: #026e57;
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+
+p.tip-green-title, blockquote.tip-green-title {
+ background: rgba(65, 214, 147, 0.2);
+ border-left: 4px solid #026e57;
+ border-radius: 4px;
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
+ padding: 0.8rem;
+}
+p.tip-green-title > p:first-child, blockquote.tip-green-title > p:first-child {
+ margin-top: 0;
+ margin-bottom: 0;
+ color: #026e57;
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+
+blockquote.tip-green {
+ margin-left: 0;
+ margin-right: 0;
+}
+blockquote.tip-green > p:first-child {
+ margin-top: 0;
+}
+blockquote.tip-green > p:last-child {
+ margin-bottom: 0;
+}
+
+blockquote.tip-green-title {
+ margin-left: 0;
+ margin-right: 0;
+}
+blockquote.tip-green-title > p:nth-child(2) {
+ margin-top: 0;
+}
+blockquote.tip-green-title > p:last-child {
+ margin-bottom: 0;
+}
+
/*# sourceMappingURL=just-the-docs-default.css.map */
\ No newline at end of file
diff --git a/output/assets/css/just-the-docs-default.css.map
b/output/assets/css/just-the-docs-default.css.map
index 70976a3..f2d1886 100644
--- a/output/assets/css/just-the-docs-default.css.map
+++ b/output/assets/css/just-the-docs-default.css.map
@@ -1 +1 @@
-{"version":3,"sourceRoot":"","sources":["../../vendor/bundle/ruby/3.2.0/gems/just-the-docs-0.10.1/_sass/vendor/OneLightJekyll/syntax.scss","../../vendor/bundle/ruby/3.2.0/gems/just-the-docs-0.10.1/_sass/vendor/normalize.scss/normalize.scss","../../vendor/bundle/ruby/3.2.0/gems/just-the-docs-0.10.1/_sass/base.scss","../../vendor/bundle/ruby/3.2.0/gems/just-the-docs-0.10.1/_sass/color_schemes/light.scss","../../vendor/bundle/ruby/3.2.0/gems/just-the-docs-0.10.1/_sass/support/mixins/_typogr
[...]
\ No newline at end of file
+{"version":3,"sourceRoot":"","sources":["../../vendor/bundle/ruby/3.2.0/gems/just-the-docs-0.10.1/_sass/vendor/OneLightJekyll/syntax.scss","../../vendor/bundle/ruby/3.2.0/gems/just-the-docs-0.10.1/_sass/vendor/normalize.scss/normalize.scss","../../vendor/bundle/ruby/3.2.0/gems/just-the-docs-0.10.1/_sass/base.scss","../../vendor/bundle/ruby/3.2.0/gems/just-the-docs-0.10.1/_sass/color_schemes/light.scss","../../vendor/bundle/ruby/3.2.0/gems/just-the-docs-0.10.1/_sass/support/mixins/_typogr
[...]
\ No newline at end of file
diff --git a/output/assets/css/just-the-docs-light.css
b/output/assets/css/just-the-docs-light.css
index eddde5c..33e7877 100644
--- a/output/assets/css/just-the-docs-light.css
+++ b/output/assets/css/just-the-docs-light.css
@@ -7345,4 +7345,459 @@ div.opaque {
background-color: #fff;
}
+p.warning, blockquote.warning {
+ background: rgba(247, 126, 126, 0.2);
+ border-left: 4px solid #dd2e2e;
+ border-radius: 4px;
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
+ padding: 0.8rem;
+}
+p.warning::before, blockquote.warning::before {
+ color: #dd2e2e;
+ content: "Warning";
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+p.warning > .warning-title, blockquote.warning > .warning-title {
+ color: #dd2e2e;
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+
+p.warning-title, blockquote.warning-title {
+ background: rgba(247, 126, 126, 0.2);
+ border-left: 4px solid #dd2e2e;
+ border-radius: 4px;
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
+ padding: 0.8rem;
+}
+p.warning-title > p:first-child, blockquote.warning-title > p:first-child {
+ margin-top: 0;
+ margin-bottom: 0;
+ color: #dd2e2e;
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+
+blockquote.warning {
+ margin-left: 0;
+ margin-right: 0;
+}
+blockquote.warning > p:first-child {
+ margin-top: 0;
+}
+blockquote.warning > p:last-child {
+ margin-bottom: 0;
+}
+
+blockquote.warning-title {
+ margin-left: 0;
+ margin-right: 0;
+}
+blockquote.warning-title > p:nth-child(2) {
+ margin-top: 0;
+}
+blockquote.warning-title > p:last-child {
+ margin-bottom: 0;
+}
+
+p.important, blockquote.important {
+ background: rgba(44, 132, 250, 0.2);
+ border-left: 4px solid #183385;
+ border-radius: 4px;
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
+ padding: 0.8rem;
+}
+p.important::before, blockquote.important::before {
+ color: #183385;
+ content: "Important";
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+p.important > .important-title, blockquote.important > .important-title {
+ color: #183385;
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+
+p.important-title, blockquote.important-title {
+ background: rgba(44, 132, 250, 0.2);
+ border-left: 4px solid #183385;
+ border-radius: 4px;
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
+ padding: 0.8rem;
+}
+p.important-title > p:first-child, blockquote.important-title > p:first-child {
+ margin-top: 0;
+ margin-bottom: 0;
+ color: #183385;
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+
+blockquote.important {
+ margin-left: 0;
+ margin-right: 0;
+}
+blockquote.important > p:first-child {
+ margin-top: 0;
+}
+blockquote.important > p:last-child {
+ margin-bottom: 0;
+}
+
+blockquote.important-title {
+ margin-left: 0;
+ margin-right: 0;
+}
+blockquote.important-title > p:nth-child(2) {
+ margin-top: 0;
+}
+blockquote.important-title > p:last-child {
+ margin-bottom: 0;
+}
+
+p.important-green, blockquote.important-green {
+ background: rgba(65, 214, 147, 0.2);
+ border-left: 4px solid #026e57;
+ border-radius: 4px;
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
+ padding: 0.8rem;
+}
+p.important-green::before, blockquote.important-green::before {
+ color: #026e57;
+ content: "Important";
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+p.important-green > .important-green-title, blockquote.important-green >
.important-green-title {
+ color: #026e57;
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+
+p.important-green-title, blockquote.important-green-title {
+ background: rgba(65, 214, 147, 0.2);
+ border-left: 4px solid #026e57;
+ border-radius: 4px;
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
+ padding: 0.8rem;
+}
+p.important-green-title > p:first-child, blockquote.important-green-title >
p:first-child {
+ margin-top: 0;
+ margin-bottom: 0;
+ color: #026e57;
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+
+blockquote.important-green {
+ margin-left: 0;
+ margin-right: 0;
+}
+blockquote.important-green > p:first-child {
+ margin-top: 0;
+}
+blockquote.important-green > p:last-child {
+ margin-bottom: 0;
+}
+
+blockquote.important-green-title {
+ margin-left: 0;
+ margin-right: 0;
+}
+blockquote.important-green-title > p:nth-child(2) {
+ margin-top: 0;
+}
+blockquote.important-green-title > p:last-child {
+ margin-bottom: 0;
+}
+
+p.note, blockquote.note {
+ background: rgba(44, 132, 250, 0.2);
+ border-left: 4px solid #183385;
+ border-radius: 4px;
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
+ padding: 0.8rem;
+}
+p.note::before, blockquote.note::before {
+ color: #183385;
+ content: "Note";
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+p.note > .note-title, blockquote.note > .note-title {
+ color: #183385;
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+
+p.note-title, blockquote.note-title {
+ background: rgba(44, 132, 250, 0.2);
+ border-left: 4px solid #183385;
+ border-radius: 4px;
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
+ padding: 0.8rem;
+}
+p.note-title > p:first-child, blockquote.note-title > p:first-child {
+ margin-top: 0;
+ margin-bottom: 0;
+ color: #183385;
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+
+blockquote.note {
+ margin-left: 0;
+ margin-right: 0;
+}
+blockquote.note > p:first-child {
+ margin-top: 0;
+}
+blockquote.note > p:last-child {
+ margin-bottom: 0;
+}
+
+blockquote.note-title {
+ margin-left: 0;
+ margin-right: 0;
+}
+blockquote.note-title > p:nth-child(2) {
+ margin-top: 0;
+}
+blockquote.note-title > p:last-child {
+ margin-bottom: 0;
+}
+
+p.note-green, blockquote.note-green {
+ background: rgba(65, 214, 147, 0.2);
+ border-left: 4px solid #026e57;
+ border-radius: 4px;
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
+ padding: 0.8rem;
+}
+p.note-green::before, blockquote.note-green::before {
+ color: #026e57;
+ content: "Note";
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+p.note-green > .note-green-title, blockquote.note-green > .note-green-title {
+ color: #026e57;
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+
+p.note-green-title, blockquote.note-green-title {
+ background: rgba(65, 214, 147, 0.2);
+ border-left: 4px solid #026e57;
+ border-radius: 4px;
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
+ padding: 0.8rem;
+}
+p.note-green-title > p:first-child, blockquote.note-green-title >
p:first-child {
+ margin-top: 0;
+ margin-bottom: 0;
+ color: #026e57;
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+
+blockquote.note-green {
+ margin-left: 0;
+ margin-right: 0;
+}
+blockquote.note-green > p:first-child {
+ margin-top: 0;
+}
+blockquote.note-green > p:last-child {
+ margin-bottom: 0;
+}
+
+blockquote.note-green-title {
+ margin-left: 0;
+ margin-right: 0;
+}
+blockquote.note-green-title > p:nth-child(2) {
+ margin-top: 0;
+}
+blockquote.note-green-title > p:last-child {
+ margin-bottom: 0;
+}
+
+p.tip, blockquote.tip {
+ background: rgba(44, 132, 250, 0.2);
+ border-left: 4px solid #183385;
+ border-radius: 4px;
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
+ padding: 0.8rem;
+}
+p.tip::before, blockquote.tip::before {
+ color: #183385;
+ content: "Tip";
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+p.tip > .tip-title, blockquote.tip > .tip-title {
+ color: #183385;
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+
+p.tip-title, blockquote.tip-title {
+ background: rgba(44, 132, 250, 0.2);
+ border-left: 4px solid #183385;
+ border-radius: 4px;
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
+ padding: 0.8rem;
+}
+p.tip-title > p:first-child, blockquote.tip-title > p:first-child {
+ margin-top: 0;
+ margin-bottom: 0;
+ color: #183385;
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+
+blockquote.tip {
+ margin-left: 0;
+ margin-right: 0;
+}
+blockquote.tip > p:first-child {
+ margin-top: 0;
+}
+blockquote.tip > p:last-child {
+ margin-bottom: 0;
+}
+
+blockquote.tip-title {
+ margin-left: 0;
+ margin-right: 0;
+}
+blockquote.tip-title > p:nth-child(2) {
+ margin-top: 0;
+}
+blockquote.tip-title > p:last-child {
+ margin-bottom: 0;
+}
+
+p.tip-green, blockquote.tip-green {
+ background: rgba(65, 214, 147, 0.2);
+ border-left: 4px solid #026e57;
+ border-radius: 4px;
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
+ padding: 0.8rem;
+}
+p.tip-green::before, blockquote.tip-green::before {
+ color: #026e57;
+ content: "Tip";
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+p.tip-green > .tip-green-title, blockquote.tip-green > .tip-green-title {
+ color: #026e57;
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+
+p.tip-green-title, blockquote.tip-green-title {
+ background: rgba(65, 214, 147, 0.2);
+ border-left: 4px solid #026e57;
+ border-radius: 4px;
+ box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
+ padding: 0.8rem;
+}
+p.tip-green-title > p:first-child, blockquote.tip-green-title > p:first-child {
+ margin-top: 0;
+ margin-bottom: 0;
+ color: #026e57;
+ display: block;
+ font-weight: bold;
+ text-transform: uppercase;
+ font-size: 0.75em;
+ padding-bottom: 0.125rem;
+}
+
+blockquote.tip-green {
+ margin-left: 0;
+ margin-right: 0;
+}
+blockquote.tip-green > p:first-child {
+ margin-top: 0;
+}
+blockquote.tip-green > p:last-child {
+ margin-bottom: 0;
+}
+
+blockquote.tip-green-title {
+ margin-left: 0;
+ margin-right: 0;
+}
+blockquote.tip-green-title > p:nth-child(2) {
+ margin-top: 0;
+}
+blockquote.tip-green-title > p:last-child {
+ margin-bottom: 0;
+}
+
/*# sourceMappingURL=just-the-docs-light.css.map */
\ No newline at end of file
diff --git a/output/assets/css/just-the-docs-light.css.map
b/output/assets/css/just-the-docs-light.css.map
index 66cf613..da887b5 100644
--- a/output/assets/css/just-the-docs-light.css.map
+++ b/output/assets/css/just-the-docs-light.css.map
@@ -1 +1 @@
-{"version":3,"sourceRoot":"","sources":["../../vendor/bundle/ruby/3.2.0/gems/just-the-docs-0.10.1/_sass/vendor/OneLightJekyll/syntax.scss","../../vendor/bundle/ruby/3.2.0/gems/just-the-docs-0.10.1/_sass/vendor/normalize.scss/normalize.scss","../../vendor/bundle/ruby/3.2.0/gems/just-the-docs-0.10.1/_sass/base.scss","../../vendor/bundle/ruby/3.2.0/gems/just-the-docs-0.10.1/_sass/color_schemes/light.scss","../../vendor/bundle/ruby/3.2.0/gems/just-the-docs-0.10.1/_sass/support/mixins/_typogr
[...]
\ No newline at end of file
+{"version":3,"sourceRoot":"","sources":["../../vendor/bundle/ruby/3.2.0/gems/just-the-docs-0.10.1/_sass/vendor/OneLightJekyll/syntax.scss","../../vendor/bundle/ruby/3.2.0/gems/just-the-docs-0.10.1/_sass/vendor/normalize.scss/normalize.scss","../../vendor/bundle/ruby/3.2.0/gems/just-the-docs-0.10.1/_sass/base.scss","../../vendor/bundle/ruby/3.2.0/gems/just-the-docs-0.10.1/_sass/color_schemes/light.scss","../../vendor/bundle/ruby/3.2.0/gems/just-the-docs-0.10.1/_sass/support/mixins/_typogr
[...]
\ No newline at end of file
diff --git a/output/assets/js/search-data.json
b/output/assets/js/search-data.json
index 0f7ad6d..95b32e8 100644
--- a/output/assets/js/search-data.json
+++ b/output/assets/js/search-data.json
@@ -141,7 +141,7 @@
},"20": {
"doc": "Retired Projects",
"title": "Retired Projects",
- "content": ". | Project | Type | Description | Retired | . | 1. Apache
Abdera | PMC | Atom Publishing Protocol Implementation | Feb 2017 | . | 2.
Apache Ace | PMC | Centralized life cycle management and deployment of OSGi
based and related modular software artifacts for distribution | Dec 2017 | . |
3. Apache Any23 | PMC | Anything to Triples | Jun 2023 | . | 4. Apache Apex |
PMC | Enterprise-grade unified stream and batch processing engine | Sep 2019 |
. | 5. Apache Archiva | PMC | [...]
+ "content": ". This page lists all the Projects and Subprojects in The
Apache Attic. In the early years The Apache Attic accepted some Subprojects,
but this is no longer the case and only Top Level Projects (projects with a
PMC) are now accepted. | Project | Type | Description | Retired | . | 1. Apache
Abdera | PMC | Atom Publishing Protocol Implementation | Feb 2017 | . | 2.
Apache Ace | PMC | Centralized life cycle management and deployment of OSGi
based and related modular software [...]
"url": "/projects.html",
"relUrl": "/projects.html"
diff --git a/output/projects.html b/output/projects.html
index 5840de2..922a2f3 100644
--- a/output/projects.html
+++ b/output/projects.html
@@ -1 +1 @@
-<!DOCTYPE html> <html lang="en-US"> <head> <meta charset="UTF-8"> <meta
http-equiv="X-UA-Compatible" content="IE=Edge"> <link rel="stylesheet"
href="/assets/css/just-the-docs-default.css"> <link rel="stylesheet"
href="/assets/css/just-the-docs-head-nav.css" id="jtd-head-nav-stylesheet">
<style id="jtd-nav-activation"> .site-nav > ul.nav-list:first-child >
li:not(:nth-child(4)) > a, .site-nav > ul.nav-list:first-child > li > ul > li a
{ background-image: none; } .site-nav > ul.nav-list:no [...]
+<!DOCTYPE html> <html lang="en-US"> <head> <meta charset="UTF-8"> <meta
http-equiv="X-UA-Compatible" content="IE=Edge"> <link rel="stylesheet"
href="/assets/css/just-the-docs-default.css"> <link rel="stylesheet"
href="/assets/css/just-the-docs-head-nav.css" id="jtd-head-nav-stylesheet">
<style id="jtd-nav-activation"> .site-nav > ul.nav-list:first-child >
li:not(:nth-child(4)) > a, .site-nav > ul.nav-list:first-child > li > ul > li a
{ background-image: none; } .site-nav > ul.nav-list:no [...]