|
405 | 405 | "match": "^react/Avatar", |
406 | 406 | "destination": "/components/avatar/react" |
407 | 407 | }, |
408 | | - { |
409 | | - "name": "React docs for AvatarPair", |
410 | | - "match": "^react/AvatarPair", |
411 | | - "destination": "/components/avatar-pair/react" |
412 | | - }, |
413 | 408 | { |
414 | 409 | "name": "React docs for AvatarStack", |
415 | 410 | "match": "^react/AvatarStack", |
|
455 | 450 | "match": "^react/CircleBadge", |
456 | 451 | "destination": "/components/circle-badge/react" |
457 | 452 | }, |
458 | | - { |
459 | | - "name": "React docs for CircleOcticon", |
460 | | - "match": "^react/CircleOcticon", |
461 | | - "destination": "/components/circle-octicon/react" |
462 | | - }, |
463 | 453 | { |
464 | 454 | "name": "React docs for CounterLabel", |
465 | 455 | "match": "^react/CounterLabel", |
|
540 | 530 | "match": "^react/Pagination", |
541 | 531 | "destination": "/components/pagination/react" |
542 | 532 | }, |
543 | | - { |
544 | | - "name": "React docs for PointerBox", |
545 | | - "match": "^react/PointerBox", |
546 | | - "destination": "/components/pointer-box/react" |
547 | | - }, |
548 | 533 | { |
549 | 534 | "name": "React docs for Popover", |
550 | 535 | "match": "^react/Popover", |
|
1000 | 985 | "match": "^guides/status/?$", |
1001 | 986 | "destination": "/product/getting-started/component-status/" |
1002 | 987 | }, |
| 988 | + { |
| 989 | + "name": "Redirect /guides/accessibility to /accessibility", |
| 990 | + "match": "^guides/accessibility/?$", |
| 991 | + "destination": "/accessibility/" |
| 992 | + }, |
1003 | 993 | { |
1004 | 994 | "name": "Redirect /guides/accessibility/accessibility-at-github to /accessibility/accessibility-at-github", |
1005 | 995 | "match": "^guides/accessibility/accessibility-at-github/?$", |
|
1100 | 1090 | "match": "^foundations/color/accessibility/?$", |
1101 | 1091 | "destination": "/accessibility/color-considerations/" |
1102 | 1092 | }, |
| 1093 | + { |
| 1094 | + "name": "Redirect /foundations/color to /product/primitives/color", |
| 1095 | + "match": "^foundations/color/?$", |
| 1096 | + "destination": "/product/primitives/color/" |
| 1097 | + }, |
1103 | 1098 | { |
1104 | 1099 | "name": "Redirect /foundations/primitives/getting-started to /product/primitives", |
1105 | 1100 | "match": "^foundations/primitives/getting-started/?$", |
|
1225 | 1220 | "match": "^foundations/content/?$", |
1226 | 1221 | "destination": "/product/getting-started/foundations/content/" |
1227 | 1222 | }, |
| 1223 | + { |
| 1224 | + "name": "Redirect /guides/content to /product/getting-started/foundations/content", |
| 1225 | + "match": "^guides/content/?$", |
| 1226 | + "destination": "/product/getting-started/foundations/content/" |
| 1227 | + }, |
1228 | 1228 | { |
1229 | 1229 | "name": "Redirect /ui-patterns/data-visualization to /product/ui-patterns/data-visualization", |
1230 | 1230 | "match": "^ui-patterns/data-visualization/?$", |
|
0 commit comments