DOCS-2743 / 26 / MinIO/AIStor trademark legal compliance (26) - #4776
Merged
Conversation
…ion) Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Contributor
tonyriv3
approved these changes
Sep 3, 2026
Vale Style Guide Issues📊 Summary: 119 issues found in changed files - 5 errors, 4 warnings, 110 suggestions Changed files with issues: content/Apps/AppsScreens.md (61 issues)
content/GettingStarted/Migrate/MigratePrep.md (58 issues)
🔧 To fix: Review the issues above and update your documentation accordingly. |
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
Same ticket as master (DOCS-2743, PR #4775) — this is branch 2 of 9. Branch
26has a much smaller footprint than master: recon confirmed only 2 files mention MinIO here, no casing bugs, and none of master's systemic gaps apply (verified before writing the plan, and independently reconfirmed by the final review):content/GettingStarted/Migrate/MigratePrep.mdwith correct capitalization, bold, and the ™ symbol; adds the required attribution sentence to the page's footer.content/Apps/AppsScreens.md(MinIO is named only in a screenshot's alt/id text, never in body prose).layouts/shortcodes/trademark-notice.html(this repo has no Hugo Modules and branches don't share code, so this is recreated independently per branch) — fails the build loudly on a bad/missing param, same as master's design.Unlike master, this branch doesn't need: a
Copyrights.mdentry (doesn't exist on release branches), a taxonomy-page fix (the marked mention sits well past Hugo's.Summarycutoff), a{{< children >}}fix (neither affected page's frontmatter description mentions MinIO), or any archive-changelog fix (this branch has nocontent/_archive/directory).Test plan
hugo --gc --minifybuilds clean (0 errors)🤖 Generated with Claude Code