Skip to content

Commit

Permalink
Modified sentences
Browse files Browse the repository at this point in the history
  • Loading branch information
Jagrutiti committed Oct 19, 2023
1 parent 8def3f9 commit 19c4423
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/introduction.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Studio is a tool to develop AsyncAPI documentation.
Studio is an AsyncAPI development platform that enable users to create, visualise, collaborate on event-driven architectures.

Using Studio you can develop an AsyncAPI document, visualize the flow of events, preview, validate, and convert the document to the latest version in one place.

Expand All @@ -7,7 +7,7 @@ You can use it to view the events, publishers, subscribers, messages, payload as
# Studio Use Cases

- Create and visualize event-driven AsyncAPI on the go.
- Realtime visualization and documentation for your APIs.
- Real-time visualization and documentation for your APIs.


# Studio Advantages
Expand Down
6 changes: 3 additions & 3 deletions docs/navigation.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ The Schemas displays the schemas stored in the `components.schemas` section. Thi

# Editor

The Editor section is where you edit the AsyncAPI code. As you edit, you will see the changes reflect dynamically in the HTML preview and Block Visualizer section.
The Editor section is where you edit the AsyncAPI file. As you edit, you will see the changes reflect dynamically in the HTML preview and Block Visualizer section.

Click on the individual elements of the Navigation button to jump to those sections in HTML preview and Block Visualizer section.

Expand Down Expand Up @@ -70,7 +70,7 @@ It starts with displaying the title, version, description of the API. It renders

# Blocks visualizer

Blocks visualizer is the USP of this product. It gives you a quick overview of your API. Unlike HTML preview, Blocks visualizer gives a diagrammatic visual of your API.
Blocks visualizer gives you a quick overview of your API. Unlike HTML preview, Blocks visualizer gives a diagrammatic visual of your API.

Title card is at the top-left corner of the Block visualizer window. Followed by the Operations card. You can visualize channels, published messages, payload, type, patterns, and relationship between the components.

Expand Down Expand Up @@ -101,7 +101,7 @@ There are 5 available to quick start Studio.

## Real World Examples

Studio provides two real world examples templates to help you get started.
Studio provides two templates to help you get started.

- Slack Real Time Messaging API - Slack Real time messaging API. Using HTTP protocol.

Expand Down

0 comments on commit 19c4423

Please sign in to comment.