Skip to content

Commit

Permalink
docs: add system requirement (#43)
Browse files Browse the repository at this point in the history
Co-authored-by: wibus-wee <1596355173@qq.com>
  • Loading branch information
wuhang2003 and wibus-wee authored Nov 26, 2023
1 parent 0d838ac commit 3c2f504
Show file tree
Hide file tree
Showing 4 changed files with 878 additions and 1,037 deletions.
3 changes: 3 additions & 0 deletions .github/renovate.json → .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>Innei/renovate-config"
],
"ignoreDeps": [
"next" // https://github.com/shuding/nextra/issues/1785
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"clsx": "^2.0.0",
"copy-to-clipboard": "^3.3.3",
"framer-motion": "^10.16.5",
"next": "^14.0.3",
"next": "^13.3.0",
"nextra": "latest",
"nextra-theme-docs": "latest",
"postcss": "^8.4.31",
Expand Down
10 changes: 9 additions & 1 deletion pages/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,20 @@ title: 引言

**Mix Space** 是一个一款简洁而不简单的个人博客系统,它够快,够现代。你可以利用它构建一个属于自己的个人空间,记录生活,分享知识。

<Callout type="warning">
在本章节,我们将完成的是 **后端** 的安装,而 **前端** 的安装则需要你阅读 [前端主题文档](/themes)
</Callout>

<Callout type="info">
为什么分开部署?请查看本页 [一些你需要知道的事情](#一些你需要知道的事情) 小节。
</Callout>

## 系统要求

- **Linux** / **macOS**
- Linux 内核版本 >= **4.19**
- Memory >= **1G**

## 快速开始

<Callout>
Expand Down Expand Up @@ -67,4 +75,4 @@ import { FileTree } from 'nextra/components'
但万幸的是,我们开发者已经为你准备好了一切,你只需要按照文档**推荐的步骤**来操作即可,即使你不是开发者,也可以轻松完成安装。
</Callout>

知道了这些,你就可以避免掉大部分的问题了,开始安装体验吧!
知道了这些,你就可以避免掉大部分的问题了,开始安装体验吧!
Loading

0 comments on commit 3c2f504

Please sign in to comment.