From dd10bb4c316825fd79fcd39f37d20cc6f743a50d Mon Sep 17 00:00:00 2001 From: Adi Boghawala <114283933+Adi-204@users.noreply.github.com> Date: Mon, 17 Feb 2025 11:52:25 +0530 Subject: [PATCH] docs: inconsistent formatting asterisk-mark (#1673) Co-authored-by: asyncapi-bot --- docs/architecture.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/architecture.md b/docs/architecture.md index 78f6a695973..86ff1f524fe 100644 --- a/docs/architecture.md +++ b/docs/architecture.md @@ -12,9 +12,9 @@ The AsyncAPI CLI uses oclif (Open CLI Framework) as its core framework, which en --- -### **Detailed Explanation of Key Directories in the CLI** +### Detailed Explanation of Key Directories in the CLI -#### **`src/commands/`** +#### `src/commands/` - **Purpose:** Implements the CLI commands available to the user. - **Subdirectories:** - `config/`: Stores configuration-related files for commands. @@ -42,7 +42,7 @@ The AsyncAPI CLI uses oclif (Open CLI Framework) as its core framework, which en --- -#### **`src/core/`** +#### `src/core/` - **Purpose:** Provides foundational components and utilities for the CLI. - **Subdirectories:** - `errors/`: Centralized error definitions. @@ -59,7 +59,7 @@ The AsyncAPI CLI uses oclif (Open CLI Framework) as its core framework, which en --- -#### **`test/`** +#### `test/` - **Purpose:** Implements the test suite for the CLI. - **Subdirectories:** - `fixtures/`: Contains mock data or files for testing. @@ -70,7 +70,7 @@ The AsyncAPI CLI uses oclif (Open CLI Framework) as its core framework, which en --- -### **Use Cases** +### Use Cases 1. **Generate AsyncAPI Artifacts:** - Use the `generate` command to create client/server code, documentation, or other artifacts based on AsyncAPI templates.