Skip to content

Commit ca9cede

Browse files
Adjust moqu wiremock docs (#1080) (#1082)
* Adjust Moqu Wiremock documentation * Remove dollar from expression Co-authored-by: Matheus Cruz <[email protected]>
1 parent bacc492 commit ca9cede

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

docs/modules/ROOT/pages/moqu.adoc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ Currently, this extension supports only link:https://wiremock.org/[WireMock] def
1515
[source,xml]
1616
----
1717
<dependency>
18-
<groupId>io.quarkiverse.openapi.generator</groupId>
19-
<artifactId>quarkus-openapi-generator-moqu</artifactId>
20-
<version>{project-version}</version>
18+
<groupId>io.quarkiverse.openapi.generator</groupId>
19+
<artifactId>quarkus-openapi-generator-moqu-wiremock</artifactId>
20+
<version>{project-version}</version>
2121
</dependency>
2222
----
2323

2424
Now, create the following OpenAPI specification file under your `src/resources/openapi` directory:
2525

2626
[source,yaml]
27-
.src/main/openapi/hello.yaml
27+
.src/main/resources/openapi/hello.yaml
2828
----
2929
openapi: 3.0.3
3030
servers:
@@ -74,11 +74,11 @@ components:
7474

7575
Execute now your application on Dev mode, and access the Dev UI for getting you wiremock stubbing:
7676

77-
image::moqu-devui-card-framework.png[]
77+
image::moqu-devui-card-framework.png[alt=Moque Dev UI card,width=640,height=480]
7878

7979
Click on `Moqu Wiremock`, you will se a table containing all wiremock definitions:
8080

81-
image::table-wiremock.png[]
81+
image::table-wiremock.png[alt=Wiremock mappings table,width=640,height=480]
8282

8383
Now, you can `see` or `download` the Wiremock stubbing.
8484

@@ -203,4 +203,4 @@ The Wiremock definition using the OpenAPI specification above, looks something l
203203
}
204204
]
205205
}
206-
----
206+
----

0 commit comments

Comments
 (0)