[Chore] Remove outdated files#30895
Conversation
|
This PR requires additional review attention because it affects the following areas: RedirectsThis PR changes current filenames or deletes current files. Make sure you have redirects set up to cover the following paths:
|
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
There was a problem hiding this comment.
2 issues need attention before merge.
HIGH: Missing redirect for deleted style guide page /style-guide/components/external-resources/. Add:
MEDIUM: deploy-a-nuxt-site.mdx appears to have accidentally removed the internal ResourcesBySelector tutorials section along with the external demos section.
LOW: PR title typo — "oudated" should be "outdated".
| /email-routing/enable-email-routing/ /email-routing/get-started/enable-email-routing/ 301 | ||
| /email-routing/get-started/email-addresses/ /email-routing/setup/email-routing-addresses/ 301 | ||
| /email-routing/known-limitations/ /email-routing/postmaster/ 301 | ||
| /email-routing/email-workers/demos/ /email-routing/email-workers/ 301 |
There was a problem hiding this comment.
Add a redirect for the deleted /style-guide/components/external-resources/ page as well (target /style-guide/components/index/).
| @@ -174,17 +173,3 @@ export default defineEventHandler(({ context }) => { | |||
| product="pages" | |||
| params={{ one: "Nuxt" }} | |||
| /> | |||
There was a problem hiding this comment.
Restore the tutorials section (the ResourcesBySelector component is unrelated to the removed ExternalResources logic):
| /> | |
| /> | |
| ## Related resources | |
| ### Tutorials | |
| For more tutorials involving Nuxt, refer to the following resources: | |
| <ResourcesBySelector tags={["Nuxt"]} types={["tutorial"]} /> |
| /email-routing/enable-email-routing/ /email-routing/get-started/enable-email-routing/ 301 | ||
| /email-routing/get-started/email-addresses/ /email-routing/setup/email-routing-addresses/ 301 | ||
| /email-routing/known-limitations/ /email-routing/postmaster/ 301 | ||
| /email-routing/email-workers/demos/ /email-routing/email-workers/ 301 |
There was a problem hiding this comment.
Add a redirect for the deleted /style-guide/components/external-resources/ page as well (target /style-guide/components/index/).
| @@ -174,17 +173,3 @@ export default defineEventHandler(({ context }) => { | |||
| product="pages" | |||
| params={{ one: "Nuxt" }} | |||
| /> | |||
There was a problem hiding this comment.
Restore the tutorials section (the ResourcesBySelector component is unrelated to the removed ExternalResources logic):
| /> | |
| /> | |
| ## Related resources | |
| ### Tutorials | |
| For more tutorials involving Nuxt, refer to the following resources: | |
| <ResourcesBySelector tags={["Nuxt"]} types={["tutorial"]} /> |
|
Review posted on PR #30895. Labels applied: Summary of changes: Issues flagged:
Posted 2 inline review comments with the above details. |
Remove some outdated files (and the logic that let us surface them)