Skip to content

Commit 94eae7b

Browse files
Merge pull request #1 from etherisc-services/feature/image-support
feat: Add inline image support to document templates
2 parents 493c10c + cdf45fe commit 94eae7b

20 files changed

+1489
-10
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@ docker compose up -d
3030

3131
## 📖 Documentation
3232

33-
- **[📋 Installation Guide](docs/installation.md)** - Complete setup instructions
33+
- **[📋 Installation Guide](docs/installation.md)** - Complete setup instructions
3434
- **[🔧 Usage Guide](docs/usage.md)** - Service usage and templating examples
35+
- **[🖼️ Image Support Guide](docs/image-support.md)** - Include inline images in templates
3536
- **[🐳 Docker Integration Guide](docs/integration.md)** - Integrate with existing Docker Compose stacks
3637

3738
## 🛠️ Technology Stack

docs/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ Welcome to the Document Template Processing Service documentation.
1313
## Table of Contents
1414

1515
1. **[Installation Guide](installation.md)** - Complete setup instructions to get the service running
16-
2. **[Usage Guide](usage.md)** - Comprehensive service usage and templating examples
17-
3. **[Docker Integration Guide](integration.md)** - How to integrate with existing Docker Compose stacks
16+
2. **[Usage Guide](usage.md)** - Comprehensive service usage and templating examples
17+
3. **[Image Support Guide](image-support.md)** - How to include inline images in document templates
18+
4. **[Docker Integration Guide](integration.md)** - How to integrate with existing Docker Compose stacks
1819

1920
## Quick Links
2021

0 commit comments

Comments
 (0)