25 lines
653 B
TOML
25 lines
653 B
TOML
[book]
|
|
title = "conduwuit 🏳️⚧️ 💜 🦴"
|
|
description = "conduwuit, which is a well-maintained fork of Conduit, is a simple, fast and reliable chat server for the Matrix protocol"
|
|
language = "en"
|
|
authors = ["strawberry (June)"]
|
|
text-direction = "ltr"
|
|
multilingual = false
|
|
src = "docs"
|
|
|
|
[build]
|
|
build-dir = "public"
|
|
create-missing = true
|
|
extra-watch-dirs = ["debian", "docs"]
|
|
|
|
[rust]
|
|
edition = "2021"
|
|
|
|
[output.html]
|
|
git-repository-url = "https://github.com/girlbossceo/conduwuit"
|
|
edit-url-template = "https://github.com/girlbossceo/conduwuit/edit/main/{path}"
|
|
git-repository-icon = "fa-github-square"
|
|
|
|
[output.html.search]
|
|
limit-results = 15
|