Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SPARK-51129][DOC] Fix code tab switching in Spark Website
### What changes were proposed in this pull request? Fix code tab switching on the Spark website. The issue occurs because the self-hosted bootstrap.bundle.min.js from [PR #49823](#49823) is version 4.4.1, while the CDN version is 5.0.2. Upgrading bootstrap.bundle.min.js resolves the problem. ### Why are the changes needed? Fix Spark website code tab switching ### Does this PR introduce _any_ user-facing change? No ### How was this patch tested? Local built website and verified. ### Was this patch authored or co-authored using generative AI tooling? No Closes #49853 from gengliangwang/codeTab. Authored-by: Gengliang Wang <gengliang@apache.org> Signed-off-by: Gengliang Wang <gengliang@apache.org> (cherry picked from commit 717027d) Signed-off-by: Gengliang Wang <gengliang@apache.org>
- Loading branch information