Skip to content
This repository was archived by the owner on Nov 2, 2024. It is now read-only.

Commit b7bbb39

Browse files
authored
docs: add "Related links" section for docker deploy page (#37)
1 parent f225759 commit b7bbb39

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

pages/docs/docker.mdx

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# Docker 部署
22

33

4-
import { Callout, Steps } from "nextra/components";
4+
import { Card, Cards, Callout, Steps } from 'nextra/components';
5+
import { UilExternalLinkAlt } from '@components/Icons/ExternalLinkAlt';
6+
import { UilArrowCircleUp } from '@components/Icons/ArrowCircleUp';
57

68
<Steps>
79
### 安装 Docker
@@ -83,11 +85,17 @@ docker compose up -d
8385

8486
### 完成
8587

86-
恭喜你完成了 Core 部署,不过仅仅如此是不够的,你需要进入后台对 Core 进行初始化等操作(在反向代理之后进行),这里不再赘述。除此之外,如引言所述还需要部署一个**前端**主题用于展示,请参考 [前端主题文档](https://mx-space.js.org/themes) 继续完成部署前端主题的步骤。
88+
恭喜你完成了 Core 部署,不过仅仅如此是不够的,你需要配置好反向代理之后登录后台进行初始化,这里不再赘述。除此之外,如引言所述还需要部署一个**前端**主题用于展示,请参考 [前端主题文档](https://mx-space.js.org/themes) 继续完成部署前端主题的步骤。
8789

8890
</Steps>
8991

92+
## 相关链接
9093

94+
<Cards num={2}>
95+
<Card arrow title="反向代理配置" href="/docs/extra#反向代理" icon={<UilExternalLinkAlt />} />
96+
<Card arrow title="前端主题部署" href="/themes" icon={<UilExternalLinkAlt />} />
97+
<Card arrow title="使用指南" href="/usage" icon={<UilArrowCircleUp />} />
98+
</Cards>
9199

92100

93101

pages/themes/kami.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { Callout, Steps } from "nextra/components";
1212

1313

1414
<Callout type="warning">
15-
由于 Kami 主题将不再维护,该部分文档将会保持最小程度的更新;值得注意的是,使用 Kami 要求服务器的 Linux 内核版本不小于 4.19。
15+
由于 Kami 主题已不再维护并 Achieved ,该部分文档将会保持最小程度的更新;值得注意的是,使用 Kami 要求服务器的 Linux 内核版本不小于 4.19。
1616
</Callout>
1717

1818

0 commit comments

Comments
 (0)