-
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: #96 Initialize tutorials section content
Signed-off-by: Laurent Broudoux <[email protected]>
- Loading branch information
Showing
5 changed files
with
97 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
draft: false | ||
title: "Your 1st AsyncAPI on Kafka mock" | ||
date: 2024-04-30 | ||
publishdate: 2024-04-30 | ||
lastmod: 2024-05-13 | ||
weight: 6 | ||
--- | ||
|
||
> 🪄 **To Be Created** | ||
> | ||
> This is a new tutorial page that has to be written as part of our [Refactoring Effort](https://github.com/microcks/microcks.io/issues/81). | ||
> | ||
> **Goal of this page** | ||
> * Write an AsyncAPI specification with Microcks convention | ||
> * Import it into Microcks | ||
> * Play with exposed mock endpoints |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
draft: false | ||
title: "Your 1st GraphQL mock" | ||
date: 2024-04-30 | ||
publishdate: 2024-04-30 | ||
lastmod: 2024-05-13 | ||
weight: 4 | ||
--- | ||
|
||
> 🪄 **To Be Created** | ||
> | ||
> This is a new tutorial page that has to be written as part of our [Refactoring Effort](https://github.com/microcks/microcks.io/issues/81). | ||
> | ||
> **Goal of this page** | ||
> * Write a GraphQL schema with Microcks convention | ||
> * Import it into Microcks | ||
> * Write a Postman Collection with Microcks convention | ||
> * Import it into Microcks | ||
> * Play with exposed mock endpoints |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
draft: false | ||
title: "Your 1st gRPC mock" | ||
date: 2024-04-30 | ||
publishdate: 2024-04-30 | ||
lastmod: 2024-05-13 | ||
weight: 4 | ||
--- | ||
|
||
> 🪄 **To Be Created** | ||
> | ||
> This is a new tutorial page that has to be written as part of our [Refactoring Effort](https://github.com/microcks/microcks.io/issues/81). | ||
> | ||
> **Goal of this page** | ||
> * Write a Protobuf schema with Microcks convention | ||
> * Import it into Microcks | ||
> * Write a Postman Collection with Microcks convention | ||
> * Import it into Microcks | ||
> * Play with exposed mock endpoints |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
draft: false | ||
title: "Your 1st Soap mock" | ||
date: 2024-04-30 | ||
publishdate: 2024-04-30 | ||
lastmod: 2024-04-30 | ||
weight: 5 | ||
--- | ||
|
||
> 🪄 **To Be Created** | ||
> | ||
> This is a new tutorial page that has to be written as part of our [Refactoring Effort](https://github.com/microcks/microcks.io/issues/81). | ||
> | ||
> **Goal of this page** | ||
> * Write a SoapUI projects with Microcks convention | ||
> * Import it into Microcks | ||
> * Play with exposed mock endpoints |