Skip to content

Commit

Permalink
add studio link
Browse files Browse the repository at this point in the history
  • Loading branch information
mhmohona committed Nov 29, 2023
1 parent e9ff25f commit 595c883
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 100-level-AsyncAPI-Intro/step3.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ Chan uses AsyncAPI Studio to make sure his message plan is good. It's like a hel

He installs it with `npm install -g @asyncapi/studio` and opens his plan in the studio with `asyncapi studio my-document.yaml`. The studio looks for errors and gives tips.

He also uses the Web version of [AsyncAPI Studio](https://studio.asyncapi.com/) where he can simply paste his document and be able to check if he has any error there.

### Hands-on Exercise

Chan wants to practice more. He thinks about adding a new property for a username and creating a new channel for messages to Mars. He updates his document with these new details and then uses AsyncAPI Studio to validate his changes.
Expand Down

0 comments on commit 595c883

Please sign in to comment.