Skip to content

Commit ab17693

Browse files
authored
Merge pull request #2313 from kennytm/mdbook010
GitHub pages: Update mdbook to 0.1, and disable section numbering.
2 parents 9980d77 + 00446ff commit ab17693

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ before_install:
77
- git --version
88
script:
99
- rev=$(git rev-parse --short HEAD)
10-
- (cargo install mdbook --vers 0.0.26 --force || true)
10+
- (cargo install mdbook --vers '^0.1.0' --force || true)
1111
- ./generate-book.sh
1212
- cd book
1313
- git init

book.toml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[output.html]
2+
no-section-label = true

0 commit comments

Comments
 (0)