49 lines
1.0 KiB
TOML
49 lines
1.0 KiB
TOML
[book]
|
|
title = "Provisioning Platform Documentation"
|
|
authors = ["Provisioning Team"]
|
|
language = "en"
|
|
multilingual = false
|
|
src = "src"
|
|
description = "Enterprise-grade Infrastructure as Code platform - Complete documentation"
|
|
|
|
[build]
|
|
build-dir = "book"
|
|
create-missing = true
|
|
|
|
[output.html]
|
|
default-theme = "rust"
|
|
preferred-dark-theme = "navy"
|
|
smart-punctuation = true
|
|
mathjax-support = false
|
|
copy-fonts = true
|
|
no-section-label = false
|
|
git-repository-url = "https://github.com/your-org/provisioning"
|
|
git-repository-icon = "fa-github"
|
|
edit-url-template = "https://github.com/your-org/provisioning/edit/main/provisioning/docs/{path}"
|
|
site-url = "/provisioning/"
|
|
|
|
[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
|
|
|
|
[output.html.playground]
|
|
editable = true
|
|
copyable = true
|
|
copy-js = true
|
|
line-numbers = true
|
|
runnable = false
|
|
|
|
[preprocessor.links]
|
|
|
|
[preprocessor.index]
|