Skip to content

Commit 23c86a5

Browse files
author
zhaoshiwei1
committed
refactor: update chapter headings in documentation for consistency by removing spaces between chapter numbers and titles
1 parent 834d456 commit 23c86a5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docs/goodblog/frontend/react/Next.js全栈开发完全指南.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ coverImage: https://haowallpaper.com/link/common/file/previewFileImg/15691093812
2525

2626
---
2727

28-
## 3. 第1章:后端的本质
28+
## 3.后端的本质
2929

3030
### 3.1 什么是后端?
3131

@@ -54,7 +54,7 @@ coverImage: https://haowallpaper.com/link/common/file/previewFileImg/15691093812
5454

5555
---
5656

57-
## 4. 第2章:Node.js入门
57+
## 4.Node.js入门
5858

5959
### 4.1 JavaScript Runtime运行时
6060

@@ -150,7 +150,7 @@ const data = await response.json();
150150

151151
---
152152

153-
## 5. 第3章:Next.js全栈框架
153+
## 5.Next.js全栈框架
154154

155155
### 5.1 传统开发方式的痛点
156156

@@ -328,7 +328,7 @@ export async function GET(): Promise<Response> {
328328
329329
---
330330
331-
## 6. 第4章:项目结构全解析
331+
## 6.项目结构全解析
332332
333333
### 6.1 项目目录结构
334334
@@ -470,7 +470,7 @@ export default async function PostPage({ params }: { params: { slug: string } })
470470
471471
---
472472
473-
## 7. 第5章:数据库与Prisma ORM
473+
## 7.数据库与Prisma ORM
474474
475475
### 7.1 什么是ORM?
476476
@@ -704,7 +704,7 @@ if (process.env.NODE_ENV !== "production") {
704704
705705
---
706706
707-
## 8. 第6章:用户认证系统
707+
## 8.用户认证系统
708708
709709
### 8.1 为什么需要认证系统?
710710
@@ -882,7 +882,7 @@ export async function POST(request: Request) {
882882
883883
---
884884
885-
## 9. 第7章:部署与运维
885+
## 9.部署与运维
886886
887887
### 9.1 环境概念
888888
@@ -1010,7 +1010,7 @@ server {
10101010
10111011
---
10121012
1013-
## 10. 第8章:性能优化
1013+
## 10.性能优化
10141014
10151015
### 10.1 Next.js性能优化
10161016

0 commit comments

Comments
 (0)