remove dot for consistency (#580)
This commit is contained in:
parent
2e9d8671a0
commit
53b902b479
|
@ -21,7 +21,7 @@ The process of rendering a book project goes through several steps.
|
||||||
|
|
||||||
1. Load the book
|
1. Load the book
|
||||||
- Parse the `book.toml`, falling back to the default `Config` if it doesn't
|
- Parse the `book.toml`, falling back to the default `Config` if it doesn't
|
||||||
exist.
|
exist
|
||||||
- Load the book chapters into memory
|
- Load the book chapters into memory
|
||||||
- Discover which preprocessors/backends should be used
|
- Discover which preprocessors/backends should be used
|
||||||
2. Run the preprocessors
|
2. Run the preprocessors
|
||||||
|
@ -43,4 +43,4 @@ explanation on the configuration system.
|
||||||
|
|
||||||
[`MDBook`]: http://rust-lang-nursery.github.io/mdBook/mdbook/book/struct.MDBook.html
|
[`MDBook`]: http://rust-lang-nursery.github.io/mdBook/mdbook/book/struct.MDBook.html
|
||||||
[API Docs]: http://rust-lang-nursery.github.io/mdBook/mdbook/
|
[API Docs]: http://rust-lang-nursery.github.io/mdBook/mdbook/
|
||||||
[config]: file:///home/michael/Documents/forks/mdBook/target/doc/mdbook/config/index.html
|
[config]: file:///home/michael/Documents/forks/mdBook/target/doc/mdbook/config/index.html
|
||||||
|
|
Loading…
Reference in New Issue