Skip to content

Commit 1443ae7

Browse files
committed
minor change to prevent remark errors
1 parent 7ed02be commit 1443ae7

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

scripts/storage-finder-data-generator/MAINTENANCE.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ bun scripts/storage-finder-data-generator/generate.ts \
2222

2323
## How to add or change a question
2424

25-
1. Add a column to the sheet that contains the signals you want to match.
26-
2. In `scripts/storage-finder-data-generator/config.ts`, add a new facet entry to `FACET_CONFIGS`:
27-
- Set `id` (slug), `name`, `controlType` (`radio` or `checkbox`), `column` (sheet column name), and `choices` (labels the app should show).
28-
- Add `matchers`: regex patterns that map cell text to choice IDs. Include `allowMultipleMatches: true` if a radio question legitimately matches more than one choice.
29-
- If no regex matches, `fallback: "all"` keeps the service visible; otherwise supply an explicit array of choice IDs.
30-
3. Regenerate with the CLI and verify in the app.
25+
1. Add a column to the sheet that contains the signals you want to match.
26+
2. In `scripts/storage-finder-data-generator/config.ts`, add a new facet entry to `FACET_CONFIGS`:
27+
- Set `id` (slug), `name`, `controlType` (`radio` or `checkbox`), `column` (sheet column name), and `choices` (labels the app should show).
28+
- Add `matchers`: regex patterns that map cell text to choice IDs. Include `allowMultipleMatches: true` if a radio question legitimately matches more than one choice.
29+
- If no regex matches, `fallback: "all"` keeps the service visible; otherwise supply an explicit array of choice IDs.
30+
3. Regenerate with the CLI and verify in the app.
3131

3232
## Service fields
3333

0 commit comments

Comments
 (0)