This is an automated email from the ASF dual-hosted git repository.
gurwls223 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 22f2298935 Update doc. version on index site.
22f2298935 is described below
commit 22f2298935afea3aa578aab43b06d5333cada46f
Author: Bjørn <[email protected]>
AuthorDate: Mon Feb 20 20:08:02 2023 +0900
Update doc. version on index site.
<!-- *Make sure that you generate site HTML with `bundle exec jekyll
build`, and include the changes to the HTML in your pull request. See README.md
for more information.* -->
This PR will fix this on the frontpage from 3.3.1 -> 3.3.2

Author: Bjørn <[email protected]>
Author: bjornjorgensen <[email protected]>
Closes #439 from bjornjorgensen/doc.version-homepage.
---
_layouts/home.html | 2 +-
site/index.html | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/_layouts/home.html b/_layouts/home.html
index c693101258..2c253901c5 100644
--- a/_layouts/home.html
+++ b/_layouts/home.html
@@ -71,7 +71,7 @@
Documentation
</a>
<ul class="dropdown-menu" aria-labelledby="documentation">
- <li><a class="dropdown-item"
href="{{site.baseurl}}/docs/latest/">Latest Release (Spark 3.3.1)</a></li>
+ <li><a class="dropdown-item"
href="{{site.baseurl}}/docs/latest/">Latest Release</a></li>
<li><a class="dropdown-item"
href="{{site.baseurl}}/documentation.html">Older Versions and Other
Resources</a></li>
<li><a class="dropdown-item"
href="{{site.baseurl}}/faq.html">Frequently Asked Questions</a></li>
</ul>
diff --git a/site/index.html b/site/index.html
index 4722e6c5e0..e1b0b7e416 100644
--- a/site/index.html
+++ b/site/index.html
@@ -67,7 +67,7 @@
Documentation
</a>
<ul class="dropdown-menu" aria-labelledby="documentation">
- <li><a class="dropdown-item" href="/docs/latest/">Latest Release
(Spark 3.3.1)</a></li>
+ <li><a class="dropdown-item" href="/docs/latest/">Latest
Release</a></li>
<li><a class="dropdown-item" href="/documentation.html">Older
Versions and Other Resources</a></li>
<li><a class="dropdown-item" href="/faq.html">Frequently Asked
Questions</a></li>
</ul>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]