Skip to content

Commit 69c90fa

Browse files
committed
doc(global): remove link contain .md
1 parent fe31ead commit 69c90fa

File tree

17 files changed

+46
-46
lines changed

17 files changed

+46
-46
lines changed

post/components/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## 组件库搭建
66

7-
- [项目初始化搭建+代码规范集成](/post/components/rc-template/init-project.md)
8-
- [组件库多产物编译及文档编写](/post/components/rc-template/component-build.md)
9-
- [turborepo 集成](/post/components/rc-template/turborepo.md)
10-
- [Icon 图标组件库自动生成 svg 组件](/post/components/rc-template/svg-to-compoent-script.md)
7+
- [项目初始化搭建+代码规范集成](/post/components/rc-template/init-project)
8+
- [组件库多产物编译及文档编写](/post/components/rc-template/component-build)
9+
- [turborepo 集成](/post/components/rc-template/turborepo)
10+
- [Icon 图标组件库自动生成 svg 组件](/post/components/rc-template/svg-to-compoent-script)

post/css/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77

88
# 目录
99

10-
- [CSS 基础](/post/css/base.md)
11-
- [Sass 语法](/post/css/scss.md)
10+
- [CSS 基础](/post/css/base)
11+
- [Sass 语法](/post/css/scss)

post/deploy/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# 目录
22

3-
- [Docker](/post/deploy/docker.md)
4-
- [前后端分离宝塔部署](/post/deploy/bt-deploy.md)
5-
- [Centos7 离线部署 SpringBoot 前后端分离项目](/post/deploy/linux-offline-deploy.md)
6-
- [Nginx 离线配置 ssl 证书使用 https](/post/deploy/nignx-use-https.md)
7-
- [Github Action CICD 自动部署](/post/deploy/github-action-cicd.md)
8-
- [免费无限续期 SSL 证书](/post/deploy/ssl-cert.md)
3+
- [Docker](/post/deploy/docker)
4+
- [前后端分离宝塔部署](/post/deploy/bt-deploy)
5+
- [Centos7 离线部署 SpringBoot 前后端分离项目](/post/deploy/linux-offline-deploy)
6+
- [Nginx 离线配置 ssl 证书使用 https](/post/deploy/nignx-use-https)
7+
- [Github Action CICD 自动部署](/post/deploy/github-action-cicd)
8+
- [免费无限续期 SSL 证书](/post/deploy/ssl-cert)

post/deploy/docker-env-install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ server {
461461

462462
## Github Action 实现 CI CD 自动化部署
463463

464-
此部分可以查看 [Github Action CICD 自动部署](/post/deploy/github-action-cicd.md),编写的 workflow 再往下看
464+
此部分可以查看 [Github Action CICD 自动部署](/post/deploy/github-action-cicd),编写的 workflow 再往下看
465465

466466
### 编写 Github Action
467467

post/deploy/github-action-cicd.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,4 +166,4 @@ jobs:
166166

167167
## SSL 证书
168168

169-
证书相关请查看 [免费无限续期 SSL 证书](/post/deploy/ssl-cert.md)
169+
证书相关请查看 [免费无限续期 SSL 证书](/post/deploy/ssl-cert)

post/deploy/linux-offline-deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ cd ./sbin #进入sbin文件
489489
490490
# 开启 https,安装 openssl 等相关依赖
491491
492-
<strong style="color:red;">以下内容仅作为临时参考,无实际应用,更详细的 openssl 安装与配置,需查看该文章:[Nginx 离线配置 ssl 证书](/post/deploy/nignx-use-https.md)</strong>
492+
<strong style="color:red;">以下内容仅作为临时参考,无实际应用,更详细的 openssl 安装与配置,需查看该文章:[Nginx 离线配置 ssl 证书](/post/deploy/nignx-use-https)</strong>
493493
494494
---
495495

post/deploy/nignx-use-https.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Nginx 离线配置 ssl 证书使用 https
33
date: 2024-04-07
44
---
55

6-
纯离线的内网环境中使用 nginx 配置 ssl 并使用 https 访问网站。对于服务器中 nginx 及其它环境的搭建,可参考我的该文章 [Linux Centos7 离线部署 SpringBoot 前后端分离项目](/post/deploy/linux-offline-deploy.md),该文章的环境是以此文章的基础上进行搭建的。同时,该文章涉及的部分安装包已提供在以上文章的开头部分。
6+
纯离线的内网环境中使用 nginx 配置 ssl 并使用 https 访问网站。对于服务器中 nginx 及其它环境的搭建,可参考我的该文章 [Linux Centos7 离线部署 SpringBoot 前后端分离项目](/post/deploy/linux-offline-deploy),该文章的环境是以此文章的基础上进行搭建的。同时,该文章涉及的部分安装包已提供在以上文章的开头部分。
77

88
# 检查环境
99

@@ -61,7 +61,7 @@ make
6161
make install
6262
```
6363

64-
> 这个过程可能会比较漫长,如果环境中缺失 `gcc` 等,也会出现莫名其妙的错误,nginx 的离线配置可参考我的另一篇文章:[Linux Centos7 离线部署 SpringBoot 前后端分离项目](/post/deploy/linux-offline-deploy.md)
64+
> 这个过程可能会比较漫长,如果环境中缺失 `gcc` 等,也会出现莫名其妙的错误,nginx 的离线配置可参考我的另一篇文章:[Linux Centos7 离线部署 SpringBoot 前后端分离项目](/post/deploy/linux-offline-deploy)
6565
6666
等待安装完成之后,就可以重新回到 openssl 安装的部分了。
6767

post/dev/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# 目录
22

3-
- [ESlint 8 升级至 9](/post/dev/eslint8-to-9.md)
4-
- [项目配置问题](/post/dev/project-config-problem.md)
3+
- [ESlint 8 升级至 9](/post/dev/eslint8-to-9)
4+
- [项目配置问题](/post/dev/project-config-problem)

post/html/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# 目录
22

3-
- [HTML 基础](/post/html/html-base.md)
3+
- [HTML 基础](/post/html/html-base)

post/java/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
## MiniIO
44

5-
- [MinIO 基础 api](/post/java/minio/minio-base-api.md)
6-
- [Springboot 集成 MinIO](/post/java/minio/minio-springboot-use.md)
7-
- [MinIO 分片上传下载/断点续传/妙传](/post/java/minio/minio-slice-upload.md)
5+
- [MinIO 基础 api](/post/java/minio/minio-base-api)
6+
- [Springboot 集成 MinIO](/post/java/minio/minio-springboot-use)
7+
- [MinIO 分片上传下载/断点续传/妙传](/post/java/minio/minio-slice-upload)
88

99
# IDEA
1010

11-
- [IDEA 代码规范设置](/post/java/idea-setting.md)
11+
- [IDEA 代码规范设置](/post/java/idea-setting)

0 commit comments

Comments
 (0)