DOCS-2743 / 13.0 / MinIO/AIStor trademark legal compliance (13.0) - #4783
Open
DjP-iX wants to merge 4 commits into
Open
DOCS-2743 / 13.0 / MinIO/AIStor trademark legal compliance (13.0)#4783DjP-iX wants to merge 4 commits into
DjP-iX wants to merge 4 commits into
Conversation
…on in shared S3 deprecation include Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
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.0. Fixes a casing bug in a shared include (marking its first-and-only-mention status for 3 consuming stub pages), marks and fixes a casing bug on the CORE 13.0 release notes page, and appends the required attribution sentence everywhere MinIO is named to a reader.layouts/shortcodes/trademark-notice.html— new self-contained shortcode, byte-identical (md5-verified) to the versions on26/25.10/25.04/24.10/23.10.static/includes/S3Deprecation.md— casing fix + first-mention mark (Minio applications→**MinIO™** applications). Consumed by exactly 3 pages, each a stub whose entire body is this one include call — unlike22.12's shared-include case, there's no cross-page conflict here since the shared mention is genuinely the first mention on all 3 consumers.content/GettingStarted/COREReleaseNotes.md— first mention marked; one genuine docs-authored casing bug fixed; every[NAS-XXXXX]-prefixed ticket-title bullet (9 total, both modern markdown-link and legacy<li>HTML formats) left byte-for-byte untouched per established policy — confirmed viagit diff --numstatthat the diff touches only 4 lines total in this large changelog file.content/CORETutorials/Services/ConfiguringS3.md,content/CORETutorials/Services/S3forMinIO.md,content/UIReference/Services/S3Screen.md— attribution appended to each (consuming the shared include's mark).What wasn't needed on this branch (all confirmed, not assumed):
hugo, unlike23.10/22.12..Summarytruncates before reaching the marked sentence on both relevant tag pages (cores3,cores3minio); RSS feeds (which render full content) show mark and attribution co-present.content/CORETutorials/JailsPluginsVMs/_index.md— an old URL redirect alias only; confirmed via a rendered build to produce a bare meta-refresh stub with zero visible text.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 atpublic/includes/S3Deprecation.mdshows the mark without adjacent attribution — the same pre-existing, site-wide Hugo structural characteristic already ruled non-actionable on25.04/22.12.Test plan
hugo --gc --minifybuild: exit 0, 0 ERROR lines, 587 pages.[NAS-XXXXX]bullet appears in the diff at all.cores3miniotag's own sitewide nav-noise, same class as23.10'sscaleminio) — zero leaks; RSS counterparts confirmed co-present.🤖 Generated with Claude Code