Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <[email protected]>
  • Loading branch information
Innei committed Dec 26, 2023
1 parent d17e4d9 commit 4cdb38a
Show file tree
Hide file tree
Showing 4 changed files with 89 additions and 36 deletions.
44 changes: 34 additions & 10 deletions pages/docs/community.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,43 @@

---

import { RiBilibiliFill } from '@components/Icons/BilibiliFill';
import { UilFileAlt } from '@components/Icons/FileAlt';
import { Cards, Card } from 'nextra/components';
import { RiBilibiliFill } from '@components/Icons/BilibiliFill'
import { UilFileAlt } from '@components/Icons/FileAlt'
import { Cards, Card } from 'nextra/components'

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

<Card arrow title="本地部署 Mix-Space 前后端指南 By Yukina" href="https://blog.cnmobile.link/posts/tutorial/deploy_mix-space_locally" icon={<UilFileAlt />} target="_blank" />
<Card
arrow
title="本地部署 Mix-Space 前后端指南 By Yukina"
href="https://blog.cnmobile.link/posts/tutorial/deploy_mix-space_locally"
icon={<UilFileAlt />}
target="_blank"
/>

<Card
arrow
title="Mix-space kami 主题部署 Serverless 拯救垃圾主机 By 喵二"
href="https://www.miaoer.xyz/posts/blog/mx-kami-serverless"
icon={<UilFileAlt />}
target="_blank"
/>

<Card
arrow
title="mx-space + Shiro:如纸一般纯净的新博客"
href="https://arthals.ink/posts/web/shiro"
icon={<UilFileAlt />}
target="_blank"
/>

<Card
arrow
title="1Panel面板快速部署 Mix Space"
href="https://sotkg.link/posts/site/8.html"
icon={<UilFileAlt />}
target="_blank"
/>

<Card arrow title="Mix-space kami 主题部署 Serverless 拯救垃圾主机 By 喵二" href="https://www.miaoer.xyz/posts/blog/mx-kami-serverless" icon={<UilFileAlt />} target="_blank" />

<Card arrow title="mx-space + Shiro:如纸一般纯净的新博客" href="https://arthals.ink/posts/web/shiro" icon={<UilFileAlt />} target="_blank" />
</Cards>

<Card arrow title="1Panel面板快速部署Mix-Space" href="https://sotkg.link/posts/site/8.html" icon={<UilFileAlt />} target="_blank" />
</Cards>
1 change: 1 addition & 0 deletions pages/usage/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"search": "Algolia Search",
"backup": "备份与回滚",
"update": "更新 Mix Space",
"security": "信息加密与安全性",
"-- community": {
"type": "separator",
"title": "社区使用指南"
Expand Down
70 changes: 49 additions & 21 deletions pages/usage/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,60 @@

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

import { Callout } from 'nextra/components';

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

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

### 官方指南

import { Cards, Card } from 'nextra/components';
import { UimMasterCard } from '@components/Icons/MasterCard';
import { UilCloudDatabaseTree } from '@components/Icons/CloudDatabaseTree';
import { UilLifeRing } from '@components/Icons/LifeRing';
import { UilSearchAlt } from '@components/Icons/SearchAlt';
import { UilBitcoin } from '@components/Icons/Bitcoin';
import { UilHistoryAlt } from '@components/Icons/HistoryAlt';
import { UilArrowCircleUp } from '@components/Icons/ArrowCircleUp';
import { Cards, Card } from 'nextra/components'
import { UimMasterCard } from '@components/Icons/MasterCard'
import { UilCloudDatabaseTree } from '@components/Icons/CloudDatabaseTree'
import { UilLifeRing } from '@components/Icons/LifeRing'
import { UilSearchAlt } from '@components/Icons/SearchAlt'
import { UilBitcoin } from '@components/Icons/Bitcoin'
import { UilHistoryAlt } from '@components/Icons/HistoryAlt'
import { UilArrowCircleUp } from '@components/Icons/ArrowCircleUp'

<Cards num={3}>
<Card icon={<UimMasterCard />} arrow href={"/usage/macros"} title="文本宏" />
<Card icon={<UilCloudDatabaseTree />} arrow href={"/usage/serverless"} title="云函数" />
<Card icon={<UilLifeRing />} arrow href={"/usage/bark"} title="Bark 通知 (WIP)" />
<Card icon={<UilSearchAlt />} arrow href={"/usage/search"} title="Algolia Search" />
<Card icon={<UilBitcoin />} arrow href={"/usage/xlog"} title="xLog 集成" />
<Card icon={<UilHistoryAlt />} arrow href={"/usage/backup"} title="备份与回滚" />
<Card icon={<UilArrowCircleUp />} arrow href={"/usage/update"} title="更新 Mx-Space" />
<Card icon={<UimMasterCard />} arrow href={'/usage/macros'} title="文本宏" />
<Card
icon={<UilCloudDatabaseTree />}
arrow
href={'/usage/serverless'}
title="云函数"
/>
<Card
icon={<UilLifeRing />}
arrow
href={'/usage/bark'}
title="Bark 通知 (WIP)"
/>
<Card
icon={<UilSearchAlt />}
arrow
href={'/usage/search'}
title="Algolia Search"
/>
<Card icon={<UilBitcoin />} arrow href={'/usage/xlog'} title="xLog 集成" />
<Card
icon={<UilHistoryAlt />}
arrow
href={'/usage/backup'}
title="备份与回滚"
/>
<Card
icon={<UilArrowCircleUp />}
arrow
href={'/usage/update'}
title="更新 Mix Space"
/>
<Card
icon={<UilArrowCircleUp />}
arrow
href={'/usage/security'}
title="信息加密与安全性"
/>
</Cards>

### 社区使用指南
### 社区使用指南
10 changes: 5 additions & 5 deletions pages/usage/update.mdx
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# 更新 Mx-Space
# 更新 Mix Space

import { Callout } from "nextra/components";
import { UilFileAlt } from '@components/Icons/FileAlt';
import { Cards, Card } from 'nextra/components';
import { Callout } from 'nextra/components'
import { UilFileAlt } from '@components/Icons/FileAlt'
import { Cards, Card } from 'nextra/components'

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

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

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

0 comments on commit 4cdb38a

Please sign in to comment.