docs(changelog): redirect changelog page to docs overview page#5497
docs(changelog): redirect changelog page to docs overview page#5497jakehulberg merged 4 commits intomainfrom
Conversation
Co-Authored-By: jake@infisical.com <jake@infisical.com>
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
Greptile SummaryRemoves the Changelog tab from documentation navigation and redirects
Confidence Score: 4/5
Important Files Changed
Last reviewed commit: 314214f |
Co-Authored-By: jake@infisical.com <jake@infisical.com>
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
…ager.devin.ai/proxy/github.com/Infisical/infisical into devin/1771268014-redirect-changelog
|
The "Validate PR Title Format" check is failing because the current title |
Context
The changelog docs page (
/docs/changelog) duplicates information already available on GitHub Releases. This PR removes the Changelog tab from docs navigation and sets up a 301 redirect to preserve SEO traffic.Changes:
/changelog/:slug*→/documentation/getting-started/overviewto retain SEO link equity on-domainSteps to verify the change
docs/docs.jsonparses without errors)/docs/changelog/overviewand confirm it 301-redirects to/docs/documentation/getting-started/overviewhttps://github.com/Infisical/infisical/releasesHuman review checklist
/changelog/:slug*catches all existing changelog URLs (e.g./changelog/overview)"permanent": trueproduces a 301 (not 308) in Mintlify's redirect handlingType
Checklist
type(scope): short descriptionLink to Devin run: https://app.devin.ai/sessions/29efaa43799e4d258a474e577f11e4be
Requested by: jake@infisical.com