Files
quicproquo/docs/book.toml
Christian Nennemann a710037dde chore: rename quicproquo → quicprochat in Rust workspace
Rename all crate directories, package names, binary names, proto
package/module paths, ALPN strings, env var prefixes, config filenames,
mDNS service names, and plugin ABI symbols from quicproquo/qpq to
quicprochat/qpc.
2026-03-21 19:14:06 +01:00

20 lines
382 B
TOML

[book]
title = "quicprochat"
description = "End-to-end encrypted group messaging over QUIC + TLS 1.3 + MLS (RFC 9420)"
authors = ["quicprochat contributors"]
language = "en"
src = "src"
[build]
build-dir = "book"
[output.html]
default-theme = "navy"
preferred-dark-theme = "navy"
no-section-label = false
[output.html.search]
enable = true
limit-results = 30
boost-hierarchy = 2