Skip to content

Commit f145ecc

Browse files
authored
Improve Moqu config documentation (#1177)
1 parent 9ceda34 commit f145ecc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/modules/ROOT/pages/moqu.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,3 +204,7 @@ The Wiremock definition using the OpenAPI specification above, looks something l
204204
]
205205
}
206206
----
207+
208+
== Configuration Properties
209+
210+
include::./includes/quarkus-openapi-generator-moqu-wiremock.adoc[opts=optional, leveloffset=+1]

moqu/runtime/src/main/java/io/quarkiverse/openapi/generator/moqu/MoquConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public interface MoquConfig {
1212
String DEFAULT_RESOURCE_DIR = "openapi";
1313

1414
/**
15-
* Path to the Moqu (relative to the project).
15+
* Path to the Moqu OpenAPI files, relative to the <code>src/main/resources</code> directory.
1616
*/
1717
@WithDefault(DEFAULT_RESOURCE_DIR)
1818
String resourceDir();

0 commit comments

Comments
 (0)