Deprecate automatic updates documentation (ENG-3288)#59
Open
claude[bot] wants to merge 3 commits into
Open
Conversation
The automatic updates feature has been deprecated and the old Software > Automatic updates page (app.patchstack.com/software/updates) now returns a 404, but the docs still pointed users there. - automatic-updates.md: add deprecation callout at the top, reword the availability line to past tense, remove the broken app link, and reframe the how-to instructions as historical. - start-using-patchstack.md: replace the "enable auto-updates" step sub-items with a deprecation note. - site-software.mdx: remove the "enable auto-updates" action bullet and add a deprecation note.
✅ Deploy Preview for deluxe-meerkat-8daf24 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Fully remove the deprecated automatic-updates page instead of keeping it with a deprecation notice: - Delete Patchstack App/Software/automatic-updates.md - Repoint /docs/automatic-updates redirect and add 301 redirects from the old /patchstack-app/software/automatic-updates URL to the Software overview page - Remove auto-update mentions and deprecation callouts from the getting started guide and the site software page
|
/review |
Contributor
|
/rview |
Contributor
|
/review |
daniloradovic
approved these changes
Jul 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Requested by Simon Kraft · Slack thread
What & why
The automatic updates feature has been deprecated and removed. The old Software → Automatic updates page (
app.patchstack.com/software/updates) now returns a 404, but the docs still documented the feature and pointed users at it, causing support confusion. (ENG-3288)Before: docs.patchstack.com had a full Automatic updates page with setup instructions and screenshots, and the Getting Started and Site software pages walked users through enabling auto-updates.
After: the Automatic updates page is gone, its old URL 301-redirects to the Software overview page so no link 404s, and every other mention of the feature is removed.
How
src/content/docs/Patchstack App/Software/automatic-updates.md(removes the page and its sidebar entry).netlify.toml: repointed the existing/docs/automatic-updatesredirect and added 301 redirects for/patchstack-app/software/automatic-updates(with and without trailing slash) →/patchstack-app/software/software-overview/.start-using-patchstack.md,site-software.mdx, the software logs aside, and an FAQ example.Left untouched: the plugin changelog (historical record) and the plugin-level
auto_updateAPI option inwp-options.mdx(separate plugin-level setting).