DOCS-2743 / 13.3 / MinIO/AIStor trademark legal compliance (13.3) - #4784
Open
DjP-iX wants to merge 3 commits into
Open
DOCS-2743 / 13.3 / MinIO/AIStor trademark legal compliance (13.3)#4784DjP-iX wants to merge 3 commits into
DjP-iX wants to merge 3 commits into
Conversation
…on in shared S3 deprecation include
… 13.3 content pages
Contributor
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
Part of DOCS-2743 (MinIO Legal Compliance), branch
13.3— the final branch in this project. Fixes a casing bug in a shared include (marking its first-and-only-mention status for 3 consuming stub pages), marks first mentions on two other pages, fixes one more casing bug, and appends the required attribution sentence everywhere MinIO is named to a reader.layouts/shortcodes/trademark-notice.html— new self-contained shortcode, matching the pattern already approved on26/25.10/25.04/24.10/23.10/13.0.static/includes/S3Deprecation.md— casing fix + first-mention mark (Minio applications→**MinIO™** applications). Consumed by 3 stub pages whose entire body is this one include call — no cross-page conflict, genuinely first mention for all 3.content/GettingStarted/COREReleaseNotes.md— a repeated boilerplate paragraph appears twice; marked the first occurrence, fixed a casing-only bug in the second (leaving unrelated capitalization alone).content/GettingStarted/Deprecations.md— first (and only) mention marked.content/CORETutorials/Services/ConfiguringS3.md,content/CORETutorials/Services/S3forMinIO.md,content/UIReference/Services/S3Screen.md— attribution appended (consuming the shared include's mark).What wasn't needed on this branch (all confirmed, not assumed):
.Summarytruncates before reaching the marked sentence on the relevant tag page (s3); the only "minio" noise insideS3forMinIO's article block traces to its own URL slug (s3forminiocontains "minio" as a substring) plus its already-correctly-cased title, not real content leakage.content/CORETutorials/JailsPluginsVMs/_index.md— an old URL redirect alias only, same non-issue pattern as13.0.static/api/{core,scale}_websocket_api.html— auto-generated API example content, same as every prior branch.static/includes/S3Deprecation.md's raw static-passthrough copy shows the mark without adjacent attribution — the same pre-existing, site-wide Hugo structural characteristic already ruled non-actionable on25.04/22.12/13.0.Note: this branch's CI pins Hugo v0.145.0; the default
hugoin the build environment used for verification is newer and fails on an unrelated, pre-existing duplicate-YAML-key bug indata/properties/scale-downloads.yaml— building with the pinned 0.145.0 binary confirms this diff is unaffected by that issue.Test plan
s3tag page — zero leaks.🤖 Generated with Claude Code