Skip to content

Commit

Permalink
feat: Update community and core docs with detailed deployment guides
Browse files Browse the repository at this point in the history
  • Loading branch information
PaloMiku committed Dec 28, 2024
1 parent f827ac0 commit 5f57f20
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 21 deletions.
25 changes: 9 additions & 16 deletions content/docs/core/community.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,53 +10,46 @@ import { FileText, Video } from 'lucide-react'
</Callout>

<Cards num={3}>
<Card title="BiliBili 教程 | By 喵二" href="https://www.bilibili.com/video/BV14N4y137ZW/" icon={<Video />} target="_blank" />
<Card title="超可爱的前后端分离博客Mix-space搭建教程" href="https://www.bilibili.com/video/BV14N4y137ZW/" icon={<Video />} target="_blank">BiliBili 前后端部署视频教程 | By 喵二 | 平台:Selfhost</Card>

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

<Card
title="Mix-space kami 主题部署 Serverless 拯救垃圾主机 | By 喵二"
title="Mix-space kami 主题部署 Serverless 拯救垃圾主机"
href="https://www.miaoer.xyz/posts/blog/mx-kami-serverless"
icon={<FileText />}
target="_blank"
/>
> Kami 前端部署博文教程 | By 喵二 | 平台:Serverless</Card>

<Card
title="mx-space + Shiro:如纸一般纯净的新博客"
href="https://arthals.ink/posts/web/shiro"
icon={<FileText />}
target="_blank"
/>
> 前后端部署博文教程 | By Arthals | 平台:Selfhost</Card>

<Card
title="使用 Mix Space × Zeabur 搭建自己的个人空间"
href="https://lab.gb0.dev/post/mxspace-on-zeabur/"
icon={<FileText />}
target="_blank"
/>
>前后端部署博文教程 | By 草方块 | 平台:Serverless</Card>

<Card
title="使用 Termux 搭建 Mix-Space | By Rinne"
title="使用 Termux 搭建 Mix-Space"
href="https://www.rinne.in/posts/default/deploy-mxspace-with-termux"
icon={<FileText />}
target="_blank"
/>
>前后端部署博文教程 | By Rinne | 平台:Android</Card>

<Card
title="从 WordPress 迁移数据到 Mix Space"
href="https://blog.fosky.top/2024/10/09/wordpress-to-mix-space.html"
icon={<FileText />}
target="_blank"
/>
>后端迁移系统数据博文教程 | By Fosky</Card>
<Card
title="Shiro 部署如此简单?!"
href="https://blog.yoruzzz.cn/posts/%E5%BB%BA%E7%AB%99/shiro"
icon={<FileText />}
target="_blank"
/>
>前后端部署博文教程 | By 南栀 | 平台:Selfhost </Card>
</Cards>
8 changes: 4 additions & 4 deletions content/docs/core/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ import { Accordion, Accordions } from 'fumadocs-ui/components/accordion';
import { Container, Pickaxe, Share2, Ellipsis, Paintbrush } from 'lucide-react';

<Cards>
<Card title="Docker 部署" href="/docs/core/docker" icon={<Container />} />
<Card title="进阶部署" href="/docs/core/advanced" icon={<Pickaxe />} />
<Card title="拓展内容" href="/docs/core/extra" icon={<Ellipsis />} />
<Card title="社区分享" href="/docs/core/community" icon={<Share2 />} />
<Card title="Docker 部署" href="/docs/core/docker" icon={<Container />}>使用Docker部署后端</Card>
<Card title="进阶部署" href="/docs/core/advanced" icon={<Pickaxe />}>使用传统方式部署后端</Card>
<Card title="拓展内容" href="/docs/core/extra" icon={<Ellipsis />}>部署常见问题与拓展内容</Card>
<Card title="社区分享" href="/docs/core/community" icon={<Share2 />}>了解社区用户们分享的部署方式</Card>
</Cards>

还有更多部署方式吗?欢迎您向文档提交 [Pull Request](https://github.com/mx-space/docs/pulls) 以分享您的部署方式。按上方**后端部署文档**完成你的部署后,你可以通过下面的方式继续部署 Mix Space **前端** *(为什么分开部署?请查看 [一些你需要知道的事情](#一些你需要知道的事情)*
Expand Down
2 changes: 1 addition & 1 deletion content/docs/themes/community.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ import { FileText } from 'lucide-react'
href="https://blog.sotkg.com/2024/10/https-www-sotkg-com-posts-site-shiroi-docker-deployment.html"
icon={<FileText />}
target="_blank"
/>
>前端部署方式拓展博文教程 | By Mikuの鬆 </Card>
</Cards>

0 comments on commit 5f57f20

Please sign in to comment.