DOCS-2743 / 24.10 / MinIO/AIStor trademark legal compliance (24.10) - #4779
Merged
Conversation
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Contributor
Vale Style Guide Issues📊 Summary: 320 issues found in changed files - 21 errors, 1 warnings, 298 suggestions Changed files with issues: content/GettingStarted/SCALEReleaseNotes.md (232 issues)
content/GettingStarted/Migrate/MigratePrep.md (37 issues)
content/SCALEUIReference/Apps/_index.md (36 issues)
static/includes/AppsHostIP.md (15 issues)
🔧 To fix: Review the issues above and update your documentation accordingly. |
tonyriv3
approved these changes
Sep 4, 2026
Contributor
|
This PR has been merged and conversations have been locked. |
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
24.10. Marks the first mention of MinIO with bold+™+correct casing and adds the required attribution footer (MinIO is a trademark of the MinIO Corporation.) to every page on this branch that names MinIO to a reader.layouts/shortcodes/trademark-notice.html— new self-contained shortcode (recreated independently, byte-identical to the versions on26/25.10/25.04).content/GettingStarted/Migrate/MigratePrep.md— first mention marked (**MinIO™**); three later mentions in the same paragraph, including two markdown link-texts, are untouched. Attribution appended.static/includes/AppsHostIP.md— this branch's actual first mention lives in a shared include (identical gap to25.04, confirmed in advance). Fixed the casing (Minio→**MinIO™**) once, in the shared file, since it's the true reading-order-first mention on both consuming pages.content/SCALEUIReference/Apps/_index.md— attribution appended. This branch also has a second shared include (static/includes/AppsInstallWizardSettings.md) with a real, already-correctly-cased, later mention — confirmed via reading-order trace to need no edit.content/GettingStarted/SCALEReleaseNotes.md— attribution appended (this page never names MinIO directly; the mention only reaches it via the shared include above).What wasn't needed on this branch (all confirmed, not assumed):
Copyrights.md, nocontent/_archive/, no client-side changelog-CSV tables..Summary) exposure — the Apps and Migrate tag-listing summaries both truncate before reaching the relevant content.{{< children >}}exposure — no parent_index.md's rendered description mentions MinIO.static/api/{core,scale}_websocket_api.htmlandstatic/includes/TNDataCollection.md— auto-generated/lowercase non-prose examples.25.04):static/includes/AppsHostIP.md's raw static-passthrough copy shows the mark without adjacent attribution — an already-ruled, site-wide structural characteristic unrelated to this ticket.An independent final whole-branch review (Opus) caught one markup regression during implementation —
SCALEReleaseNotes.mdwas missing a blank line before the appended shortcode, causing Goldmark to nest the notice's<p>inside the page's closing paragraph (invalid HTML, no compliance impact since the text was still present and visible). Fixed and independently re-reviewed.Test plan
hugo --gc --minifybuild: exit 0, 0 ERROR lines.public/, not just.html) — only the known, accepted raw-passthrough non-issue remains.🤖 Generated with Claude Code