Skip to content

Commit 1699e05

Browse files
committed
fix: 修复vitepress 链接错误
1 parent 3887325 commit 1699e05

29 files changed

Lines changed: 30 additions & 54 deletions

.vitepress/config.ts

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,5 +103,16 @@ export default defineConfig({
103103
message: 'Released under the MIT License.',
104104
copyright: 'Copyright © 2019-present Evan You'
105105
}
106-
}
106+
},
107+
srcExclude: [
108+
"Web-技术参考.md",
109+
"interview/**",
110+
"参考手册.md",
111+
"图形设计.md",
112+
"数学题.md",
113+
"数学.md",
114+
"resume/**",
115+
"temp/**",
116+
"Archived/**"
117+
],
107118
})

.vitepressignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
Web-技术参考.md
2+
File renamed without changes.

Django框架.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1654,7 +1654,7 @@ django附带了一些开箱即用的内置中间件, [官方文档](https://docs
16541654

16551655
## 配置Django实现数据库读写分离
16561656

1657-
[关于如何初始化配置:参考MySQL数据库文档](MySQL数据库.md)
1657+
[关于如何初始化配置:参考MySQL数据库文档](Infra-MySQL.md)
16581658

16591659
### 在配置文件中增加slave数据库的配置
16601660

@@ -2403,7 +2403,6 @@ TIME_ZONE= 'Asia/Shanghai',
24032403

24042404
# 日志-Logging
24052405

2406-
[参看开发文档](Python开发笔记.md/)
24072406

24082407
[参考配置文件- ommanager3]
24092408

Docker.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,6 @@ docker 三大部分 《docker实战》
9393
curl -fsSL https://get.docker.com | bash -s docker --mirror Aliyun
9494
```
9595

96-
97-
98-
```s
99-
10096
```shell
10197
# 官网安装
10298
sudo apt-get update

FastAPI框架.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ async def read_textures(
728728
729729
# pydantic
730730
731-
> 移步[Python包参考](Python包参考)
731+
> 移步[Python包参考](Python-Packages.md)
732732
733733
# alembic
734734

Github.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
GitHub is a code hosting platform for version control and collaboration. It lets you and others work together on projects from anywhere.
55
```
66
## 参考资料
7-
- [](参考手册.md/#Github)
87

98
## 拉取请求(pull request)
109

Go业务场景.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
>
55
> 从业务角度思考问题
66
>
7-
> 相关文档 [技术场景](技术场景.md)
7+
> 相关文档 [技术场景](Go技术场景.md)
88
99
# 系统设计
1010

Go技术场景.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> 从技术角度思考问题
44
>
5-
> 相关文档 [业务场景](业务场景.md)
5+
> 相关文档 [业务场景](Go业务场景.md)
66
77

88

Go程序设计语言.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2977,7 +2977,6 @@ go mod vendor
29772977
## 参考资料
29782978

29792979
- [极客时间: Go并发编程实践]
2980-
- [课件:Go并发编程(来自《Go并发编程实践》)](/Users/wwfyde/Desktop/Materials/Go.pptx)
29812980

29822981
## 开篇
29832982

0 commit comments

Comments
 (0)