Skip to content

Commit a56b60b

Browse files
committed
docs: 添加mdbook
1 parent bcce24a commit a56b60b

File tree

6 files changed

+33
-0
lines changed

6 files changed

+33
-0
lines changed

docs/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
book

docs/book.toml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
[book]
2+
title = "Project Graph"
3+
description = "无限画布上的思维操作系统。融合笔记、思维导图与系统分析, 用图论拓扑重构你的知识网络。"
4+
authors = ["zty012"]
5+
language = "zh-Hans"
6+
7+
[rust]
8+
edition = "2024"
9+
10+
[output.html]
11+
additional-css = ["./style.css"]

docs/src/404.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
![http.cat/404](https://http.cat/404)

docs/src/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# 序章
2+
3+
Coming S∞n...

docs/src/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[序章](README.md)

docs/style.css

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
:root,
2+
body,
3+
.content main {
4+
font-family:
5+
system-ui,
6+
-apple-system,
7+
BlinkMacSystemFont,
8+
"Segoe UI",
9+
Roboto,
10+
Oxygen,
11+
Ubuntu,
12+
Cantarell,
13+
"Open Sans",
14+
"Helvetica Neue",
15+
sans-serif;
16+
}

0 commit comments

Comments
 (0)