File tree 2 files changed +8
-8
lines changed
book-example/src/for_developers
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ The two main ways a developer can hook into the book's build process is via,
19
19
20
20
The process of rendering a book project goes through several steps.
21
21
22
- 1 . Load the book
22
+ 1 . Load the book
23
23
- Parse the ` book.toml ` , falling back to the default ` Config ` if it doesn't
24
24
exist
25
25
- Load the book chapters into memory
@@ -41,6 +41,6 @@ The easiest way to find out how to use the `mdbook` crate is by looking at the
41
41
explanation on the configuration system.
42
42
43
43
44
- [ `MDBook` ] : http ://rust-lang-nursery.github.io/mdBook /mdbook/book/struct.MDBook.html
44
+ [ `MDBook` ] : https ://docs.rs/mdbook/* /mdbook/book/struct.MDBook.html
45
45
[ API Docs ] : https://docs.rs/mdbook/*/mdbook/
46
- [ config ] : file :///home/michael/Documents/forks/mdBook/target/doc /mdbook/config/index.html
46
+ [ config ] : https ://docs.rs/mdbook/* /mdbook/config/index.html
Original file line number Diff line number Diff line change @@ -342,10 +342,10 @@ the source code or ask questions.
342
342
[ mdbook-epub ] : https://github.com/Michael-F-Bryan/mdbook-epub
343
343
[ mdbook-test ] : https://github.com/Michael-F-Bryan/mdbook-test
344
344
[ rust-skeptic ] : https://github.com/budziq/rust-skeptic
345
- [ `RenderContext` ] : http ://rust-lang-nursery.github.io/mdBook /mdbook/renderer/struct.RenderContext.html
346
- [ `RenderContext::from_json()` ] : http ://rust-lang-nursery.github.io/mdBook /mdbook/renderer/struct.RenderContext.html#method.from_json
345
+ [ `RenderContext` ] : https ://docs.rs/mdbook/* /mdbook/renderer/struct.RenderContext.html
346
+ [ `RenderContext::from_json()` ] : https ://docs.rs/mdbook/* /mdbook/renderer/struct.RenderContext.html#method.from_json
347
347
[ `semver` ] : https://crates.io/crates/semver
348
- [ `Book` ] : http ://rust-lang-nursery.github.io/mdBook /mdbook/book/struct.Book.html
349
- [ `Book::iter()` ] : http ://rust-lang-nursery.github.io/mdBook /mdbook/book/struct.Book.html#method.iter
350
- [ `Config` ] : http ://rust-lang-nursery.github.io/mdBook /mdbook/config/struct.Config.html
348
+ [ `Book` ] : https ://docs.rs/mdbook/* /mdbook/book/struct.Book.html
349
+ [ `Book::iter()` ] : https ://docs.rs/mdbook/* /mdbook/book/struct.Book.html#method.iter
350
+ [ `Config` ] : https ://docs.rs/mdbook/* /mdbook/config/struct.Config.html
351
351
[ issue tracker ] : https://github.com/rust-lang-nursery/mdBook/issues
You can’t perform that action at this time.
0 commit comments