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

Commit 4cdb38a

Browse files
committed
update
Signed-off-by: Innei <[email protected]>
1 parent d17e4d9 commit 4cdb38a

File tree

4 files changed

+89
-36
lines changed

4 files changed

+89
-36
lines changed

pages/docs/community.mdx

+34-10
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,43 @@
44

55
---
66

7-
import { RiBilibiliFill } from '@components/Icons/BilibiliFill';
8-
import { UilFileAlt } from '@components/Icons/FileAlt';
9-
import { Cards, Card } from 'nextra/components';
7+
import { RiBilibiliFill } from '@components/Icons/BilibiliFill'
8+
import { UilFileAlt } from '@components/Icons/FileAlt'
9+
import { Cards, Card } from 'nextra/components'
1010

1111
<Cards num={3}>
1212
<Card arrow title="BiliBili 教程 By 喵二" href="https://www.bilibili.com/video/BV14N4y137ZW/" icon={<RiBilibiliFill />} target="_blank" />
1313

14-
<Card arrow title="本地部署 Mix-Space 前后端指南 By Yukina" href="https://blog.cnmobile.link/posts/tutorial/deploy_mix-space_locally" icon={<UilFileAlt />} target="_blank" />
14+
<Card
15+
arrow
16+
title="本地部署 Mix-Space 前后端指南 By Yukina"
17+
href="https://blog.cnmobile.link/posts/tutorial/deploy_mix-space_locally"
18+
icon={<UilFileAlt />}
19+
target="_blank"
20+
/>
21+
22+
<Card
23+
arrow
24+
title="Mix-space kami 主题部署 Serverless 拯救垃圾主机 By 喵二"
25+
href="https://www.miaoer.xyz/posts/blog/mx-kami-serverless"
26+
icon={<UilFileAlt />}
27+
target="_blank"
28+
/>
29+
30+
<Card
31+
arrow
32+
title="mx-space + Shiro:如纸一般纯净的新博客"
33+
href="https://arthals.ink/posts/web/shiro"
34+
icon={<UilFileAlt />}
35+
target="_blank"
36+
/>
37+
38+
<Card
39+
arrow
40+
title="1Panel面板快速部署 Mix Space"
41+
href="https://sotkg.link/posts/site/8.html"
42+
icon={<UilFileAlt />}
43+
target="_blank"
44+
/>
1545

16-
<Card arrow title="Mix-space kami 主题部署 Serverless 拯救垃圾主机 By 喵二" href="https://www.miaoer.xyz/posts/blog/mx-kami-serverless" icon={<UilFileAlt />} target="_blank" />
17-
18-
<Card arrow title="mx-space + Shiro:如纸一般纯净的新博客" href="https://arthals.ink/posts/web/shiro" icon={<UilFileAlt />} target="_blank" />
19-
</Cards>
20-
21-
<Card arrow title="1Panel面板快速部署Mix-Space" href="https://sotkg.link/posts/site/8.html" icon={<UilFileAlt />} target="_blank" />
2246
</Cards>

pages/usage/_meta.json

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"search": "Algolia Search",
1111
"backup": "备份与回滚",
1212
"update": "更新 Mix Space",
13+
"security": "信息加密与安全性",
1314
"-- community": {
1415
"type": "separator",
1516
"title": "社区使用指南"

pages/usage/index.mdx

+49-21
Original file line numberDiff line numberDiff line change
@@ -2,32 +2,60 @@
22

33
本章节将会带您了解 Mix Space 的一些功能,以及如何使用它们。
44

5-
import { Callout } from 'nextra/components';
6-
7-
<Callout>
8-
温馨提示:此指南需要一定的基础知识 & 理解能力,请准备好哦~
9-
</Callout>
5+
import { Callout } from 'nextra/components'
106

7+
<Callout>温馨提示:此指南需要一定的基础知识 & 理解能力,请准备好哦~</Callout>
118

129
### 官方指南
1310

14-
import { Cards, Card } from 'nextra/components';
15-
import { UimMasterCard } from '@components/Icons/MasterCard';
16-
import { UilCloudDatabaseTree } from '@components/Icons/CloudDatabaseTree';
17-
import { UilLifeRing } from '@components/Icons/LifeRing';
18-
import { UilSearchAlt } from '@components/Icons/SearchAlt';
19-
import { UilBitcoin } from '@components/Icons/Bitcoin';
20-
import { UilHistoryAlt } from '@components/Icons/HistoryAlt';
21-
import { UilArrowCircleUp } from '@components/Icons/ArrowCircleUp';
11+
import { Cards, Card } from 'nextra/components'
12+
import { UimMasterCard } from '@components/Icons/MasterCard'
13+
import { UilCloudDatabaseTree } from '@components/Icons/CloudDatabaseTree'
14+
import { UilLifeRing } from '@components/Icons/LifeRing'
15+
import { UilSearchAlt } from '@components/Icons/SearchAlt'
16+
import { UilBitcoin } from '@components/Icons/Bitcoin'
17+
import { UilHistoryAlt } from '@components/Icons/HistoryAlt'
18+
import { UilArrowCircleUp } from '@components/Icons/ArrowCircleUp'
2219

2320
<Cards num={3}>
24-
<Card icon={<UimMasterCard />} arrow href={"/usage/macros"} title="文本宏" />
25-
<Card icon={<UilCloudDatabaseTree />} arrow href={"/usage/serverless"} title="云函数" />
26-
<Card icon={<UilLifeRing />} arrow href={"/usage/bark"} title="Bark 通知 (WIP)" />
27-
<Card icon={<UilSearchAlt />} arrow href={"/usage/search"} title="Algolia Search" />
28-
<Card icon={<UilBitcoin />} arrow href={"/usage/xlog"} title="xLog 集成" />
29-
<Card icon={<UilHistoryAlt />} arrow href={"/usage/backup"} title="备份与回滚" />
30-
<Card icon={<UilArrowCircleUp />} arrow href={"/usage/update"} title="更新 Mx-Space" />
21+
<Card icon={<UimMasterCard />} arrow href={'/usage/macros'} title="文本宏" />
22+
<Card
23+
icon={<UilCloudDatabaseTree />}
24+
arrow
25+
href={'/usage/serverless'}
26+
title="云函数"
27+
/>
28+
<Card
29+
icon={<UilLifeRing />}
30+
arrow
31+
href={'/usage/bark'}
32+
title="Bark 通知 (WIP)"
33+
/>
34+
<Card
35+
icon={<UilSearchAlt />}
36+
arrow
37+
href={'/usage/search'}
38+
title="Algolia Search"
39+
/>
40+
<Card icon={<UilBitcoin />} arrow href={'/usage/xlog'} title="xLog 集成" />
41+
<Card
42+
icon={<UilHistoryAlt />}
43+
arrow
44+
href={'/usage/backup'}
45+
title="备份与回滚"
46+
/>
47+
<Card
48+
icon={<UilArrowCircleUp />}
49+
arrow
50+
href={'/usage/update'}
51+
title="更新 Mix Space"
52+
/>
53+
<Card
54+
icon={<UilArrowCircleUp />}
55+
arrow
56+
href={'/usage/security'}
57+
title="信息加密与安全性"
58+
/>
3159
</Cards>
3260

33-
### 社区使用指南
61+
### 社区使用指南

pages/usage/update.mdx

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
# 更新 Mx-Space
1+
# 更新 Mix Space
22

3-
import { Callout } from "nextra/components";
4-
import { UilFileAlt } from '@components/Icons/FileAlt';
5-
import { Cards, Card } from 'nextra/components';
3+
import { Callout } from 'nextra/components'
4+
import { UilFileAlt } from '@components/Icons/FileAlt'
5+
import { Cards, Card } from 'nextra/components'
66

77
开头介绍就说过,Mx-Space 分为前端和后端两个部分,因此,更新的时候二者也需要分开更新。
88

@@ -28,4 +28,4 @@ import { Cards, Card } from 'nextra/components';
2828
<Card arrow title="Shiro 更新" href="/themes/shiro#更新" icon={<UilFileAlt />} target="_blank" />
2929

3030
<Card arrow title="Kami 更新" href="/themes/kami#更新" icon={<UilFileAlt />} target="_blank" />
31-
</Cards>
31+
</Cards>

0 commit comments

Comments
 (0)