Skip to content

Commit dd10bb4

Browse files
docs: inconsistent formatting asterisk-mark (#1673)
Co-authored-by: asyncapi-bot <bot+chan@asyncapi.io>
1 parent 4ecdde4 commit dd10bb4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/architecture.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ The AsyncAPI CLI uses oclif (Open CLI Framework) as its core framework, which en
1212

1313
---
1414

15-
### **Detailed Explanation of Key Directories in the CLI**
15+
### Detailed Explanation of Key Directories in the CLI
1616

17-
#### **`src/commands/`**
17+
#### `src/commands/`
1818
- **Purpose:** Implements the CLI commands available to the user.
1919
- **Subdirectories:**
2020
- `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
4242

4343
---
4444

45-
#### **`src/core/`**
45+
#### `src/core/`
4646
- **Purpose:** Provides foundational components and utilities for the CLI.
4747
- **Subdirectories:**
4848
- `errors/`: Centralized error definitions.
@@ -59,7 +59,7 @@ The AsyncAPI CLI uses oclif (Open CLI Framework) as its core framework, which en
5959

6060
---
6161

62-
#### **`test/`**
62+
#### `test/`
6363
- **Purpose:** Implements the test suite for the CLI.
6464
- **Subdirectories:**
6565
- `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
7070

7171
---
7272

73-
### **Use Cases**
73+
### Use Cases
7474

7575
1. **Generate AsyncAPI Artifacts:**
7676
- Use the `generate` command to create client/server code, documentation, or other artifacts based on AsyncAPI templates.

0 commit comments

Comments
 (0)