Commit 677ad21
docs(learn): link Docker install tab to env var configuration reference (#643)
* docs(learn): link Docker install tab to env var configuration reference
The Docker tab in the install guide mentioned DEFAULTS_MODE,
REPLICATION_HOSTNAME, and "preset environment variables" without ever
pointing at the canonical reference, so readers never learned that any
Harper configuration option can be set through an environment variable.
Add a short tip inside the Docker tab that states the general rule, gives
the SCREAMING_SNAKE_CASE mapping in one line, and links to the
Environment Variables section of the configuration reference.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
* docs(learn): fix subject-verb agreement in Docker env var tip
Review feedback on #643: "makes `-e` flags the natural way" mismatched
plural subject with singular complement. Gerund "using" fixes it.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
* docs(learn): scope Docker env var tip to instance configuration
The tip claimed *any* Harper configuration option can be set with an
environment variable, which a Docker user could reasonably apply to a
component's config.yaml, where it silently does nothing. Scope the claim
to harper-config.yaml and state the component-configuration exception
using the same wording as reference/configuration/overview.md.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 5 <noreply@anthropic.com>1 parent 980e5cb commit 677ad21
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
113 | 117 | | |
114 | 118 | | |
115 | 119 | | |
| |||
0 commit comments