Merged
Conversation
✅ Deploy Preview for bump-content-hub ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
grossyoan
reviewed
Mar 10, 2026
Migrate all specification files from _guides/openapi/specification/ and _guides/arazzo/specification/ to a new _specifications/ Bridgetown collection. This shortens URLs from /guides/openapi/specification/v3.x/ to /openapi/v3.x/ (and similarly for Arazzo). The new collection uses permalink: /:path/ for clean URL generation.
Point navbar, sidebars, and all internal links to the new /openapi/ and /arazzo/ paths. Also add a Home link in specification sidebars for easier navigation back to the main site.
Create index pages for OpenAPI v3.1, v3.2, and Arazzo v1.0 that summarize each guide section and serve as entry points for readers. These pages live at /openapi/v3.1/, /openapi/v3.2/, and /arazzo/v1.0/.
Set up 301 redirects from the old /guides/openapi/specification/ and /guides/arazzo/specification/ paths to their new locations. This ensures existing links and bookmarks continue to work.
3710e1c to
eabbb5a
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.

Let's enhance our urls, guides structure, and SEO. This PR:
@grossyoan can you double check the preview please?
@paulRbr can you have a look to the code changes + redirects?
Thanks! 🙏