Skip to content

Commit

Permalink
📝 文档(pages/install): 简化文档内配置说明文档的链接地址
Browse files Browse the repository at this point in the history
  • Loading branch information
Sitoi committed Jan 13, 2024
1 parent 0da3e52 commit 9a2e537
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pages/install/docker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ curl https://raw.githubusercontent.com/sitoi/dailycheckin/main/docker_start.sh |

文件路径: `./config/config.json`

参考 [配置说明文档](https://sitoi.github.io/dailycheckin/settings/) ,并修改 `config.json`
参考[配置说明文档](/settings/config) ,并修改 `config.json`

## 三、运行

Expand Down
2 changes: 1 addition & 1 deletion pages/install/local.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pip install dailycheckin --user
文件格式是否正确!
</Callout>

在项目目录下新建并编写 `config.json` 配置文件,参考[配置说明文档](https://sitoi.github.io/dailycheckin/settings/config/) ,并修改 `config.json`
在项目目录下新建并编写 `config.json` 配置文件,参考[配置说明文档](/settings/config) ,并修改 `config.json`

## 三、运行

Expand Down
2 changes: 1 addition & 1 deletion pages/install/qinglong.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ apk add --no-cache gcc g++ python python-dev py-pip mysql-dev linux-headers libf

### 配置 config.json 文件

参考[配置说明文档](https://sitoi.github.io/dailycheckin/settings/) ,并修改 `config.json`
参考[配置说明文档](/settings/config) ,并修改 `config.json`

</Steps>

Expand Down
2 changes: 1 addition & 1 deletion pages/install/synology.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ import { Steps } from 'nextra/components'
文件格式是否正确!
</Callout>

上传配置文件「config.json」到 「dailycheckin/config」目录下,参考[配置说明文档](https://sitoi.github.io/dailycheckin/settings/) ,并修改 `config.json`
上传配置文件「config.json」到 「dailycheckin/config」目录下,参考[配置说明文档](/settings/config) ,并修改 `config.json`

![配置并上传配置文件](../img/synology8.png)

Expand Down

0 comments on commit 9a2e537

Please sign in to comment.