barycenter/book/book.toml
Till Wegmueller 3f814408f5
fix: Add Mermaid diagram rendering support to mdbook
Include mermaid.min.js and a custom init script that converts
```mermaid code blocks to rendered diagrams at runtime. Supports
theme-aware rendering (light/dark). No preprocessor needed.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-14 18:15:20 +01:00

32 lines
815 B
TOML

[book]
title = "Barycenter Documentation"
authors = ["CloudNebula Project"]
description = "Comprehensive documentation for the Barycenter OpenID Connect Identity Provider"
language = "en"
src = "src"
[build]
build-dir = "build"
create-missing = false
[output.html]
default-theme = "light"
preferred-dark-theme = "navy"
smart-punctuation = true
additional-js = ["mermaid.min.js", "mermaid-init.js"]
git-repository-url = "https://github.com/CloudNebulaProject/barycenter"
edit-url-template = "https://github.com/CloudNebulaProject/barycenter/edit/main/book/{path}"
site-url = "/"
no-section-label = false
[output.html.search]
enable = true
limit-results = 30
teaser-word-count = 30
use-boolean-and = true
boost-title = 2
boost-hierarchy = 1
boost-paragraph = 1
expand = true
heading-split-level = 3
copy-js = true