mirror of
https://github.com/kjanat/articulate-parser.git
synced 2026-08-06 00:04:07 +02:00
docs: remove emojis from README
This commit is contained in:
@@ -78,12 +78,12 @@ flowchart TD
|
|||||||
|
|
||||||
The system follows **Clean Architecture** principles with clear separation of concerns:
|
The system follows **Clean Architecture** principles with clear separation of concerns:
|
||||||
|
|
||||||
- **🎯 Entry Point**: Command-line interface handles user input and coordinates operations
|
- **Entry Point**: Command-line interface handles user input and coordinates operations
|
||||||
- **🏗️ Application Layer**: Core business logic with dependency injection
|
- **Application Layer**: Core business logic with dependency injection
|
||||||
- **📋 Interface Layer**: Contracts defining behavior without implementation details
|
- **Interface Layer**: Contracts defining behavior without implementation details
|
||||||
- **🔧 Service Layer**: Concrete implementations of parsing and utility services
|
- **Service Layer**: Concrete implementations of parsing and utility services
|
||||||
- **📤 Export Layer**: Factory pattern for format-specific exporters
|
- **Export Layer**: Factory pattern for format-specific exporters
|
||||||
- **📊 Data Layer**: Domain models representing course structure
|
- **Data Layer**: Domain models representing course structure
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
@@ -206,7 +206,7 @@ Then run:
|
|||||||
|
|
||||||
The application is available as a Docker image from GitHub Container Registry.
|
The application is available as a Docker image from GitHub Container Registry.
|
||||||
|
|
||||||
### 🐳 Docker Image Information
|
### Docker Image Information
|
||||||
|
|
||||||
- **Registry**: `ghcr.io/kjanat/articulate-parser`
|
- **Registry**: `ghcr.io/kjanat/articulate-parser`
|
||||||
- **Platforms**: linux/amd64, linux/arm64
|
- **Platforms**: linux/amd64, linux/arm64
|
||||||
|
|||||||
Reference in New Issue
Block a user