Skip to content

Commit 213e3f5

Browse files
committed
no-mistakes(document): sync docs for docs-site package and --site CLI flags
1 parent 5608657 commit 213e3f5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/RELEASING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ previous version" (a sed/grep over `*/package.json`):
3636
| Tier | Packages |
3737
|---|---|
3838
| 0 | `metadata`, `render` |
39-
| 1 | `codegen-ts`, `runtime-ts`, `migrate-ts`, `sdk`, `runtime-web` |
39+
| 1 | `codegen-ts`, `runtime-ts`, `migrate-ts`, `sdk`, `runtime-web`, `docs-site` |
4040
| 2 | `codegen-ts-react`, `codegen-ts-tanstack`, `react` |
4141
| 3 | `tanstack` |
4242
| 4 | `cli`, `ai-runtime` (leaves — nothing depends on them; publish last) |

server/typescript/packages/cli/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ FLAGS:
146146
--api Emit the markdown api surface (generated SDK reference)
147147
--metamodel Document the built-in metamodel vocabulary (no metadata needed)
148148
--site Generate the browsable HTML documentation site (<out>/site/)
149-
--scaffold-site copy the site's templates + assets into codegen/docs-site/ to own (theme) them
149+
--scaffold-site Copy the site's templates + assets into codegen/docs-site/ to own (theme) them
150150
--templates <dir> Project root to resolve adopter templates/ overrides (default: <metadata>)
151151
--help, -h Print this help
152152
`,

0 commit comments

Comments
 (0)