Skip to content

Commit 6f5f3d0

Browse files
Copilotbrunoborges
andcommitted
Fix enterprise category not showing slugs in generate.java
Co-authored-by: brunoborges <129743+brunoborges@users.noreply.github.com>
1 parent 8259cf1 commit 6f5f3d0

File tree

6 files changed

+2
-1570
lines changed

6 files changed

+2
-1570
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ site/errors/*.html
99
site/datetime/*.html
1010
site/security/*.html
1111
site/tooling/*.html
12+
site/enterprise/*.html
1213

1314
# Generated aggregate file (built from individual JSON sources by html-generators/)
1415
site/data/snippets.json

html-generators/generate.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
put("concurrency", "Concurrency"); put("io", "I/O");
2323
put("errors", "Errors"); put("datetime", "Date/Time");
2424
put("security", "Security"); put("tooling", "Tooling");
25+
put("enterprise", "Enterprise");
2526
}};
2627

2728
static final Set<String> EXCLUDED_KEYS = Set.of("_path", "prev", "next", "related");

0 commit comments

Comments
 (0)