Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ADRs/DR003_Page_Filename_Index_Constraint.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ end in `index` (e.g. `-guides`, `-overview`). Do not reach for `-index` as a
- **Node ≥ 22 is required to build.** Vocs uses `globSync` from `node:fs`, which
does not exist on Node 20 (`docs:build` throws
`does not provide an export named 'globSync'`). Pinned in `.nvmrc` (`22`) and
noted in `CLAUDE.md`; run `nvm use` before `docs:dev` / `docs:build`.
noted in `AGENTS.md`; run `nvm use` before `docs:dev` / `docs:build`.
- Renames must stay path-parallel across `en`/`cn`/`ko` per
[DR002](./DR002_i18n_Sync_Pipeline.md) — hence all 12 files moved together and
the cn/ko `source_path` frontmatter was updated alongside the en rename.
2 changes: 1 addition & 1 deletion STYLEGUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Rules for writing and reviewing documentation in this repo. The bar is Stripe, C

When making corrections, preserve the original meaning and technical accuracy.

This repo is built with [Vocs](https://vocs.dev). English is the source of truth: write and edit content in `docs/pages/en/` only. The `cn` and `ko` trees are generated by the translation pipeline. See [`CONTRIBUTING.md`](./CONTRIBUTING.md) for the workflow and [`CLAUDE.md`](./CLAUDE.md) for the agent version.
This repo is built with [Vocs](https://vocs.dev). English is the source of truth: write and edit content in `docs/pages/en/` only. The `cn` and `ko` trees are generated by the translation pipeline. See [`CONTRIBUTING.md`](./CONTRIBUTING.md) for the workflow and [`AGENTS.md`](./AGENTS.md) for the agent version.

## The four-question self-check

Expand Down