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/dolphinscheduler-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 9bed8eec4f Automated deployment:
3ce7b145a74438dafb99913066bef683959967d4
9bed8eec4f is described below
commit 9bed8eec4f57e6c46e124775e6b06b0cd7cd66e7
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Nov 14 05:06:18 2024 +0000
Automated deployment: 3ce7b145a74438dafb99913066bef683959967d4
---
python/2.0.5/.buildinfo | 2 +-
python/2.0.5/_static/js/versions.js | 10 +++++++---
python/2.0.6/.buildinfo | 2 +-
python/2.0.6/_static/js/versions.js | 10 +++++++---
python/2.0.7/.buildinfo | 2 +-
python/2.0.7/_static/js/versions.js | 10 +++++++---
python/3.0.0/.buildinfo | 2 +-
python/3.0.0/_static/js/versions.js | 10 +++++++---
python/3.0.1/.buildinfo | 2 +-
python/3.0.1/_static/js/versions.js | 10 +++++++---
python/3.1.0/.buildinfo | 2 +-
python/3.1.0/_static/js/versions.js | 10 +++++++---
python/4.0.0/.buildinfo | 2 +-
python/4.0.0/_static/js/versions.js | 10 +++++++---
python/4.0.1/.buildinfo | 2 +-
python/4.0.1/_static/js/versions.js | 10 +++++++---
python/4.0.2/.buildinfo | 2 +-
python/4.0.2/_static/js/versions.js | 10 +++++++---
python/4.0.3/.buildinfo | 2 +-
python/4.0.3/_static/js/versions.js | 10 +++++++---
python/4.0.4/.buildinfo | 2 +-
python/4.0.4/_static/js/versions.js | 10 +++++++---
python/main/.buildinfo | 2 +-
python/main/_static/js/versions.js | 10 +++++++---
24 files changed, 96 insertions(+), 48 deletions(-)
diff --git a/python/2.0.5/.buildinfo b/python/2.0.5/.buildinfo
index 115eb81a73..7d78f3fc50 100644
--- a/python/2.0.5/.buildinfo
+++ b/python/2.0.5/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: 9c22e5b52f232e40473321aa875f1c3e
+config: 0d6a6b701890bff92449c4bcbba4eb72
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/2.0.5/_static/js/versions.js
b/python/2.0.5/_static/js/versions.js
index 818bc9969f..4958195e07 100644
--- a/python/2.0.5/_static/js/versions.js
+++ b/python/2.0.5/_static/js/versions.js
@@ -1,6 +1,6 @@
const themeFlyoutDisplay = "hidden";
-const themeVersionSelector = "True";
-const themeLanguageSelector = "True";
+const themeVersionSelector = true;
+const themeLanguageSelector = true;
if (themeFlyoutDisplay === "attached") {
function renderLanguages(config) {
@@ -8,10 +8,14 @@ if (themeFlyoutDisplay === "attached") {
return "";
}
+ // Insert the current language to the options on the selector
+ let languages =
config.projects.translations.concat(config.projects.current);
+ languages = languages.sort((a, b) =>
a.language.name.localeCompare(b.language.name));
+
const languagesHTML = `
<dl>
<dt>Languages</dt>
- ${config.projects.translations
+ ${languages
.map(
(translation) => `
<dd ${translation.slug == config.projects.current.slug ?
'class="rtd-current-item"' : ""}>
diff --git a/python/2.0.6/.buildinfo b/python/2.0.6/.buildinfo
index 468ec1cea4..5d2ec4cf34 100644
--- a/python/2.0.6/.buildinfo
+++ b/python/2.0.6/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: 2b42477a90f8ac0c4aa4490c4475e7c2
+config: ca018b8e5d89063ddb855975263e333f
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/2.0.6/_static/js/versions.js
b/python/2.0.6/_static/js/versions.js
index 818bc9969f..4958195e07 100644
--- a/python/2.0.6/_static/js/versions.js
+++ b/python/2.0.6/_static/js/versions.js
@@ -1,6 +1,6 @@
const themeFlyoutDisplay = "hidden";
-const themeVersionSelector = "True";
-const themeLanguageSelector = "True";
+const themeVersionSelector = true;
+const themeLanguageSelector = true;
if (themeFlyoutDisplay === "attached") {
function renderLanguages(config) {
@@ -8,10 +8,14 @@ if (themeFlyoutDisplay === "attached") {
return "";
}
+ // Insert the current language to the options on the selector
+ let languages =
config.projects.translations.concat(config.projects.current);
+ languages = languages.sort((a, b) =>
a.language.name.localeCompare(b.language.name));
+
const languagesHTML = `
<dl>
<dt>Languages</dt>
- ${config.projects.translations
+ ${languages
.map(
(translation) => `
<dd ${translation.slug == config.projects.current.slug ?
'class="rtd-current-item"' : ""}>
diff --git a/python/2.0.7/.buildinfo b/python/2.0.7/.buildinfo
index 081969e1e7..d21ee4cfe7 100644
--- a/python/2.0.7/.buildinfo
+++ b/python/2.0.7/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: ea3965b72c68ebdc543f0c8581e9e1a3
+config: 5dac7117bdc6744c87ce445aa50c2633
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/2.0.7/_static/js/versions.js
b/python/2.0.7/_static/js/versions.js
index 818bc9969f..4958195e07 100644
--- a/python/2.0.7/_static/js/versions.js
+++ b/python/2.0.7/_static/js/versions.js
@@ -1,6 +1,6 @@
const themeFlyoutDisplay = "hidden";
-const themeVersionSelector = "True";
-const themeLanguageSelector = "True";
+const themeVersionSelector = true;
+const themeLanguageSelector = true;
if (themeFlyoutDisplay === "attached") {
function renderLanguages(config) {
@@ -8,10 +8,14 @@ if (themeFlyoutDisplay === "attached") {
return "";
}
+ // Insert the current language to the options on the selector
+ let languages =
config.projects.translations.concat(config.projects.current);
+ languages = languages.sort((a, b) =>
a.language.name.localeCompare(b.language.name));
+
const languagesHTML = `
<dl>
<dt>Languages</dt>
- ${config.projects.translations
+ ${languages
.map(
(translation) => `
<dd ${translation.slug == config.projects.current.slug ?
'class="rtd-current-item"' : ""}>
diff --git a/python/3.0.0/.buildinfo b/python/3.0.0/.buildinfo
index f590e40897..4c87168655 100644
--- a/python/3.0.0/.buildinfo
+++ b/python/3.0.0/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: 61e25fa017e378e2724c52158309067a
+config: 6de191029a3f0018dbcc48b3d30bdcbc
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.0.0/_static/js/versions.js
b/python/3.0.0/_static/js/versions.js
index 818bc9969f..4958195e07 100644
--- a/python/3.0.0/_static/js/versions.js
+++ b/python/3.0.0/_static/js/versions.js
@@ -1,6 +1,6 @@
const themeFlyoutDisplay = "hidden";
-const themeVersionSelector = "True";
-const themeLanguageSelector = "True";
+const themeVersionSelector = true;
+const themeLanguageSelector = true;
if (themeFlyoutDisplay === "attached") {
function renderLanguages(config) {
@@ -8,10 +8,14 @@ if (themeFlyoutDisplay === "attached") {
return "";
}
+ // Insert the current language to the options on the selector
+ let languages =
config.projects.translations.concat(config.projects.current);
+ languages = languages.sort((a, b) =>
a.language.name.localeCompare(b.language.name));
+
const languagesHTML = `
<dl>
<dt>Languages</dt>
- ${config.projects.translations
+ ${languages
.map(
(translation) => `
<dd ${translation.slug == config.projects.current.slug ?
'class="rtd-current-item"' : ""}>
diff --git a/python/3.0.1/.buildinfo b/python/3.0.1/.buildinfo
index 7a52488b4e..f3515cb351 100644
--- a/python/3.0.1/.buildinfo
+++ b/python/3.0.1/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: e5bf182112d747b8fe4e01c07b5a37d0
+config: d6a60c5dbac3d6dce5d738d9c100d7c7
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.0.1/_static/js/versions.js
b/python/3.0.1/_static/js/versions.js
index 818bc9969f..4958195e07 100644
--- a/python/3.0.1/_static/js/versions.js
+++ b/python/3.0.1/_static/js/versions.js
@@ -1,6 +1,6 @@
const themeFlyoutDisplay = "hidden";
-const themeVersionSelector = "True";
-const themeLanguageSelector = "True";
+const themeVersionSelector = true;
+const themeLanguageSelector = true;
if (themeFlyoutDisplay === "attached") {
function renderLanguages(config) {
@@ -8,10 +8,14 @@ if (themeFlyoutDisplay === "attached") {
return "";
}
+ // Insert the current language to the options on the selector
+ let languages =
config.projects.translations.concat(config.projects.current);
+ languages = languages.sort((a, b) =>
a.language.name.localeCompare(b.language.name));
+
const languagesHTML = `
<dl>
<dt>Languages</dt>
- ${config.projects.translations
+ ${languages
.map(
(translation) => `
<dd ${translation.slug == config.projects.current.slug ?
'class="rtd-current-item"' : ""}>
diff --git a/python/3.1.0/.buildinfo b/python/3.1.0/.buildinfo
index 2f4d712736..4f919388d4 100644
--- a/python/3.1.0/.buildinfo
+++ b/python/3.1.0/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: 80b2b7f42a16a312ec2c17ee175b6afb
+config: 9cddbc90207d2b3d8e3df184d53cac90
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/3.1.0/_static/js/versions.js
b/python/3.1.0/_static/js/versions.js
index 818bc9969f..4958195e07 100644
--- a/python/3.1.0/_static/js/versions.js
+++ b/python/3.1.0/_static/js/versions.js
@@ -1,6 +1,6 @@
const themeFlyoutDisplay = "hidden";
-const themeVersionSelector = "True";
-const themeLanguageSelector = "True";
+const themeVersionSelector = true;
+const themeLanguageSelector = true;
if (themeFlyoutDisplay === "attached") {
function renderLanguages(config) {
@@ -8,10 +8,14 @@ if (themeFlyoutDisplay === "attached") {
return "";
}
+ // Insert the current language to the options on the selector
+ let languages =
config.projects.translations.concat(config.projects.current);
+ languages = languages.sort((a, b) =>
a.language.name.localeCompare(b.language.name));
+
const languagesHTML = `
<dl>
<dt>Languages</dt>
- ${config.projects.translations
+ ${languages
.map(
(translation) => `
<dd ${translation.slug == config.projects.current.slug ?
'class="rtd-current-item"' : ""}>
diff --git a/python/4.0.0/.buildinfo b/python/4.0.0/.buildinfo
index 745cffd0a3..d9efbf7854 100644
--- a/python/4.0.0/.buildinfo
+++ b/python/4.0.0/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: c0b3c1e4b1a6e731e90b7adefd4bae42
+config: dba9e820f46b44cf026375c97bf94fe9
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.0/_static/js/versions.js
b/python/4.0.0/_static/js/versions.js
index 818bc9969f..4958195e07 100644
--- a/python/4.0.0/_static/js/versions.js
+++ b/python/4.0.0/_static/js/versions.js
@@ -1,6 +1,6 @@
const themeFlyoutDisplay = "hidden";
-const themeVersionSelector = "True";
-const themeLanguageSelector = "True";
+const themeVersionSelector = true;
+const themeLanguageSelector = true;
if (themeFlyoutDisplay === "attached") {
function renderLanguages(config) {
@@ -8,10 +8,14 @@ if (themeFlyoutDisplay === "attached") {
return "";
}
+ // Insert the current language to the options on the selector
+ let languages =
config.projects.translations.concat(config.projects.current);
+ languages = languages.sort((a, b) =>
a.language.name.localeCompare(b.language.name));
+
const languagesHTML = `
<dl>
<dt>Languages</dt>
- ${config.projects.translations
+ ${languages
.map(
(translation) => `
<dd ${translation.slug == config.projects.current.slug ?
'class="rtd-current-item"' : ""}>
diff --git a/python/4.0.1/.buildinfo b/python/4.0.1/.buildinfo
index 6f8b465a1f..80dbf0cdf5 100644
--- a/python/4.0.1/.buildinfo
+++ b/python/4.0.1/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: 0f963203fb416a59ffb7bd0d241dbff3
+config: 6fa886089b43e506aa2e4c227569b430
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.1/_static/js/versions.js
b/python/4.0.1/_static/js/versions.js
index 818bc9969f..4958195e07 100644
--- a/python/4.0.1/_static/js/versions.js
+++ b/python/4.0.1/_static/js/versions.js
@@ -1,6 +1,6 @@
const themeFlyoutDisplay = "hidden";
-const themeVersionSelector = "True";
-const themeLanguageSelector = "True";
+const themeVersionSelector = true;
+const themeLanguageSelector = true;
if (themeFlyoutDisplay === "attached") {
function renderLanguages(config) {
@@ -8,10 +8,14 @@ if (themeFlyoutDisplay === "attached") {
return "";
}
+ // Insert the current language to the options on the selector
+ let languages =
config.projects.translations.concat(config.projects.current);
+ languages = languages.sort((a, b) =>
a.language.name.localeCompare(b.language.name));
+
const languagesHTML = `
<dl>
<dt>Languages</dt>
- ${config.projects.translations
+ ${languages
.map(
(translation) => `
<dd ${translation.slug == config.projects.current.slug ?
'class="rtd-current-item"' : ""}>
diff --git a/python/4.0.2/.buildinfo b/python/4.0.2/.buildinfo
index 4f820dbc3c..dcab61c937 100644
--- a/python/4.0.2/.buildinfo
+++ b/python/4.0.2/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: fb528b8b306f1203c200a31b0274c053
+config: 0c6f12a2e854cedf3f21c517da8089f5
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.2/_static/js/versions.js
b/python/4.0.2/_static/js/versions.js
index 818bc9969f..4958195e07 100644
--- a/python/4.0.2/_static/js/versions.js
+++ b/python/4.0.2/_static/js/versions.js
@@ -1,6 +1,6 @@
const themeFlyoutDisplay = "hidden";
-const themeVersionSelector = "True";
-const themeLanguageSelector = "True";
+const themeVersionSelector = true;
+const themeLanguageSelector = true;
if (themeFlyoutDisplay === "attached") {
function renderLanguages(config) {
@@ -8,10 +8,14 @@ if (themeFlyoutDisplay === "attached") {
return "";
}
+ // Insert the current language to the options on the selector
+ let languages =
config.projects.translations.concat(config.projects.current);
+ languages = languages.sort((a, b) =>
a.language.name.localeCompare(b.language.name));
+
const languagesHTML = `
<dl>
<dt>Languages</dt>
- ${config.projects.translations
+ ${languages
.map(
(translation) => `
<dd ${translation.slug == config.projects.current.slug ?
'class="rtd-current-item"' : ""}>
diff --git a/python/4.0.3/.buildinfo b/python/4.0.3/.buildinfo
index ed1efbbba2..3b2ace54b0 100644
--- a/python/4.0.3/.buildinfo
+++ b/python/4.0.3/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: ac0af7d8544d3dbfc0ffd5caa7a1e73a
+config: 1ff8d161e616bb688d78238200215e1f
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.3/_static/js/versions.js
b/python/4.0.3/_static/js/versions.js
index 818bc9969f..4958195e07 100644
--- a/python/4.0.3/_static/js/versions.js
+++ b/python/4.0.3/_static/js/versions.js
@@ -1,6 +1,6 @@
const themeFlyoutDisplay = "hidden";
-const themeVersionSelector = "True";
-const themeLanguageSelector = "True";
+const themeVersionSelector = true;
+const themeLanguageSelector = true;
if (themeFlyoutDisplay === "attached") {
function renderLanguages(config) {
@@ -8,10 +8,14 @@ if (themeFlyoutDisplay === "attached") {
return "";
}
+ // Insert the current language to the options on the selector
+ let languages =
config.projects.translations.concat(config.projects.current);
+ languages = languages.sort((a, b) =>
a.language.name.localeCompare(b.language.name));
+
const languagesHTML = `
<dl>
<dt>Languages</dt>
- ${config.projects.translations
+ ${languages
.map(
(translation) => `
<dd ${translation.slug == config.projects.current.slug ?
'class="rtd-current-item"' : ""}>
diff --git a/python/4.0.4/.buildinfo b/python/4.0.4/.buildinfo
index f4439cf298..90b581f0a9 100644
--- a/python/4.0.4/.buildinfo
+++ b/python/4.0.4/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: 44b32fd41c4c9d121df184abe75be305
+config: 6f60488d96975c34bdd9e0257c332a32
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/4.0.4/_static/js/versions.js
b/python/4.0.4/_static/js/versions.js
index 818bc9969f..4958195e07 100644
--- a/python/4.0.4/_static/js/versions.js
+++ b/python/4.0.4/_static/js/versions.js
@@ -1,6 +1,6 @@
const themeFlyoutDisplay = "hidden";
-const themeVersionSelector = "True";
-const themeLanguageSelector = "True";
+const themeVersionSelector = true;
+const themeLanguageSelector = true;
if (themeFlyoutDisplay === "attached") {
function renderLanguages(config) {
@@ -8,10 +8,14 @@ if (themeFlyoutDisplay === "attached") {
return "";
}
+ // Insert the current language to the options on the selector
+ let languages =
config.projects.translations.concat(config.projects.current);
+ languages = languages.sort((a, b) =>
a.language.name.localeCompare(b.language.name));
+
const languagesHTML = `
<dl>
<dt>Languages</dt>
- ${config.projects.translations
+ ${languages
.map(
(translation) => `
<dd ${translation.slug == config.projects.current.slug ?
'class="rtd-current-item"' : ""}>
diff --git a/python/main/.buildinfo b/python/main/.buildinfo
index 29b7b4b72f..591df04b9f 100644
--- a/python/main/.buildinfo
+++ b/python/main/.buildinfo
@@ -1,4 +1,4 @@
# Sphinx build info version 1
# This file records the configuration used when building these files. When it
is not found, a full rebuild will be done.
-config: 09810e186bedb338902d32305b2996c4
+config: 22462708d0e595a40169b953553e5f6c
tags: 645f666f9bcd5a90fca523b33c5a78b7
diff --git a/python/main/_static/js/versions.js
b/python/main/_static/js/versions.js
index 818bc9969f..4958195e07 100644
--- a/python/main/_static/js/versions.js
+++ b/python/main/_static/js/versions.js
@@ -1,6 +1,6 @@
const themeFlyoutDisplay = "hidden";
-const themeVersionSelector = "True";
-const themeLanguageSelector = "True";
+const themeVersionSelector = true;
+const themeLanguageSelector = true;
if (themeFlyoutDisplay === "attached") {
function renderLanguages(config) {
@@ -8,10 +8,14 @@ if (themeFlyoutDisplay === "attached") {
return "";
}
+ // Insert the current language to the options on the selector
+ let languages =
config.projects.translations.concat(config.projects.current);
+ languages = languages.sort((a, b) =>
a.language.name.localeCompare(b.language.name));
+
const languagesHTML = `
<dl>
<dt>Languages</dt>
- ${config.projects.translations
+ ${languages
.map(
(translation) => `
<dd ${translation.slug == config.projects.current.slug ?
'class="rtd-current-item"' : ""}>