Commit 86e68c2
* docs(deployment): rewrite the section index around the two lifecycles
The deployment index forked on venue ("Deployment Modes": local / standalone /
Cloud-managed). Readers arrive with a lifecycle in hand instead: they are either
operating the platform runtime (a Docker image on our release train) or shipping
a metadata app (a compiled artifact in their own catalog). The two are
independent — a deployment can move platform majors without touching its app,
and publish a dozen app versions without moving the platform.
The index now forks on that, and venue (Docker / Compose / Kubernetes / Cloud)
is a detail inside the platform-runtime half rather than a peer of it. The
local-vs-cloud environment-selection content survives as "how many environments
one runtime serves", pointing at the canonical resolution order instead of
carrying a second copy of it. meta.json is re-ordered to match: platform-runtime
pages, then app pages, then the shared reference (cli, environment-variables,
troubleshooting), which belong to neither.
Axis B readers are pointed at /docs/upgrading (a single page in the Build group,
not a directory) — the one cross-group link that makes the split navigable.
Also updated the pointers this rewrite invalidated: the inbound anchor
/docs/deployment#environment-variables (that section is gone; retargeted to the
self-hosting page that carries the same OS_SECRET_KEY guidance) and five "Deployment
Modes" link labels naming the page's old title and old structure.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_011RB4waLuNbdruCo6X9oobm
* docs(deployment): restore the contiguous "one per line" phrase in the NDJSON note
packages/cli/test/cloud-login-json-ndjson.e2e.test.ts pins the #6730 NDJSON
exception in three places, one of which is this page: it asserts /NDJSON/,
/one\s+per\s+line/i and the /docs/deployment/cli#os-cloud-login link all appear
in content/docs/deployment/index.mdx, so a script author meeting `os cloud login`
in the publish flow finds the declaration without going to the CLI reference.
The index rewrite kept every fact — NDJSON named, the link kept, "parse line by
line" kept — but spelled the middle one "one compact JSON document per line",
which breaks the adjacency the second regex needs. The sentence now reads
"emits NDJSON: compact JSON documents, one per line." Meaning unchanged,
framing and placement unchanged, pin satisfied.
The test lives in packages/cli, so a docs-only PR's affected-only CI never runs
it; this surfaced in the merge queue's full suite.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_011RB4waLuNbdruCo6X9oobm
---------
Co-authored-by: Claude <noreply@anthropic.com>
1 parent ab4bb08 commit 86e68c2
7 files changed
Lines changed: 180 additions & 155 deletions
File tree
- content/docs
- api
- deployment
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
129 | 129 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | 5 | | |
8 | | - | |
9 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | | - | |
13 | | - | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
221 | | - | |
| 221 | + | |
222 | 222 | | |
223 | 223 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
430 | 430 | | |
431 | 431 | | |
432 | 432 | | |
433 | | - | |
| 433 | + | |
434 | 434 | | |
435 | 435 | | |
436 | 436 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
22 | 25 | | |
23 | 26 | | |
24 | 27 | | |
| |||
107 | 110 | | |
108 | 111 | | |
109 | 112 | | |
110 | | - | |
| 113 | + | |
111 | 114 | | |
0 commit comments