Skip to content

docs: drop references to the next server version - #201

Open
DeepDiver1975 wants to merge 1 commit into
masterfrom
docs/drop-next-server-refs
Open

docs: drop references to the next server version#201
DeepDiver1975 wants to merge 1 commit into
masterfrom
docs/drop-next-server-refs

Conversation

@DeepDiver1975

@DeepDiver1975 DeepDiver1975 commented Jul 30, 2026

Copy link
Copy Markdown
Member

Removes the last references to a next server version.

ownCloud Classic 11.0.0 is released, so docs-server master is renamed from the
next prerelease to 11.0 (owncloud/docs-server#1575) and no next server
version 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 search
found next@server in no other repository.

  • 8 xrefs → unversioned 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.
  • 1 hardcoded https://doc.owncloud.com/server/next/admin_manual/… URL (line
    1248) → /server/latest/…, for the same reason.

Testing

Built the full site (owncloud/docs) with this branch and the docs-server PR
branches 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.

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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants