provisioning/docs/book.toml

79 lines
2.1 KiB
TOML
Raw Normal View History

[book]
authors = ["Provisioning Platform Team"]
description = "Complete documentation for the Provisioning Platform - Infrastructure automation with Nushell, KCL, and Rust"
language = "en"
multilingual = false
src = "src"
2026-01-12 05:18:28 +00:00
title = "Provisioning Platform Documentation"
[build]
build-dir = "book"
create-missing = true
[preprocessor.links]
# Enable link checking
[output.html]
# theme = "theme" # Commented out - using default mdbook theme
2026-01-12 05:18:28 +00:00
cname = "docs.provisioning.local"
copy-fonts = true
default-theme = "ayu"
2026-01-12 05:18:28 +00:00
edit-url-template = "https://github.com/provisioning/provisioning-platform/edit/main/provisioning/docs/{path}"
git-repository-icon = "fa-github"
git-repository-url = "https://github.com/provisioning/provisioning-platform"
mathjax-support = false
no-section-label = false
2026-01-12 05:18:28 +00:00
preferred-dark-theme = "navy"
site-url = "/docs/"
2026-01-12 05:18:28 +00:00
smart-punctuation = true # Renamed from curly-quotes
# input-404 = "404.md" # Commented out - 404.md not created yet
2026-01-12 05:18:28 +00:00
[output.html.print]
enable = true
2026-01-12 05:18:28 +00:00
[output.html.fold]
enable = true
level = 1
2026-01-12 05:18:28 +00:00
[output.html.playground]
copy-js = true
copyable = true
editable = false
line-numbers = true
runnable = false
2026-01-12 05:18:28 +00:00
[output.html.search]
boost-hierarchy = 1
boost-paragraph = 1
boost-title = 2
enable = true
expand = true
heading-split-level = 3
limit-results = 30
teaser-word-count = 30
use-boolean-and = true
2026-01-12 05:18:28 +00:00
[output.html.code.highlightjs]
additional-languages = ["nushell", "toml", "yaml", "bash", "rust", "kcl"]
2026-01-12 05:18:28 +00:00
[output.html.code]
hidelines = {}
2026-01-12 05:18:28 +00:00
[[output.html.code.highlightjs.theme]]
dark = "ayu-dark"
light = "ayu-light"
2026-01-12 05:18:28 +00:00
[output.html.redirect]
# Add redirects for moved pages if needed
[rust]
edition = "2021"
# Custom preprocessors for Nushell and KCL syntax highlighting
# Note: These preprocessors are not installed, commented out for now
# [preprocessor.nushell-highlighting]
# Enable custom highlighting for Nushell code blocks
# [preprocessor.kcl-highlighting]
# Enable custom highlighting for KCL code blocks