This is an automated email from the ASF dual-hosted git repository.
panbingkun pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/spark-website.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 8ce41da1ae match new implementation of the version dropdown menu
8ce41da1ae is described below
commit 8ce41da1ae9de6df68d070ff9abb692fd7ccf670
Author: panbingkun <[email protected]>
AuthorDate: Sun Jan 26 16:35:23 2025 +0800
match new implementation of the version dropdown menu
The pr aims to update `site/static/versions.json` to match new
implementation of the version dropdown menu.
Please refer to the PR related to `Spark repo`:
https://github.com/apache/spark/pull/47214
We need to update it.
Afterwards, both the old and new implementations can work normally.
Author: panbingkun <[email protected]>
Closes #574 from panbingkun/match_new_imple_version_dropdown_menu.
---
site/static/versions.json | 45 ++++++++++++++++++++++++++++++---------------
1 file changed, 30 insertions(+), 15 deletions(-)
diff --git a/site/static/versions.json b/site/static/versions.json
index 51b169915f..1fa8926890 100644
--- a/site/static/versions.json
+++ b/site/static/versions.json
@@ -1,62 +1,77 @@
[
{
"name": "3.5.4",
- "version": "3.5.4"
+ "version": "3.5.4",
+ "url": "https://spark.apache.org/docs/3.5.4/api/python/"
},
{
"name": "3.5.3",
- "version": "3.5.3"
+ "version": "3.5.3",
+ "url": "https://spark.apache.org/docs/3.5.3/api/python/"
},
{
"name": "3.5.2",
- "version": "3.5.2"
+ "version": "3.5.2",
+ "url": "https://archive.apache.org/dist/spark/docs/3.5.2/api/python/"
},
{
"name": "3.5.1",
- "version": "3.5.1"
+ "version": "3.5.1",
+ "url": "https://archive.apache.org/dist/spark/docs/3.5.1/api/python/"
},
{
"name": "3.5.0",
- "version": "3.5.0"
+ "version": "3.5.0",
+ "url": "https://archive.apache.org/dist/spark/docs/3.5.0/api/python/"
},
{
"name": "3.4.4",
- "version": "3.4.4"
+ "version": "3.4.4",
+ "url": "https://archive.apache.org/dist/spark/docs/3.4.4/api/python/"
},
{
"name": "3.4.3",
- "version": "3.4.3"
+ "version": "3.4.3",
+ "url": "https://archive.apache.org/dist/spark/docs/3.4.3/api/python/"
},
{
"name": "3.4.2",
- "version": "3.4.2"
+ "version": "3.4.2",
+ "url": "https://archive.apache.org/dist/spark/docs/3.4.2/api/python/"
},
{
"name": "3.4.1",
- "version": "3.4.1"
+ "version": "3.4.1",
+ "url": "https://archive.apache.org/dist/spark/docs/3.4.1/api/python/"
},
{
"name": "3.4.0",
- "version": "3.4.0"
+ "version": "3.4.0",
+ "url": "https://archive.apache.org/dist/spark/docs/3.4.0/api/python/"
},
{
"name": "3.3.4",
- "version": "3.3.4"
+ "version": "3.3.4",
+ "url": "https://archive.apache.org/dist/spark/docs/3.3.4/api/python/"
},
{
"name": "3.3.3",
- "version": "3.3.3"
+ "version": "3.3.3",
+ "url": "https://archive.apache.org/dist/spark/docs/3.3.3/api/python/"
},
{
"name": "3.3.2",
- "version": "3.3.2"
+ "version": "3.3.2",
+ "url": "https://archive.apache.org/dist/spark/docs/3.3.2/api/python/"
},
{
"name": "3.3.1",
- "version": "3.3.1"
+ "version": "3.3.1",
+ "url": "https://archive.apache.org/dist/spark/docs/3.3.1/api/python/"
},
{
"name": "3.3.0",
- "version": "3.3.0"
+ "version": "3.3.0",
+ "url": "https://archive.apache.org/dist/spark/docs/3.3.0/api/python/"
}
]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]