rust-book-cn/book.toml

17 lines
891 B
TOML
Raw Permalink Normal View History

2021-05-09 15:16:11 +08:00
[book]
2021-05-19 20:33:15 +08:00
title = "Rust 程序设计语言 中文版"
2021-05-17 13:37:55 +08:00
description = "Rust 程序设计语言中文也译为 Rust 权威指南,是 Rust 官方推出的学习 Rust 的必备教程。Rust Wiki 版的 Rust 程序设计语言简体中文版将由 Rust 中文翻译项目组持续维护和更新,确保内容最新最全。"
2022-05-23 15:38:31 +08:00
authors = ["Steve Klabnik", "Carol Nichols", "Contributions from the Rust Community"]
2021-05-09 15:16:11 +08:00
translator = "Rust 中文翻译项目组Rust 中文社区"
2021-05-09 16:38:58 +08:00
language = "zh-CN"
2021-05-09 15:16:11 +08:00
[output.html]
additional-css = ["ferris.css", "theme/2018-edition.css"]
2021-05-10 00:14:03 +08:00
additional-js = ["ferris.js", "language.js"]
2021-05-09 15:16:11 +08:00
git-repository-url = "https://github.com/rust-lang-cn/book-cn"
2021-05-12 18:19:10 +08:00
edit-url-template = "https://github.com/rust-lang-cn/book-cn/edit/master/{path}"
2021-05-17 13:37:55 +08:00
[output.html.redirect]
"ch01-00-introduction.html" = "ch00-00-introduction.html"
2021-05-17 23:26:45 +08:00
"ch05-01-method-syntax.html" = "ch05-03-method-syntax.html"