Skip to content

Commit

Permalink
docs: add "Related links" section for docker deploy page (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
wuhang2003 authored Oct 29, 2023
1 parent f225759 commit b7bbb39
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions pages/docs/docker.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Docker 部署


import { Callout, Steps } from "nextra/components";
import { Card, Cards, Callout, Steps } from 'nextra/components';
import { UilExternalLinkAlt } from '@components/Icons/ExternalLinkAlt';
import { UilArrowCircleUp } from '@components/Icons/ArrowCircleUp';

<Steps>
### 安装 Docker
Expand Down Expand Up @@ -83,11 +85,17 @@ docker compose up -d

### 完成

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

</Steps>

## 相关链接

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



Expand Down
2 changes: 1 addition & 1 deletion pages/themes/kami.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { Callout, Steps } from "nextra/components";


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


Expand Down

0 comments on commit b7bbb39

Please sign in to comment.