Skip to content

Commit b5d556d

Browse files
committed
create a simple frame
Signed-off-by: Chen Miao <[email protected]>
1 parent 2353252 commit b5d556d

File tree

8 files changed

+14
-8
lines changed

8 files changed

+14
-8
lines changed

book.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[book]
2-
authors = ["Chen Miao"]
2+
authors = ["Chen Miao <[email protected]>"]
33
language = "en"
44
src = "src"
55
title = "Rust for Linux Insides"

src/SUMMARY.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
# Summary
22

3-
[简介](introduce.md)
3+
[主页](introduce.md)
44

5-
- [Chapter 1](./chapter_01/chapter_1.md)
5+
[Wiki](wiki/wiki_index.md)
66

7-
[Contributors](./contributor.md)
7+
[博客](blog/blog_index.md)
8+
9+
[新闻](news/news_index.md)
10+
11+
[Contributors](contributor.md)

src/blog/blog_index.md

Whitespace-only changes.

src/chapter_01/chapter_1.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/chapter_1.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/introduce.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
# 简介
1+
# 欢迎来到Rust for Linux Insides!
22

3-
只是一个最基础的测试
3+
Rust for Linux Insides 是华中科技大学开放原子开源俱乐部发起的技术文档项目,聚焦 Rust 语言与 Linux 的深度结合,旨在通过系列技术博客、代码示例、原理解析,帮助开发者理解 Linux 内部机制,并掌握用 Rust 开发 Linux 内核驱动、优化 Linux 内核模块的方法。​
4+
5+
无论是 Linux 内核初学者、Rust 技术实践者,还是开源爱好者,都能从本项目中获取 Linux 底层原理的清晰解读与 Rust 落地实践的参考案例。

src/news/news_index.md

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

src/wiki/wiki_index.md

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

0 commit comments

Comments
 (0)