Skip to content

Commit

Permalink
[SPARK-51104][DOC][FOLLOWUP] Self-host docsearch.min.css in Spark web…
Browse files Browse the repository at this point in the history
…site

### What changes were proposed in this pull request?

Follow-up of #49823, we need to self-host docsearch.min.css in Spark website as well

### Why are the changes needed?

Fix the broken styling on the Spark website.

### Does this PR introduce _any_ user-facing change?

No

### How was this patch tested?

Local build and preview

### Was this patch authored or co-authored using generative AI tooling?

No

Closes #49838 from gengliangwang/fixWebsiteFollowup.

Authored-by: Gengliang Wang <[email protected]>
Signed-off-by: Gengliang Wang <[email protected]>
  • Loading branch information
gengliangwang committed Feb 6, 2025
1 parent e89b19f commit 5a925c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_layouts/global.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<script src="{{ rel_path_to_root}}js/vendor/modernizr-2.6.1-respond-1.1.0.min.js"></script>

<link rel="stylesheet" href="{{ rel_path_to_root }}css/pygments-default.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css" />
<link rel="stylesheet" href="{{ rel_path_to_root }}css/docsearch.min.css" />
<link rel="stylesheet" href="{{ rel_path_to_root }}css/docsearch.css">

{% production %}
Expand Down
2 changes: 2 additions & 0 deletions docs/css/docsearch.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 5a925c6

Please sign in to comment.