From 4190553b6a504fca4ae0e4bef54bc1637e63dd9c Mon Sep 17 00:00:00 2001 From: Mahfuza Date: Tue, 25 Jul 2023 19:38:44 +0600 Subject: [PATCH] updating as per review --- docs/index.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/index.md b/docs/index.md index 1dcdf3dc97f..34a34b0bfbc 100644 --- a/docs/index.md +++ b/docs/index.md @@ -4,7 +4,7 @@ weight: 20 --- -The AsyncAPI CLI is a command-line tool that provides developers with a set of commands for working with AsyncAPI documents. AsyncAPI is a specification for describing asynchronous APIs, which allows developers to define the structure of messages exchanged between different parts of their application. The AsyncAPI CLI simplifies the process of creating, validating, bundling, and manipulating AsyncAPI documents, making it easier to work with asynchronous APIs. +The AsyncAPI CLI is a command-line tool that provides a set of commands for working with AsyncAPI documents. AsyncAPI is a specification for describing asynchronous APIs, which allows developers to define the structure of messages exchanged between different parts of their application. The AsyncAPI CLI simplifies the process of creating, validating, bundling, and manipulating AsyncAPI documents, making it easier to work with asynchronous APIs. ## Features @@ -24,8 +24,6 @@ The AsyncAPI CLI offers the following key features: * Start: The AsyncAPI CLI can be used to start [AsyncAPI Studio](https://studio.asyncapi.com/) locally. This is a web-based tool that can be used to view, edit, and test AsyncAPI documents. -* Format Conversion: The AsyncAPI CLI offers seamless conversion of AsyncAPI documents between different formats, such as YAML and JSON, through integration with the [AsyncAPI Converter](https://github.com/asyncapi/converter-js). This feature is helpful when working with tools that require a specific document format. - To summarize, the AsyncAPI CLI offers the following features and process flow, as shown in the diagram below: ```mermaid @@ -69,7 +67,6 @@ F --> |Operation Error| H[CLI displays an error message and suggests possible ne G --> J[User receives the results] H --> I[User follows suggested steps to recover] I --> C[User reissues the corrected command] -I --> J J[User terminates the AsyncAPI CLI] --> K[End] ```