Skip to content

Commit

Permalink
fixed: docs links (#2)
Browse files Browse the repository at this point in the history
* fixed: docs links

Signed-off-by: 喵二 <66155308+miaoermua@users.noreply.github.com>

* fixed: docker.mdx

Signed-off-by: 喵二 <66155308+miaoermua@users.noreply.github.com>

* fixed: docker.mdx

Signed-off-by: 喵二 <66155308+miaoermua@users.noreply.github.com>

---------

Signed-off-by: 喵二 <66155308+miaoermua@users.noreply.github.com>
  • Loading branch information
miaoermua authored Nov 2, 2024
1 parent de73877 commit f028977
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions content/docs/core/docker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ docker compose up -d

### 完成

恭喜你完成了 Core 部署,不过仅仅如此是不够的,你需要配置好[反向代理](/docs/extra#反向代理)之后通过绑定域名登录后台进行初始化,这里不再赘述具体过程。除此之外,如引言所述还需要部署一个**前端**主题用于展示,请参考 [前端主题文档](https://mx-space.js.org/themes) 继续完成部署前端主题的步骤。
恭喜你完成了 Core 部署,不过仅仅如此是不够的,你需要配置好[反向代理](/docs/core/extra#反向代理)之后通过绑定域名登录后台进行初始化,这里不再赘述具体过程。除此之外,如引言所述还需要部署一个**前端**主题用于展示,请参考 [前端主题文档](https://mx-space.js.org/docs/themes) 继续完成部署前端主题的步骤。

</Step>
</Steps>
Expand All @@ -147,4 +147,4 @@ docker compose up -d
href="/docs/usage"
icon={<ArrowUpCircle />}
/>
</Cards>
</Cards>
2 changes: 1 addition & 1 deletion content/docs/themes/shiro/deploy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export function FAQBox({ title, children }) {
<Callout type="info">
请注意,这份配置你需要自行修改成符合你的需求的配置。直接使用下面的配置可能会导致你的博客无法按照你的预期运行。

下面的配置可能不全,更多配置项的信息请移步 [配置项](./shiro/config.mdx) 了解。
下面的配置可能不全,更多配置项的信息请移步 [配置项](./shiro/config) 了解。

此外,配置也可写成 yaml 格式,此时数据类型应选择 `YAML`
</Callout>
Expand Down

0 comments on commit f028977

Please sign in to comment.