Fix mdbook for web-docs.element.dev (#31350)
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
committed by
GitHub
parent
54cbbb6ff0
commit
771696e0f0
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@@ -49,7 +49,7 @@ jobs:
|
|||||||
- name: Setup mdBook
|
- name: Setup mdBook
|
||||||
uses: peaceiris/actions-mdbook@ee69d230fe19748b7abf22df32acaa93833fad08 # v2
|
uses: peaceiris/actions-mdbook@ee69d230fe19748b7abf22df32acaa93833fad08 # v2
|
||||||
with:
|
with:
|
||||||
mdbook-version: "0.4.10"
|
mdbook-version: "0.5.1"
|
||||||
|
|
||||||
- name: Install mdbook extensions
|
- name: Install mdbook extensions
|
||||||
run: cargo install mdbook-combiner mdbook-mermaid
|
run: cargo install mdbook-combiner mdbook-mermaid
|
||||||
|
|||||||
@@ -4,7 +4,6 @@
|
|||||||
title = "Element Web & Desktop"
|
title = "Element Web & Desktop"
|
||||||
authors = ["New Vector Ltd.", "The Matrix.org Foundation C.I.C."]
|
authors = ["New Vector Ltd.", "The Matrix.org Foundation C.I.C."]
|
||||||
language = "en"
|
language = "en"
|
||||||
multilingual = false
|
|
||||||
|
|
||||||
# The directory that documentation files are stored in
|
# The directory that documentation files are stored in
|
||||||
src = "docs"
|
src = "docs"
|
||||||
|
|||||||
Reference in New Issue
Block a user