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

Commit 3c2f504

Browse files
docs: add system requirement (#43)
Co-authored-by: wibus-wee <[email protected]>
1 parent 0d838ac commit 3c2f504

File tree

4 files changed

+878
-1037
lines changed

4 files changed

+878
-1037
lines changed

.github/renovate.json renamed to .github/renovate.json5

+3
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
44
"local>Innei/renovate-config"
5+
],
6+
"ignoreDeps": [
7+
"next" // https://github.com/shuding/nextra/issues/1785
58
]
69
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"clsx": "^2.0.0",
2424
"copy-to-clipboard": "^3.3.3",
2525
"framer-motion": "^10.16.5",
26-
"next": "^14.0.3",
26+
"next": "^13.3.0",
2727
"nextra": "latest",
2828
"nextra-theme-docs": "latest",
2929
"postcss": "^8.4.31",

pages/docs/index.mdx

+9-1
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,20 @@ title: 引言
66

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

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

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

17+
## 系统要求
18+
19+
- **Linux** / **macOS**
20+
- Linux 内核版本 >= **4.19**
21+
- Memory >= **1G**
22+
1523
## 快速开始
1624

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

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

0 commit comments

Comments
 (0)