20 lines
432 B
TOML
20 lines
432 B
TOML
[book]
|
|
authors = ["Olivier"]
|
|
language = "en"
|
|
multilingual = false
|
|
src = "docs"
|
|
title = "idCoop Documentation"
|
|
description = "Documentation for idCoop (a small identity provider)"
|
|
|
|
[output.html]
|
|
default-theme = "rust"
|
|
git-repository-url = "https://git.emunest.net/reivilibre/idcoop"
|
|
git-repository-icon = "fa-git-alt"
|
|
fold = { enable = false }
|
|
|
|
# TODO toml highlighting
|
|
|
|
[preprocessor.toc]
|
|
command = "mdbook-toc"
|
|
renderer = ["html"]
|