File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 77# https://rust-lang.github.io/mdBook/format/config.html
88[book ]
99title = " Matrix Authentication Service"
10- authors = [" The Matrix.org Foundation C.I.C. " ]
10+ authors = [" Element Backend Team " ]
1111language = " en"
12- multilingual = false
1312
1413src = " docs"
1514
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ set -eux
1414# Install the dependencies if we're in the Cloudflare Pages build environment
1515# In this environment, the CF_PAGES environment variable is set to 1
1616if [ " ${CF_PAGES:- " " } " = " 1" ]; then
17- MDBOOK_VERSION=0.4.32
17+ MDBOOK_VERSION=0.5.0
1818
1919 # Install rustup
2020 curl --proto ' =https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain none -y
You can’t perform that action at this time.
0 commit comments