Commit 491bf83
DOCS-1572 - Fix redirecting URLs in global navigation (#6593)
* Fix redirecting URLs in global navigation and content
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 <[email protected]>
* Fix: Use href for external link in homepage hero
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 <[email protected]>
---------
Co-authored-by: Claude Opus 4.6 <[email protected]>1 parent 58d41f6 commit 491bf83
6 files changed
Lines changed: 10 additions & 10 deletions
File tree
- docs
- get-started
- reuse
- send-data/kubernetes
- src
- pages
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
513 | 513 | | |
514 | 514 | | |
515 | 515 | | |
516 | | - | |
| 516 | + | |
517 | 517 | | |
518 | 518 | | |
519 | 519 | | |
| |||
581 | 581 | | |
582 | 582 | | |
583 | 583 | | |
584 | | - | |
| 584 | + | |
585 | 585 | | |
586 | 586 | | |
587 | 587 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
| 135 | + | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| |||
149 | 149 | | |
150 | 150 | | |
151 | 151 | | |
152 | | - | |
153 | | - | |
| 152 | + | |
| 153 | + | |
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
258 | | - | |
| 258 | + | |
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
262 | | - | |
| 262 | + | |
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
| |||
0 commit comments