[DXM-100] Add Redis TLS config shared component#9172
Conversation
✅ Docs preview readyThe preview is ready to be viewed. View the preview File Changes 0 new, 4 changed, 0 removedBuild ID: 365e3b078eaee2b230258aa1 URL: https://www.apollographql.com/docs/deploy-preview/365e3b078eaee2b230258aa1
|
|
@bignimbus, please consider creating a changeset entry in |
Refactor the Redis TLS configuration documentation into a reusable shared MDX component (docs/shared/redis-tls.mdx) and include it on every feature page that exposes Redis configuration—APQ, query plan caching, response cache customization, and the TLS overview—so users discover the TLS option contextually rather than only on the overview page. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Allows for the shared component to accept arbitrary MDX to account for differences in the nesting of redis configs
527537a to
b43c4b3
Compare
Summary
Resolves DXM-100.
The docs mention that any Redis connection supports a TLS config, but this information only lived in a single spot (TLS configuration overview) that users were unlikely to discover when reading a feature page directly (APQ, Entity Cache, response caching, etc.).
This PR:
docs/shared/redis-tls.mdxwith generic, feature-agnostic content and a clean YAML example showing just theredis.tlsblock structuredocs/source/routing/operations/apq.mdx(APQ distributed caching)docs/source/routing/query-planning/caching.mdx(query plan distributed caching)docs/source/routing/performance/caching/response-caching/customization.mdx(response cache advanced Redis config)docs/source/routing/security/tls.mdx(TLS overview — Redis section)Acceptance criteria
docs/shared/redis-tls.mdx) is the single source of truth for the Redis TLS blurbJeff's direction
Ticket: https://apollographql.atlassian.net/browse/DXM-100