42 lines
863 B
TOML
42 lines
863 B
TOML
|
|
[book]
|
||
|
|
title = "Storybook Language Guide"
|
||
|
|
authors = ["R3T Studios"]
|
||
|
|
description = "Comprehensive documentation for the Storybook narrative simulation language"
|
||
|
|
language = "en"
|
||
|
|
multilingual = false
|
||
|
|
src = "."
|
||
|
|
|
||
|
|
[build]
|
||
|
|
build-dir = "book"
|
||
|
|
create-missing = false
|
||
|
|
|
||
|
|
[output.html]
|
||
|
|
default-theme = "light"
|
||
|
|
preferred-dark-theme = "navy"
|
||
|
|
smart-punctuation = true
|
||
|
|
git-repository-url = "https://github.com/r3t-studios/storybook"
|
||
|
|
git-repository-icon = "fa-github"
|
||
|
|
site-url = "/storybook/"
|
||
|
|
|
||
|
|
[output.html.playground]
|
||
|
|
editable = false
|
||
|
|
line-numbers = true
|
||
|
|
|
||
|
|
[output.html.search]
|
||
|
|
enable = true
|
||
|
|
limit-results = 30
|
||
|
|
use-boolean-and = true
|
||
|
|
boost-title = 2
|
||
|
|
boost-hierarchy = 1
|
||
|
|
boost-paragraph = 1
|
||
|
|
expand = true
|
||
|
|
heading-split-level = 3
|
||
|
|
|
||
|
|
[output.html.fold]
|
||
|
|
enable = true
|
||
|
|
level = 1
|
||
|
|
|
||
|
|
# Custom theme and styling (to be added later)
|
||
|
|
# [output.html.additional-css]
|
||
|
|
# [output.html.additional-js]
|