update book.toml for conduwuit
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
55708949cc
commit
4dfefda03b
1 changed files with 5 additions and 5 deletions
10
book.toml
10
book.toml
|
@ -1,6 +1,6 @@
|
||||||
[book]
|
[book]
|
||||||
title = "Conduit"
|
title = "conduwuit"
|
||||||
description = "Conduit is a simple, fast and reliable chat server for the Matrix protocol"
|
description = "conduwuit, which is a fork of Conduit, is a simple, fast and reliable chat server for the Matrix protocol"
|
||||||
language = "en"
|
language = "en"
|
||||||
multilingual = false
|
multilingual = false
|
||||||
src = "docs"
|
src = "docs"
|
||||||
|
@ -10,9 +10,9 @@ build-dir = "public"
|
||||||
create-missing = true
|
create-missing = true
|
||||||
|
|
||||||
[output.html]
|
[output.html]
|
||||||
git-repository-url = "https://gitlab.com/famedly/conduit"
|
git-repository-url = "https://github.com/girlbossceo/conduwuit"
|
||||||
edit-url-template = "https://gitlab.com/famedly/conduit/-/edit/next/{path}"
|
edit-url-template = "https://github.com/girlbossceo/conduwuit/edit/main/{path}"
|
||||||
git-repository-icon = "fa-git-square"
|
git-repository-icon = "fa-github-square"
|
||||||
|
|
||||||
[output.html.search]
|
[output.html.search]
|
||||||
limit-results = 15
|
limit-results = 15
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue