Skip to content

Commit 72ec3ac

Browse files
committed
Disable doc generation for now
1 parent e3c4cd8 commit 72ec3ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/src/main/java/io/quarkus/docs/generation/AllConfigGenerator.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
public class AllConfigGenerator {
3737
public static void main(String[] args)
3838
throws AppModelResolverException, JsonParseException, JsonMappingException, IOException {
39+
// Skip generation for now
40+
return;
3941
if (args.length != 1) {
4042
System.err.println("Missing version parameter.");
4143
System.exit(1);

0 commit comments

Comments
 (0)