You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ Generated files (`site/category/*.html` and `site/data/snippets.json`) are in `.
61
61
62
62
```bash
63
63
# Generate all HTML pages and data/snippets.json into site/
64
-
java -jar html-generators/generate.jar
64
+
jbang html-generators/generate.java
65
65
66
66
# Serve locally
67
67
jwebserver -b 0.0.0.0 -d site -p 8090
@@ -80,7 +80,7 @@ Contributions are welcome! Content is managed as JSON files — never edit gener
80
80
2. Create a new JSON file in the appropriate `content/<category>/` folder (e.g. `content/language/my-feature.json`)
81
81
3. Copy [`content/template.json`](content/template.json) to the new file as a starting point for all required fields (see the [snippet JSON schema](.github/copilot-instructions.md) for details)
82
82
4. Update the `prev`/`next` fields in adjacent pattern JSON files to maintain navigation
83
-
5. Run `java -jar html-generators/generate.jar` to verify your changes build correctly
83
+
5. Run `jbang html-generators/generate.java` to verify your changes build correctly
84
84
6. Open a pull request
85
85
86
86
Please ensure JDK version labels only reference the version where a feature became **final** (non-preview).
0 commit comments