Skip to content

The three boot shapes are named differently on architecture.mdx and deploy/index.mdx #71

Description

@os-zhuang

Noticed while rewriting architecture.mdx (#64 / #69). Left alone there: picking the canonical name is a call, not a transcription, and #64 was about the runtime model rather than about naming.

Measured on a132376. Two pages present the same three-row decision table with different names for row one, and different emphasis in row three:

PageRow 1Row 2Row 3
content/docs/architecture.mdx (line 110)Config-authored — "the runtime boots the metadata authored in the image"Artifact-pinnedComposed
content/docs/deploy/index.mdx (line 40)Shipped runtime — "the image's own bundled application"Artifact-pinnedComposed

reference/environment-variables describes the same three shapes again and names none of them, so it does not break the tie.

Two rows agree, which is what makes the third one costly: a reader who has seen both pages cannot tell whether "Config-authored" and "Shipped runtime" are one shape or two, and the deploy bundle ships one environment template per shape — the pages are how a reader decides which template to copy, and deploy/index.mdx warns against adapting one template into another.

The likely canonical name is deploy/index.mdx's, since it is the newer page and was written against the commercial runtime in #62. That is a guess, not a finding — deciding it is the point of the card. Row three also differs in substance: architecture.mdx says "Air-gap licensed only" while deploy/index.mdx frames it as "the hosted single-app SaaS shape", and whichever page loses the naming should be checked for that too.

Related: #64, #62.


Generated by Claude Code

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions