Rename 'Website Isolation' to 'CloudLinux Isolates' in documentation#309
Merged
annkots merged 1 commit intocloudlinux:masterfrom Apr 2, 2026
Conversation
…prose Replaces all instances of 'Website Isolation' (used as product name) with 'CloudLinux Isolates' in headings and prose text. CLI command output and error messages are preserved unchanged for backward compatibility.
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
Renames the product name from "Website Isolation" to "CloudLinux Isolates" across the docs/cloudlinuxos/website_isolation/README.md documentation page.
Per internal direction: the product name is "CloudLinux Isolates", not "Website Isolation". Using a generic/descriptive name as a product name creates trademark issues.
Changes
32 prose/heading replacements (33 individual text substitutions across 31 lines)
All instances of "Website Isolation" (capitalized, used as product name) → "CloudLinux Isolates"
Preserved unchanged:
CLI command names (--site-isolation-enable, etc.) — backward compatibility
CLI output strings (Website isolation was allowed for all users., etc.) — matches actual utility output
Error messages ("Website isolation is not enabled", etc.) — matches actual error strings
Scope
This PR covers only the documentation text. Separate changes are needed for:
CLI output strings (requires cagefsctl source code update)
URL path /cloudlinuxos/website_isolation/ (requires redirect setup)
CLI flag names (requires deprecation plan)