Skip to content

Commit

Permalink
chore: #96 Initialize tutorials section content
Browse files Browse the repository at this point in the history
Signed-off-by: Laurent Broudoux <[email protected]>
  • Loading branch information
lbroudoux committed May 15, 2024
1 parent 0ce1fe2 commit 1141fb3
Show file tree
Hide file tree
Showing 5 changed files with 97 additions and 1 deletion.
26 changes: 25 additions & 1 deletion content/documentation/tutorials/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,28 @@ description: "Tutorials"
weight: 1
params:
icon: fa-graduation-cap
---
showList: true
---

## Tutorials: Learn how Microcks works

Welcome to Microcks **Tutorials**! Our Tutorials section teaches beginner processes with Microcks by doing.

> #### 💡 Remember
>
> **Contribute to Microcks Tutorials**
>
> Code isn't the only way to contribute to OSS; Dev Docs are a huge help that benefit the entire OSS ecosystem. At Microcks, we value Doc contributions as much as every other type of contribution. ❤️
>
> To get started as a Docs contributor:
>
> 1. Familiarize yourself with our [project's Contribution Guide](https://github.com/microcks/.github/blob/main/CONTRIBUTING.md) and our [Code of Conduct](https://github.com/microcks/.github/blob/main/CODE_OF_CONDUCT.md)
> 2. Head over to our [Microcks Docs Board](https://github.com/microcks/microcks.io/issues)
> 3. Pick an issue you would like to contribute to and leave a comment introducing yourself. This is also the perfect place to leave any questions you may have on how to get started
> 4. If there is no work done in that Docs issue yet, feel free to open a PR and get started!
>
> **Docs contributor questions**
>
> Do you have a documentation contributor question and you're wondering how to tag me into a GitHub discussion or PR? Have no fear!
>
> Join us on [Discord](https://microcks.io/discord-invite/) and use the `#documentation` channel to ping us!
17 changes: 17 additions & 0 deletions content/documentation/tutorials/first-asyncapi-mock.md
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
19 changes: 19 additions & 0 deletions content/documentation/tutorials/first-graphql-mock.md
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
19 changes: 19 additions & 0 deletions content/documentation/tutorials/first-grpc-mock.md
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
17 changes: 17 additions & 0 deletions content/documentation/tutorials/first-soap-mock.md
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

0 comments on commit 1141fb3

Please sign in to comment.