Update mdbook to 0.1.0, and disable section numbering.

This commit is contained in:
kennytm 2018-01-27 01:13:30 +08:00
parent 7b6cefeae5
commit 00446ff661
No known key found for this signature in database
GPG Key ID: FEF6C8051D0E013C
2 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,7 @@ before_install:
- git --version
script:
- rev=$(git rev-parse --short HEAD)
- (cargo install mdbook --vers 0.0.26 --force || true)
- (cargo install mdbook --vers '^0.1.0' --force || true)
- ./generate-book.sh
- cd book
- git init

2
book.toml Normal file
View File

@ -0,0 +1,2 @@
[output.html]
no-section-label = true