mirror of
https://github.com/euzu/tuliprox.git
synced 2026-09-16 14:12:14 +02:00
19 lines
485 B
TOML
19 lines
485 B
TOML
[book]
|
|
authors = ["tuliprox contributors"]
|
|
language = "en"
|
|
src = "docs/src"
|
|
title = "tuliprox Documentation"
|
|
|
|
[build]
|
|
build-dir = "frontend/build/docs"
|
|
create-missing = false
|
|
|
|
[output.html]
|
|
#default-theme = "light"
|
|
#preferred-dark-theme = "navy"
|
|
default-theme = "latte"
|
|
preferred-dark-theme = "mocha"
|
|
git-repository-url = "https://github.com/euzu/tuliprox"
|
|
edit-url-template = "https://github.com/euzu/tuliprox/edit/develop/{path}"
|
|
no-section-label = true
|
|
additional-css = ["book.css"] |