From 580f3446439b6579ffb7521d41f195282c3772ed Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Fri, 22 Oct 2021 18:48:02 +0200 Subject: [PATCH] use updated mdbook from upstream pr https://github.com/rust-lang/mdBook/pull/1306#issuecomment-920429495 --- .drone.yml | 4 ++-- README.md | 2 +- src/en/client_development/http_api.md | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) delete mode 100644 src/en/client_development/http_api.md diff --git a/.drone.yml b/.drone.yml index 17cc929..cbee8ce 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,6 +11,6 @@ steps: - name: check documentation build image: rust:1.49-slim-buster commands: - - cargo install mdbook --git https://github.com/Nutomic/mdBook.git --branch localization - --rev 0982a82 --force --debug + - cargo install mdbook --git https://github.com/Ruin0x11/mdBook.git --branch localization + --rev 9d8147c --force --debug - mdbook build . diff --git a/README.md b/README.md index 3279b13..45e985d 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Our documentation tool [mdbook](https://github.com/rust-lang/mdBook) doesn't sup ```bash cargo install mdbook --git https://github.com/Ruin0x11/mdBook.git \ - --branch localization --rev d06249b + --branch localization --rev 9d8147c # generate static page in `book` subfolder mdbook build # serve the book at `http://localhost:3000`, and rebuilds on changes diff --git a/src/en/client_development/http_api.md b/src/en/client_development/http_api.md deleted file mode 100644 index 301012c..0000000 --- a/src/en/client_development/http_api.md +++ /dev/null @@ -1 +0,0 @@ -# HTTP API