39 lines
799 B
TOML
39 lines
799 B
TOML
|
|
[book]
|
||
|
|
title = "KOGRAL Documentation"
|
||
|
|
authors = ["KOGRAL Team"]
|
||
|
|
description = "Complete documentation for KOGRAL - Git-native knowledge graphs for developer teams"
|
||
|
|
language = "en"
|
||
|
|
multilingual = false
|
||
|
|
src = "."
|
||
|
|
|
||
|
|
[build]
|
||
|
|
build-dir = "book"
|
||
|
|
create-missing = true
|
||
|
|
|
||
|
|
[output.html]
|
||
|
|
default-theme = "rust"
|
||
|
|
preferred-dark-theme = "navy"
|
||
|
|
git-repository-url = "https://github.com/your-org/knowledge-base"
|
||
|
|
edit-url-template = "https://github.com/your-org/knowledge-base/edit/main/docs/{path}"
|
||
|
|
|
||
|
|
[output.html.print]
|
||
|
|
enable = true
|
||
|
|
|
||
|
|
[output.html.fold]
|
||
|
|
enable = true
|
||
|
|
level = 1
|
||
|
|
|
||
|
|
[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
|
||
|
|
|
||
|
|
[preprocessor.links]
|
||
|
|
[preprocessor.index]
|