feat(devmanual): clean up the new release notes#14574
Conversation
Signed-off-by: Christoph Wurst <1374172+ChristophWurst@users.noreply.github.com>
| # Removed 2025-04 | ||
| "basics/front-end/l10n": "../translations.html", | ||
| # Moved 2026-04 - Upgrade to 34 moved to release notes | ||
| "app_publishing_maintenance/app_upgrade_guide/upgrade_to_34": "../../release_notes/critical_changes.html", |
There was a problem hiding this comment.
should not forget to remove this after branch off? :P
There was a problem hiding this comment.
It wouldn't do any harm, right? But yes can be removed at some point
There was a problem hiding this comment.
The single purpose of this redirect is for someone who has already visited https://docs.nextcloud.com/server/latest/developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_34.html to get sent to the new pages instead of a 404.
|
Nice but I think this is a bit confusing to have another section split across the documentation.
We can still make the old links work with the redirects we already have in place for SEO. |
|
Sounds good to move them to this place and add redirects 👍 |
☑️ Resolves
Follow-up to #14183 and #14565
This brings the Release notes into the final structure I had in mind with #14180
The old upgrade guides stay for now and will phase out. Maybe we hand-pick the deprecations and move them to the new file. I'm too lazy for that right now.
There is a redirect rule to send anyone from the 34 page to the new pages.
🖼️ Screenshots