Remove unknown multilingual directive from book.toml.
Fix and improve mdbook related. Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
@@ -5,7 +5,6 @@ authors = [
|
|||||||
]
|
]
|
||||||
description = "Tuwunel, a high performance successor to Conduit and Conduwuit"
|
description = "Tuwunel, a high performance successor to Conduit and Conduwuit"
|
||||||
language = "en"
|
language = "en"
|
||||||
multilingual = false
|
|
||||||
src = "docs"
|
src = "docs"
|
||||||
title = "Tuwunel One"
|
title = "Tuwunel One"
|
||||||
text-direction = "ltr"
|
text-direction = "ltr"
|
||||||
@@ -15,7 +14,9 @@ build-dir = "public"
|
|||||||
create-missing = true
|
create-missing = true
|
||||||
extra-watch-dirs = [
|
extra-watch-dirs = [
|
||||||
"debian",
|
"debian",
|
||||||
|
"docker",
|
||||||
"docs",
|
"docs",
|
||||||
|
"rpm",
|
||||||
]
|
]
|
||||||
|
|
||||||
[rust]
|
[rust]
|
||||||
@@ -24,7 +25,7 @@ edition = "2024"
|
|||||||
[output.html]
|
[output.html]
|
||||||
git-repository-url = "https://github.com/matrix-construct/tuwunel"
|
git-repository-url = "https://github.com/matrix-construct/tuwunel"
|
||||||
edit-url-template = "https://github.com/matrix-construct/tuwunel/edit/main/{path}"
|
edit-url-template = "https://github.com/matrix-construct/tuwunel/edit/main/{path}"
|
||||||
git-repository-icon = "fa-github-square"
|
git-repository-icon = "fab-github"
|
||||||
|
|
||||||
[output.html.search]
|
[output.html.search]
|
||||||
limit-results = 15
|
limit-results = 15
|
||||||
|
|||||||
Reference in New Issue
Block a user