[docs] Cherry-picks for 2.7.0#39261
Merged
GeneDer merged 4 commits intoray-project:releases/2.7.0from Sep 5, 2023
Merged
Conversation
zhe-thoughts
approved these changes
Sep 5, 2023
Contributor
zhe-thoughts
left a comment
There was a problem hiding this comment.
Clean docs change, OK to pick
dd14a87 to
e302816
Compare
This PR fixes some irritating side bar behavior on the example gallery docs page. Currently if your browser's viewport is too short top-to-bottom, the part of the tag filter buttons side bar that you can't see won't scroll into view until you scroll all the way through all the examples in the page. This PR makes it so that the side bar can be scrolled into view if it's too big to fit into the viewport, and as a bonus it also resolves some erratic rendering that happens when the top nav bar gets hidden from view as the user scrolls down. Signed-off-by: pdmurray <peynmurray@gmail.com> Signed-off-by: angelinalg <122562471+angelinalg@users.noreply.github.com>
Signed-off-by: Max Pumperla <max.pumperla@googlemail.com>
Signed-off-by: angelinalg <122562471+angelinalg@users.noreply.github.com>
…project#39217) Because we removed the Ray Client option in the diagram (ray-project#38337), the text needs to be updated, too. Signed-off-by: angelinalg <122562471+angelinalg@users.noreply.github.com>
e302816 to
336309a
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Cherry-picks:
@GeneDer