docs: drop references to the next server version - #201
Open
DeepDiver1975 wants to merge 1 commit into
Open
Conversation
ownCloud Classic 11.0.0 is released, so docs-server master is renamed from the `next` prerelease to `11.0` and there is no `next` server version any more (owncloud/docs-server#1575). Every `xref:next@server:` in the release notes would therefore fail to resolve and break the site build. Use unversioned `xref:server:` instead, which resolves to whatever the component's latest version is and so stays correct across future releases. The one hardcoded `doc.owncloud.com/server/next/` URL becomes `/server/latest/` for the same reason. Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com>
phil-davis
approved these changes
Jul 30, 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.
Removes the last references to a
nextserver version.ownCloud Classic 11.0.0 is released, so docs-server master is renamed from the
nextprerelease to11.0(owncloud/docs-server#1575) and nonextserverversion exists any more. Every
xref:next@server:would then fail to resolve,which is a build error, not a cosmetic problem.
Changes
All in
modules/ROOT/pages/server_release_notes.adoc— an org-wide code searchfound
next@serverin no other repository.xref:server:(lines 1806, 1809, 1980–1982, 2039, 3620,3627). Unversioned resolves to whatever the component's latest version is, so
these stay correct across future releases instead of needing another sweep.
https://doc.owncloud.com/server/next/admin_manual/…URL (line1248) →
/server/latest/…, for the same reason.Testing
Built the full site (
owncloud/docs) with this branch and the docs-server PRbranches as sources: 0 errors, 0 warnings, and all 9 links resolve. Without
this change the same build reports 9 unresolved xrefs.
Merge after owncloud/docs#5141.