mirror of
https://github.com/LemmyNet/lemmy-docs.git
synced 2024-11-24 05:11:09 +00:00
use updated mdbook from upstream pr
https://github.com/rust-lang/mdBook/pull/1306#issuecomment-920429495
This commit is contained in:
parent
362958ff1f
commit
580f344643
3 changed files with 3 additions and 4 deletions
|
@ -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 .
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
# HTTP API
|
Loading…
Reference in a new issue