Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions server/documentation/create-api-mocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ Check out more details on example-driven on [Why Microcks?](https://microcks.io/

Once you have selected your API artifacts that will represent your contribution basis, ensure they are embedding useful examples for your API operations. You do not need to cover all the cases from the start! It can be an iterative process: start with most common cases examples and then add edge and exception cases later.

Microcks provides documentation on the different supported formats. Here are the main documentation pointers for [OpenAPI](https://microcks.io/documentation/using/openapi/), [AsyncAPI](https://microcks.io/documentation/using/asyncapi/), [Postman collections](https://microcks.io/documentation/using/postman/), [SoapUI projects](https://microcks.io/documentation/using/soapui/) or [gRPC](https://microcks.io/documentation/using/grpc/).
Microcks provides documentation on the different supported formats. Here are the main documentation pointers for [OpenAPI](https://microcks.io/documentation/references/artifacts/openapi-conventions/), [AsyncAPI](https://microcks.io/documentation/references/artifacts/asyncapi-conventions/), [Postman collections](https://microcks.io/documentation/references/artifacts/postman-conventions/), [SoapUI projects](https://microcks.io/documentation/references/artifacts/soapui-conventions/) or [gRPC](https://microcks.io/documentation/references/artifacts/grpc-conventions/).

At that time, you may want to validate these examples on a local Microcks instance. You can easily install Microcks using Docker-Compose on a laptop. Please check out more details on the [Docker-Compose installation](https://microcks.io/documentation/installing/docker-compose/).
At that time, you may want to validate these examples on a local Microcks instance. You can easily install Microcks using Docker-Compose on a laptop. Please check out more details on the [Docker-Compose installation](https://microcks.io/documentation/guides/installation/docker-compose/).


## Add more artifacts
Expand Down