update readme.md

pull/426/head
sunface 3 years ago
parent e4b116b173
commit b13bbf3822

@ -30,7 +30,7 @@
- [Rust Book](https://doc.rust-lang.org/book)
- [Rust nomicon](https://doc.rust-lang.org/nomicon/dot-operator.html)
- [Async Rust](https://rust-lang.github.io/async-book/01_getting_started/01_chapter.html)
- 详细清单参见 [这里](./book/writing-material/books.md)
- 详细清单参见 [这里](./assets/writing-material/books.md)
因为它们绝大部分是支持 APACHE + MIT 双协议的,因此我们选择了遵循其中的 MIT 协议,并在这里统一对借鉴的书籍进行说明。

@ -1,14 +1,14 @@
[book]
authors = ["sunface"]
language = "zh-CN"
title = "Rust语言圣经(Rust教程 Rust Course)"
title = "Rust语言圣经(教程 Course)"
src = "contents"
[output.html]
additional-css = ["assets/ferris.css", "assets/theme/2018-edition.css"]
additional-js = ["assets/ferris.js"]
git-repository-url = "https://github.com/sunface/rust-course"
edit-url-template = "https://github.com/sunface/rust-course/edit/main/book/{path}"
edit-url-template = "https://github.com/sunface/rust-course/edit/main/{path}"
[output.html.playground]
editable = true

Loading…
Cancel
Save