-
Notifications
You must be signed in to change notification settings - Fork 29k
[SPARK-28734][DOC] Initial table of content in the left hand side bar for SQL doc #25459
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
cc @gatorsmile |
|
Test build #109141 has finished for PR 25459 at commit
|
|
@dilipbiswal Could you copy and paste the WebUI pages [before and after your changes] |
|
@gatorsmile This is after change.. I have not captured all the screen shots.. |
|
@gatorsmile This is before .. |
| url: sql-ref-syntax-ddl.html | ||
| subitems: | ||
| - text: ALTER DATABASE | ||
| url: sql-ref-syntax-ddl-alter-database.html |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you create sub tasks for each page?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gatorsmile Sure.. I will create the sub tasks tomorrow.
|
LGTM. We will remove the incomplete pages if we are unable to finish them before the release. Thanks! Merged to master. |
|
Thank you very much @gatorsmile |
### What changes were proposed in this pull request? Fix the left menu broken introduced in apache#25459. ### Why are the changes needed? The `left-menu-wrapper` CSS reused for both ml-guide and sql-programming-guide, the before changes will break the UI. Before:    After:    ### Does this PR introduce any user-facing change? Document UI change only. ### How was this patch tested? Local test, screenshot attached below. Closes apache#27479 from xuanyuanking/doc-ui. Authored-by: Yuanjian Li <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
### What changes were proposed in this pull request? Fix the left menu broken introduced in #25459. ### Why are the changes needed? The `left-menu-wrapper` CSS reused for both ml-guide and sql-programming-guide, the before changes will break the UI. Before:    After:    ### Does this PR introduce any user-facing change? Document UI change only. ### How was this patch tested? Local test, screenshot attached below. Closes #27479 from xuanyuanking/doc-ui. Authored-by: Yuanjian Li <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]> (cherry picked from commit 4804445) Signed-off-by: Dongjoon Hyun <[email protected]>
### What changes were proposed in this pull request? Fix the left menu broken introduced in apache#25459. ### Why are the changes needed? The `left-menu-wrapper` CSS reused for both ml-guide and sql-programming-guide, the before changes will break the UI. Before:    After:    ### Does this PR introduce any user-facing change? Document UI change only. ### How was this patch tested? Local test, screenshot attached below. Closes apache#27479 from xuanyuanking/doc-ui. Authored-by: Yuanjian Li <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
| .left-menu { | ||
| padding: 0px; | ||
| width: 199px; | ||
| width: 399px; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for leaving a comment in an old PR but @dilipbiswal do you remember why you had to do this? It

This makes each title look sort of truncated. I was thinking it should be like:









What changes were proposed in this pull request?
This is a initial PR that creates the table of content for SQL reference guide. The left side bar will displays additional menu items corresponding to supported SQL constructs. One this PR is merged, we will fill in the content incrementally. Additionally this PR contains a minor change to make the left sidebar scrollable. Currently it is not possible to scroll in the left hand side window.
How was this patch tested?
Used jekyll build and serve to verify.