Document a new processing
A new ProcessingType in src/types.ts stops the docs build with “Missing docs page for processing type” until you finish these steps.
- Add the type to
PROCESSING_GROUPinsite/src/data/processings.ts. - Add its machine-file row to
site/src/data/exportCoverage.ts, fromdocs/format-matrix.md. - Copy a page in
site/src/content/docs/processings/, rename it, and setprocessingType,slugandsidebar.order. - Write only what the code or the internal docs confirm. Field notes come from the app’s
paramNoteKeys; add others withnotesonParamTable. If a field’s meaning is unclear, setstatus: draftand say why intodo. - Run
npm run docs:check.
The figure, the field table and the default values come from the app code, so they need no work.