Skip to content

Commit 49c986d

Browse files
committed
Improve documentation
1 parent 326e2ec commit 49c986d

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed
39.8 KB
Loading
36.6 KB
Loading

docs/modules/ROOT/pages/moqu.adoc

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Currently, this extension supports only link:https://wiremock.org/[WireMock] def
2121
</dependency>
2222
----
2323

24-
Now, create the following OpenAPI specification file under your `src/main/openapi` directory:
24+
Now, create the following OpenAPI specification file under your `src/resources/openapi` directory:
2525

2626
[source,yaml]
2727
.src/main/openapi/hello.yaml
@@ -72,12 +72,15 @@ components:
7272
hello: world
7373
----
7474

75-
Execute now your application on Dev mode, and executes:
75+
Execute now your application on Dev mode, and access the Dev UI for getting you wiremock stubbing:
7676

77-
[source,shell]
78-
----
79-
curl http://localhost:8888/frameworks/1
80-
----
77+
image::moqu-devui-card-framework.png[]
78+
79+
Click on `Moqu Wiremock`, you will se a table containing all wiremock definitions:
80+
81+
image::table-wiremock.png[]
82+
83+
Now, you can `see` or `download` the Wiremock stubbing.
8184

8285
== Request matching
8386

0 commit comments

Comments
 (0)