docs(enterprise,misc): fix inverted Redis TLS instructions and style#12211
Conversation
This was referenced Jul 26, 2026
Member
Author
|
This pull request is part of a Mergify stack:
|
Contributor
Merge Protections🔴 3 of 7 protections blocking · waiting on 👀 reviews and ⛓️ dependency
🔴 ⛓️ Depends-On RequirementsWaiting for
This rule is failing.Requirement based on the presence of
🔴 👀 Review RequirementsWaiting for
This rule is failing.
🔴 🔎 ReviewsWaiting for
This rule is failing.
Show 4 satisfied protections🟢 🤖 Continuous Integration
🟢 Enforce conventional commitMake sure that we follow https://www.conventionalcommits.org/en/v1.0.0/
🟢 📕 PR description
🟢 🚦 Auto-queueWhen all merge protections are satisfied, this pull request will be queued automatically. |
jd
marked this pull request as ready for review
July 26, 2026 08:21
First docs-health audit pass over the enterprise section and top-level
pages. The critical accuracy fix, verified against the engine:
- enterprise/installation: both Redis TLS bullets said "use `redis://`
instead of `rediss://`", which is backwards; the engine only enables
TLS (and the self-signed escape hatch) for the `rediss://` scheme.
Anyone following the docs got a non-TLS connection.
Also fixed, verified: garbled installer step wording, "at leas"/stray-ß
typos, "DNS over HTTPS" misphrasing (reads as the DoH protocol),
inconsistent example domain, billing grammar ("a annual license",
"12-months period"), and a full-site URL converted to an internal link.
All MERGIFYENGINE_* env vars, endpoints, and admin commands on these
pages were verified against the monorepo.
Plus a conservative style pass per the proofread rubrics: emojis removed
from prose, em dashes, throat-clearing intros on enterprise/billing/
support, callout indentation, banned words. Compliance, pricing, and SLA
claims were deliberately left untouched (flagged in the audit report
instead).
Part of the first manual docs-health audit (MRGFY-8212).
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Change-Id: I8a138515e0c766b4c4547e828b40bdec2d18782d
jd
force-pushed
the
devs/jd/jd/mrgfy-8212-docs-health-non-deterministic-audit-loop-style-accuracy/fix-cli-integration-inaccuracies--959e8efb
branch
from
July 26, 2026 08:23
5c0e76c to
679c26e
Compare
jd
force-pushed
the
devs/jd/jd/mrgfy-8212-docs-health-non-deterministic-audit-loop-style-accuracy/fix-inverted-redis-tls-instructions-style--8a138515
branch
from
July 26, 2026 08:23
08ce0f4 to
18d56a0
Compare
Member
Author
Revision history
|
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.
First docs-health audit pass over the enterprise section and top-level
pages. The critical accuracy fix, verified against the engine:
redis://instead of
rediss://", which is backwards; the engine only enablesTLS (and the self-signed escape hatch) for the
rediss://scheme.Anyone following the docs got a non-TLS connection.
Also fixed, verified: garbled installer step wording, "at leas"/stray-ß
typos, "DNS over HTTPS" misphrasing (reads as the DoH protocol),
inconsistent example domain, billing grammar ("a annual license",
"12-months period"), and a full-site URL converted to an internal link.
All MERGIFYENGINE_* env vars, endpoints, and admin commands on these
pages were verified against the monorepo.
Plus a conservative style pass per the proofread rubrics: emojis removed
from prose, em dashes, throat-clearing intros on enterprise/billing/
support, callout indentation, banned words. Compliance, pricing, and SLA
claims were deliberately left untouched (flagged in the audit report
instead).
Part of the first manual docs-health audit (MRGFY-8212).
Co-Authored-By: Claude Fable 5 noreply@anthropic.com
Depends-On: #12210