Skip to content

Commit

Permalink
docs: inconsistent formatting asterisk-mark (#1673)
Browse files Browse the repository at this point in the history
Co-authored-by: asyncapi-bot <[email protected]>
  • Loading branch information
Adi-204 and asyncapi-bot authored Feb 17, 2025
1 parent 4ecdde4 commit dd10bb4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
Expand All @@ -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.
Expand All @@ -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.
Expand Down

0 comments on commit dd10bb4

Please sign in to comment.