-
Couldn't load subscription status.
- Fork 236
docs: fix navigation order for GROUPING SETS, CUBE, ROLLUP, and SubQuery #3406
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
|
@KellanSu is attempting to deploy a commit to the neondatabase Team on Vercel. A member of the Team first needs to authorize it. |
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.
Pull Request Overview
This PR updates the navigation order within the PostgreSQL tutorials so that the sequence now follows: GROUPING SETS, CUBE, ROLLUP, and finally Subquery. Key changes include:
- Updating the previous and next navigation links in the subquery, cube, rollup, and grouping sets documents.
- Adjusting the YAML structure for navigation links to reflect the new sequence.
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| content/postgresql/postgresql-tutorial/postgresql-subquery.md | Updated previousLink to point to 'PostgreSQL ROLLUP'. |
| content/postgresql/postgresql-tutorial/postgresql-rollup.md | Updated nextLink to point to 'PostgreSQL Subquery'. |
| content/postgresql/postgresql-tutorial/postgresql-grouping-sets.md | Changed nextLink from 'PostgreSQL ROLLUP' to 'PostgreSQL CUBE'. |
| content/postgresql/postgresql-tutorial/postgresql-cube.md | Updated previousLink to 'PostgreSQL GROUPING SETS' and nextLink to 'PostgreSQL ROLLUP'. |
Comments suppressed due to low confidence (1)
content/postgresql/postgresql-tutorial/postgresql-grouping-sets.md:13
- The newly added nextLink entry in this diff does not include a list item indicator (dash) like the preceding nextLink element. Please verify that the YAML structure is consistent with the intended navigation configuration.
title: 'PostgreSQL CUBE'
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…ery documents Fixed the navigation relationship between the GROUPING SETS, CUBE, ROLLUP, and Subquery documents to ensure the correct sequence: GROUPING SETS, followed by CUBE, then ROLLUP, and finally Subquery according to 'content/postgresql/sidebar.yaml'.
2cadd0e to
6ffbb65
Compare
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.
Pull Request Overview
Copilot reviewed 4 out of 4 changed files in this pull request and generated no new comments.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
Thanks @KananSu, much appreciated! I made a couple changes due to how the site changed after this PR was created. |
Fixed the navigation relationship between the GROUPING SETS, CUBE, ROLLUP, and Subquery documents to ensure the correct sequence: GROUPING SETS, followed by CUBE, then ROLLUP, and finally Subquery according to 'content/postgresql/sidebar.yaml'.