21 lines
487 B
TOML
21 lines
487 B
TOML
[book]
|
|
description = "Conduit is a simple, fast and reliable chat server for the Matrix protocol"
|
|
language = "en"
|
|
multilingual = false
|
|
src = "docs"
|
|
title = "Conduit"
|
|
|
|
[build]
|
|
build-dir = "public"
|
|
create-missing = true
|
|
|
|
[output.html]
|
|
edit-url-template = "https://gitlab.com/famedly/conduit/-/edit/next/{path}"
|
|
git-repository-icon = "fa-git-square"
|
|
git-repository-url = "https://gitlab.com/famedly/conduit"
|
|
|
|
[output.html.search]
|
|
limit-results = 15
|
|
|
|
[output.html.code.hidelines]
|
|
json = "~"
|