2023-10-17 00:57:03 +02:00
|
|
|
# Documentation for possible options in this file is at
|
|
|
|
# https://rust-lang.github.io/mdBook/format/config.html
|
|
|
|
[book]
|
|
|
|
title = "Element Web & Desktop"
|
|
|
|
authors = ["New Vector Ltd.", "The Matrix.org Foundation C.I.C."]
|
|
|
|
language = "en"
|
|
|
|
multilingual = false
|
|
|
|
|
|
|
|
# The directory that documentation files are stored in
|
|
|
|
src = "docs"
|
|
|
|
|
|
|
|
[build]
|
|
|
|
# Prevent markdown pages from being automatically generated when they're
|
|
|
|
# linked to in SUMMARY.md
|
|
|
|
create-missing = false
|
|
|
|
|
|
|
|
[output.html]
|
|
|
|
# Remove the numbers that appear before each item in the sidebar, as they can
|
|
|
|
# get quite messy as we nest deeper
|
|
|
|
no-section-label = true
|
2023-11-21 22:07:33 +01:00
|
|
|
additional-css = ["docs/lib/custom.css"]
|
2023-10-17 00:57:03 +02:00
|
|
|
|
|
|
|
# The source code URL of the repository
|
2023-12-20 13:21:26 +01:00
|
|
|
git-repository-url = "https://github.com/element-hq/element-web"
|
2023-10-17 00:57:03 +02:00
|
|
|
|
|
|
|
# The path that the docs are hosted on
|
|
|
|
site-url = "/element-web/"
|
2023-10-27 16:42:06 +02:00
|
|
|
additional-js = ["docs/lib/mermaid.min.js", "docs/lib/mermaid-init.js"]
|
2023-10-27 16:34:45 +02:00
|
|
|
|
|
|
|
[preprocessor]
|
|
|
|
|
|
|
|
[preprocessor.mermaid]
|
|
|
|
command = "mdbook-mermaid"
|