@@ -22,12 +22,12 @@ content/streams/stream-tolist.json
2222
2323### Generated Files (DO NOT EDIT)
2424
25- The following are ** generated by ` Generate .java` ** and must not be edited directly:
25+ The following are ** generated by ` generate .java` ** and must not be edited directly:
2626
2727- ` site/language/*.html ` , ` site/collections/*.html ` , etc. — detail pages
2828- ` site/data/snippets.json ` — aggregated search index
2929
30- Run ` jbang Generate .java ` to rebuild all generated files from the JSON sources.
30+ Run ` jbang generate .java ` to rebuild all generated files from the JSON sources.
3131
3232### Manually Maintained Files
3333
@@ -42,7 +42,7 @@ Run `jbang Generate.java` to rebuild all generated files from the JSON sources.
4242content/ # Source JSON files (one per pattern, organized by category)
4343site/ # Deployable site (static assets + generated HTML)
4444templates/ # HTML template for detail pages
45- Generate .java # JBang build script (Java 25)
45+ generate .java # JBang build script (Java 25)
4646generate.py # Python build script (alternative, produces identical output)
4747```
4848
@@ -111,11 +111,11 @@ Each `content/category/slug.json` file has this structure:
1111111 . Create ` content/category/new-slug.json ` with all required fields
1121122 . Update ` prev ` /` next ` in the adjacent patterns' JSON files
1131133 . Add a preview card in ` site/index.html `
114- 4 . Run ` jbang Generate .java `
114+ 4 . Run ` jbang generate .java `
115115
116116## Local Development
117117
118118``` bash
119- jbang Generate .java # Build HTML pages + snippets.json
119+ jbang generate .java # Build HTML pages + snippets.json
120120python3 -m http.server -d site 8090 # Serve locally
121121```
0 commit comments