-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Docs: tweak organization for getting-started docs #34091
Conversation
@gwwar Nesting is not necessarily the problem with it showing up in the sidebar, but it not showing up highlighted to me that we are needlessly nesting two sections. The tutorials section that is there only contains the two getting started tutorials with the rest of them in the "How to Guides" section. So having an extra nesting for Tutorials is not really necessarily and makes sense to just move them up to "getting-started" I believe they are not showing up due to the way it is trying to match pages to items in the sidebar. The sidebar is created by the Handbook widget here. My thought is to clean up the organization of the files, and then troubleshoot with the items in their proper place. |
16b8c78
to
2d96b04
Compare
We will have also to update occurrences in the codebase like here:
|
009247c
to
22d2bca
Compare
Thanks @gziolo - I had searched the repo but somehow missed a few links. Updated 👍 There were several links already broken to other areas not even changed here, I fixed those up too. 😁 |
Size Change: 0 B Total Size: 1.07 MB ℹ️ View Unchanged
|
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.
Nice, thank you 💯
22d2bca
to
c47184d
Compare
NOTE: I added the TRAC ticket with redirects here: https://meta.trac.wordpress.org/ticket/5912 Once approved, we'll want to coordinate the merge of this ticket with the redirects. |
d64e983
to
98182d7
Compare
@gziolo I rebased and I think this is ready. |
Issue #33429 highlighted an issue with too many nesting levels of the tutorials, they do not show properly in the sidebar. This PR will start to address, by removing the tutorials layer and moving the two getting started guides up a level. - Remove a nesting level for getting-started - Move FAQ, Glossary, and History to explanations section, they add a bit of noise to the getting started section and fit well in explanations since the content is more historical reference for the project
The publishing uses the title of the page to be the slug in WordPress and having the main page and the getting-started section have the same name is causing issues. This is forcing all the content in /getting-started/ to be prefixed with /handbook/ which is not a directory in the documentation.
98182d7
to
6c03741
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.
It looks good, let's give it a go and see how it plays out.
Props mkaz. Fixes #5912. See WordPress/gutenberg#34091 git-svn-id: https://meta.svn.wordpress.org/sites/trunk@11293 74240141-8908-4e6f-9713-ba540dce6ec7
Description
Issue #33429 highlighted an issue with too many nesting levels of the
tutorials, they do not show properly in the sidebar.
This PR will start to address, by removing the tutorials layer and
moving the two getting started guides up a level.
Remove a nesting level for getting-started
Move FAQ, Glossary, and History to explanations section, they add a
bit of noise to the getting started section and fit well in
explanations since the content is more historical reference for the
project
Fix link references to new locations across the docs
How has this been tested?
Documentation - confirm updates make sense and links are correct.
Types of changes
Documentation.
NOTE:
TRAC Ticket with redirects: https://meta.trac.wordpress.org/ticket/5912