style(docs): standardize heading formats and numbering

- Enforce Level 1-3 structural numbering based on SUMMARY.md hierarchy
- Remove structural numbering from Level 4+ headings
- Eliminate single child headings by converting to bold text
- Auto-inject summary text for headings with multiple children missing intro text
- Exclude Appendix chapters from structural numbering
- Avoid modifying code block contents
- Add script to detect non-standard English usage in headers
This commit is contained in:
Baohua Yang
2026-02-21 22:40:33 -08:00
parent 33af380be1
commit 175aaae48a
136 changed files with 1015 additions and 766 deletions

View File

@@ -1,22 +1,22 @@
## 简介
## 15.1 简介
随着容器技术的普及目前主流的云计算服务商都提供了成熟的容器服务与容器相关的云计算服务主要分为以下几种类型
### 1容器编排托管服务
### 15.1.1 容器编排托管服务
这是目前最主流的形式云厂商托管 Kubernetes 的控制平面 (Master 节点)用户只需管理工作节点 (Worker Node)
* **优势**降低了 Kubernetes 集群的维护成本高可用性由厂商保证
* **典型服务**AWS EKSAzure AKSGoogle GKE阿里云 ACK腾讯云 TKE
### 2容器实例服务
### 15.1.2 容器实例服务
这一类服务通常被称为 CaaS (Container as a Service)用户无需管理底层服务器 (EC2/CVM)只需提供镜像和配置即可运行容器
* **优势**极致的弹性按秒计费零运维
* **典型服务**AWS FargateAzure Container InstancesGoogle Cloud Run阿里云 ECI
### 3镜像仓库服务
### 15.1.3 镜像仓库服务
提供安全可靠的私有 Docker 镜像存储服务通常与云厂商的 CI/CD 流水线深度集成