Migrate guides and organize nav by content type#293
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 29cc7ce2d2
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| "onboarding-guides/deployment-strategies", | ||
| "self-hosted", | ||
| "migration" | ||
| "features/prompt-registry/zero-downtime-releases" |
There was a problem hiding this comment.
Add redirect for removed /migration route
Removing the migration.mdx page and replacing it in navigation with a different document leaves the legacy /migration URL without a destination, which will cause existing bookmarks and indexed links to return 404s. Since this repo already maintains explicit redirects in docs.json, add a redirect from /migration to the new guide (for example /onboarding-guides/deployment-strategies) to preserve existing inbound traffic.
Useful? React with 👍 / 👎.
# Conflicts: # docs.json
No description provided.