DOCS-1572 - Fix redirecting URLs in global navigation#6593
Merged
Conversation
Updated 8 URLs across navigation and documentation to eliminate redirect chains affecting ~8,800 page instances (2,200 pages × 4 nav links). Navigation changes: - docusaurus.config.js: Updated /demos → /demo, /sign-up → /sign-up/, fixed to: → href: for consistency - src/theme/Footer/index.tsx: Updated /privacy-statement → /legal/privacy-statement, /terms-conditions → /legal/terms-conditions Content changes: - src/pages/index.tsx: Updated /sign-up → /sign-up/ - docs/get-started/sign-up.md: Updated /sign-up → /sign-up/ - docs/send-data/kubernetes/install-helm-chart.md: Updated /sign-up → /sign-up/ - docs/reuse/aws-region-by-sumo-deployment.md: Updated /privacy-statement → /legal/privacy-statement All external links now use href: consistently per Docusaurus spec. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Changed homepage 'Start a free trial' button to use href instead of to for external URL, per Docusaurus spec. Internal navigation links correctly continue using to. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.
Purpose of this pull request
This pull request fixes redirecting URLs in global navigation and content to eliminate redirect chains affecting ~8,800 page instances across the documentation site.
Changes
Updated 8 URLs across navigation and documentation:
Navigation changes:
docusaurus.config.js: Updated/demos→/demo,/sign-up→/sign-up/, fixedto:→href:for external link consistencysrc/theme/Footer/index.tsx: Updated/privacy-statement→/legal/privacy-statement,/terms-conditions→/legal/terms-conditionsContent changes:
src/pages/index.tsx: Updated/sign-up→/sign-up/docs/get-started/sign-up.md: Updated/sign-up→/sign-up/docs/send-data/kubernetes/install-helm-chart.md: Updated/sign-up→/sign-up/docs/reuse/aws-region-by-sumo-deployment.md: Updated/privacy-statement→/legal/privacy-statementAll external links now use
href:consistently per Docusaurus specification.Select the type of change
Ticket (if applicable)