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,8 +1,8 @@
## 部署 Drone
## 19.11 部署 Drone
本节涵盖了相关内容与详细描述主要探讨以下几个方面
### 要求
### 19.11.1 要求
* 拥有公网 IP域名 (如果你不满足要求可以尝试在本地使用 Gogs + Drone)
@@ -14,7 +14,7 @@
* `CI/CD` 有一定了解
### 新建 GitHub 应用
### 19.11.2 新建 GitHub 应用
登录 GitHub https://github.com/settings/applications/new 新建一个应用。
@@ -22,7 +22,7 @@
接下来查看这个应用的详情记录 `Client ID` `Client Secret`之后配置 Drone 会用到
### 配置 Drone
### 19.11.3 配置 Drone
我们通过使用 `Docker Compose` 来启动 `Drone`编写 `compose.yaml` ( `docker-compose.yml`) 文件