llphxd commented on code in PR #56424:
URL: https://github.com/apache/spark/pull/56424#discussion_r3452674992
##########
docs/_layouts/global.html:
##########
@@ -3,6 +3,10 @@
{% for i in (1..current_page_segments.size) %}
{% assign rel_path_to_root = rel_path_to_root | append: "../" %}
{% endfor %}
+{% assign has_left_nav = false %}
+{% if page.url contains "/ml" or page.url contains "/sql" or page.url contains
"/streaming/" or page.url contains "migration-guide.html" %}
Review Comment:
Thanks @nchammas ! The new revision drops the body-class approach entirely,
so global.html is untouched now and the fix stays clear of that left-nav
detection. Agree the URL heuristic is fragile — happy to file a follow-up if
it's worth tackling separately.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]