Replace Mermaid roadmap with SVG image

This commit is contained in:
yeasy
2026-03-26 08:54:54 -07:00
parent c0abba1d7f
commit 41b6992819
2 changed files with 78 additions and 14 deletions

View File

@@ -29,20 +29,7 @@
## 学习路线图
```mermaid
graph LR
Start[Docker 学习入口] --> Ch1[第1章Docker 简介]
Ch1 --> Role1["运维新手<br/>第1-4章"]
Ch1 --> Role2["开发者<br/>第1-3章 → 第5-8章"]
Ch1 --> Role3["DevOps 工程师<br/>第1章 → 第9-14章 → 第18章"]
Ch1 --> Role4["架构师<br/>第1章 → 第15-21章"]
Role1 --> End1["掌握基本操作"]
Role2 --> End2["构建与部署应用"]
Role3 --> End3["自动化与运维"]
Role4 --> End4["设计容器方案"]
```
![学习路线图](_images/roadmap.svg)
| 读者角色 | 学习重点 | 核心成果 |
|---------|---------|---------|
| **运维新手** | 第1-4 | 掌握容器的基本概念与操作 |