initialize the rustc book
This commit is contained in:
parent
4b9b70c394
commit
0dd0a5bc03
4 changed files with 10 additions and 0 deletions
1
src/doc/rustc/.gitignore
vendored
Normal file
1
src/doc/rustc/.gitignore
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
book
|
||||
5
src/doc/rustc/book.toml
Normal file
5
src/doc/rustc/book.toml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
[book]
|
||||
authors = ["steveklabnik"]
|
||||
multilingual = false
|
||||
src = "src"
|
||||
title = "The rustc book"
|
||||
3
src/doc/rustc/src/SUMMARY.md
Normal file
3
src/doc/rustc/src/SUMMARY.md
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# Summary
|
||||
|
||||
- [Chapter 1](./chapter_1.md)
|
||||
1
src/doc/rustc/src/chapter_1.md
Normal file
1
src/doc/rustc/src/chapter_1.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
# Chapter 1
|
||||
Loading…
Add table
Add a link
Reference in a new issue