fix: relink archived owncloud/web references to the ocis monorepo#1297
Merged
Conversation
The owncloud/web repository has been archived and consolidated into the owncloud/ocis monorepo under the web/ directory. Repoint the developer overview links to their new location. Refs: owncloud/docs#5131 Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com>
Repoint the "Web repository" link in the developer community section to the owncloud/ocis monorepo web/ directory. Refs: owncloud/docs#5131 Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com>
The owncloud/web repo is archived; its issue tracker is disabled and the config examples now live in the ocis monorepo. Point the example theme config and the "open an issue" attributes at owncloud/ocis. Refs: owncloud/docs#5131 Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com>
Point the web UI config examples link at the config directory in the owncloud/ocis monorepo, since owncloud/web is archived. Refs: owncloud/docs#5131 Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com>
DeepDiver1975
force-pushed
the
fix/web-repo-archived-relink-ocis
branch
from
July 15, 2026 21:27
d7fc2df to
ac80feb
Compare
mmattel
approved these changes
Jul 20, 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.
Summary
owncloud/webhas been archived and consolidated into theowncloud/ocismonorepo (the web frontend now lives underweb/). This repoints the live, actionable links togithub.com/owncloud/webso readers land on the maintained location.Addresses the docs side of owncloud/docs#5131.
Changes
modules/developer/index.adocowncloud/web(2×)owncloud/ocis/tree/master/webmodules/developer/pages/index.adocowncloud/web"Web repository"owncloud/ocis/tree/master/webmodules/admin/pages/deployment/webui/webui-theming.adoc:example-theme-url:→owncloud/web/tree/master/config;:gh-webui-url:→owncloud/web/issues/newowncloud/ocis/tree/master/web/config;owncloud/ocis/issues/newmodules/admin/pages/deployment/services/s-list/web.adocowncloud/web/tree/master/configowncloud/ocis/tree/master/web/configThe
:gh-webui-url:fix is the most important — issue creation is disabled on the archived repo, soowncloud/web/issues/newwas a dead action.Deliberately NOT changed
docs-main(ocis_historic_rn.adoc,ocis_release_notes.adoc,server_release_notes.adoc) — per-PR references likeowncloud/web/pull/NNNNand the:web-releases-url:. These are point-in-time historic records that continue to resolve on the archived repo; rewriting them would falsify history.webuidocs component /docs-webui— that documents the Web UI product, which is not archived.owncloud/web-extensions,owncloud/web-app-skeleton— separate, non-archived repos.Notes
The
owncloud/docsrepo itself contains only Antora build machinery; documentation content lives in the content-source repos (docs-ocis,docs-main, …). All Category-A actionable links happened to be indocs-ocis, so this is the only content PR needed for that scope.🤖 Generated with Claude Code