docs: add product-name attributes to prevent naming drift#5113
Open
DeepDiver1975 wants to merge 1 commit into
Open
docs: add product-name attributes to prevent naming drift#5113DeepDiver1975 wants to merge 1 commit into
DeepDiver1975 wants to merge 1 commit into
Conversation
Introduce canonical product-name attributes in global-attributes.yml so the legacy and next-generation product names have a single source of truth, loaded into every build via the existing load-global-site-attributes extension: oc-classic-name: ownCloud Classic oc-ocis-name: ownCloud Infinite Scale oc-ocis-name-short: oCIS This is Phase 4 of the "ownCloud Classic" rebrand (#5111). The literal-string replacement across the docs (Tier A) and the code repos (Tier B) is already complete and merged; this attribute is the drift-prevention follow-up. Substituting these attributes into the existing .adoc occurrences is a separate, later stage and is not part of this change - the attributes are inert until referenced. Verified: global-attributes.yml parses with the project js-yaml, and a full `antora site.yml` build completes (exit 0, site generated) with no new errors - the only build errors are pre-existing "image not found" warnings in remote docs-ocis content, unrelated to this change. Part of the cross-repo rebrand tracked in #5111. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.com>
18 tasks
Member
Author
|
🤖 Automated PR review by Claude Code review agent. Overview — Phase 4 of the "ownCloud Classic" rebrand (#5111): adds three canonical product-name attributes ( Assessment — clean, low-risk, no reservations:
No requested changes. (Auto-merge is not applicable: this PR is authored by the agent's own account, which GitHub prevents self-approving — it needs a human reviewer to land.) |
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.
Phase 4 of the "ownCloud Classic" rebrand (#5111) — the drift-prevention follow-up.
Adds canonical product-name attributes to
global-attributes.ymlso the legacy and next-generation product names have a single source of truth, loaded into every build via the existingload-global-site-attributesextension:oc-classic-nameoc-ocis-nameoc-ocis-name-shortScope: introduces the attributes only. The literal-string rename across the docs (Tier A) and code repos (Tier B) is already complete and merged; substituting these attributes into the existing
.adococcurrences is a separate, later stage. The attributes are inert until referenced, so this change is risk-free.Verification:
global-attributes.ymlparses with the project’sjs-yaml.npx antora site.ymlbuild completes (exit 0,public/site generated) with no new errors — the only build errors are pre-existing "image not found" warnings in remotedocs-ociscontent, unrelated to this change.Closes the last open item in #5111.