Skip to content

Commit 599c74e

Browse files
committed
docs: more AI librarian comments
1 parent 8208a5b commit 599c74e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/routing/self-hosted/containerization/docker-router-only.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,4 +204,4 @@ Usage: build_docker_image.sh [-b [-r <repo>]] [-d] [<release>]
204204
build_docker_image.sh -d v0.9.1
205205
```
206206

207-
The example uses [debian:bookworm-slim image](https://hub.docker.com/_/debian/) for the final image build. Modify the script to use images that better suit your needs. When using the `-d` flag, ensure a `heaptrack` package is available to install.
207+
The example uses the [debian:bookworm-slim image](https://hub.docker.com/_/debian/) for the final image build. Modify the script to use images that better suit your needs. When you use the `-d` flag, ensure a `heaptrack` package is available to install.

docs/source/routing/self-hosted/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ For each version of the Apollo Router, Apollo provides:
2626

2727
<Note>
2828

29-
If your organization uses a transparent or egress proxy (such as Zscaler or Netskope), [add your proxy's root CA certificate to your container image](/graphos/routing/self-hosted/containerization/proxy-certificates). Without it, the router cannot establish TLS connections to Apollo Uplink, resulting in certificate validation errors or "invalid license" failures.
29+
If your organization uses a transparent or egress proxy (such as Zscaler or Netskope), [add your proxy's root CA certificate to your container image](/graphos/routing/self-hosted/containerization/proxy-certificates). Without it, the router can't establish TLS connections to Apollo Uplink, resulting in certificate validation errors or "invalid license" failures.
3030

3131
</Note>
3232

0 commit comments

Comments
 (0)