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.
20 lines
382 B
TOML
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
|