Fix figure captions, numbering, and heading level

This commit is contained in:
yeasy
2026-03-09 19:03:47 -07:00
parent d6fff9a3f7
commit d3e253a6cc
14 changed files with 25 additions and 25 deletions

View File

@@ -6,7 +6,7 @@
### 11.6.1 架构概览
在开始之前先看整体架构 (如图 10-1 所示)
在开始之前先看整体架构 (如图 11-1所示)
```mermaid
flowchart TD
@@ -31,7 +31,7 @@ flowchart TD
Port8000 --> Browser
```
10-1 Django + PostgreSQL Compose 架构
11-1Django + PostgreSQL Compose 架构
**关键点**

View File

@@ -6,7 +6,7 @@
### 11.7.1 架构概览
如图 10-2 所示Rails PostgreSQL 在同一 Compose 网络中协同工作
如图 11-2所示Rails PostgreSQL 在同一 Compose 网络中协同工作
```mermaid
flowchart TD
@@ -31,7 +31,7 @@ flowchart TD
Port3000 --> Browser
```
10-2 Rails + PostgreSQL Compose 架构
11-2Rails + PostgreSQL Compose 架构
### 11.7.2 准备工作