Skip to content

Commit 052349a

Browse files
committed
fix compilot instruction
1 parent de2a615 commit 052349a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/copilot-instructions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The following are **generated by `html-generators/generate.java`** and must not
2828
- `site/language/*.html`, `site/collections/*.html`, etc. — detail pages
2929
- `site/data/snippets.json` — aggregated search index
3030

31-
Run `java -jar html-generators/generate.jar` to rebuild all generated files from the JSON sources.
31+
Run `jbang html-generators/generate.java` to rebuild all generated files from the JSON sources.
3232

3333
### Manually Maintained Files
3434

@@ -118,11 +118,11 @@ Each `content/category/slug.json` file has this structure:
118118

119119
1. Create `content/category/new-slug.json` with all required fields
120120
2. Update `prev`/`next` in the adjacent patterns' JSON files
121-
3. Run `java -jar html-generators/generate.jar`
121+
3. Run `jbang html-generators/generate.java`
122122

123123
## Local Development
124124

125125
```bash
126-
java -jar html-generators/generate.jar # Build HTML pages + snippets.json
126+
jbang html-generators/generate.java # Build HTML pages + snippets.json
127127
jwebserver -d site -p 8090 # Serve locally
128128
```

0 commit comments

Comments
 (0)