Skip to content

Commit b43c4b3

Browse files
committed
Contextual information to precede shared component
Allows for the shared component to accept arbitrary MDX to account for differences in the nesting of redis configs
1 parent de6a29c commit b43c4b3

File tree

5 files changed

+7
-5
lines changed

5 files changed

+7
-5
lines changed

docs/shared/redis-tls.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
For Redis TLS connections, you can set up a client certificate or override the root certificate authority by configuring `tls` in your router's [YAML config file](/graphos/routing/configuration/overview#yaml-config-file). Nest the `tls` configuration under the `redis` section for your feature. For example:
1+
For Redis TLS connections, you can set up a client certificate or override the root certificate authority by configuring `tls` in your router's [YAML config file](/graphos/routing/configuration/overview#yaml-config-file).
2+
3+
{props.children}
24

35
```yaml
46
redis:

docs/source/routing/operations/apq.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ When using the same Redis instance for multiple purposes, the `namespace` option
200200

201201
#### TLS
202202

203-
<RedisTls />
203+
<RedisTls>Nest the following configuration under `apq.router.cache`:</RedisTls>
204204

205205
#### Required to start
206206

docs/source/routing/performance/caching/response-caching/customization.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ or, if configured with multiple URLs:
256256

257257
### TLS and authentication
258258

259-
<RedisTls />
259+
<RedisTls>Nest the following configuration under `response_cache.subgraph.all`:</RedisTls>
260260

261261
### Timeout configuration
262262

docs/source/routing/query-planning/caching.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ When using the same Redis instance for multiple purposes, the `namespace` option
245245

246246
#### TLS
247247

248-
<RedisTls />
248+
<RedisTls>Nest the following configuration under `supergraph.query_planning.cache`:</RedisTls>
249249

250250
#### Required to start
251251

docs/source/routing/security/tls.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,4 +130,4 @@ tls:
130130

131131
## Redis TLS configuration
132132

133-
<RedisTls />
133+
<RedisTls>Nest the `tls` configuration under the `redis` key for your feature—for example, under `apq.router.cache` for APQ caching:</RedisTls>

0 commit comments

Comments
 (0)