use updated mdbook from upstream pr

https://github.com/rust-lang/mdBook/pull/1306#issuecomment-920429495
This commit is contained in:
Felix Ableitner 2021-10-22 18:48:02 +02:00
parent 362958ff1f
commit 580f344643
3 changed files with 3 additions and 4 deletions

View file

@ -11,6 +11,6 @@ steps:
- name: check documentation build - name: check documentation build
image: rust:1.49-slim-buster image: rust:1.49-slim-buster
commands: commands:
- cargo install mdbook --git https://github.com/Nutomic/mdBook.git --branch localization - cargo install mdbook --git https://github.com/Ruin0x11/mdBook.git --branch localization
--rev 0982a82 --force --debug --rev 9d8147c --force --debug
- mdbook build . - mdbook build .

View file

@ -10,7 +10,7 @@ Our documentation tool [mdbook](https://github.com/rust-lang/mdBook) doesn't sup
```bash ```bash
cargo install mdbook --git https://github.com/Ruin0x11/mdBook.git \ cargo install mdbook --git https://github.com/Ruin0x11/mdBook.git \
--branch localization --rev d06249b --branch localization --rev 9d8147c
# generate static page in `book` subfolder # generate static page in `book` subfolder
mdbook build mdbook build
# serve the book at `http://localhost:3000`, and rebuilds on changes # serve the book at `http://localhost:3000`, and rebuilds on changes

View file

@ -1 +0,0 @@
# HTTP API