forked from dialogic-godot/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.toml
27 lines (23 loc) · 878 Bytes
/
book.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[book]
authors = ["Emilio Coppola", "Jowan Spooner", "Dialogic Contributors"]
language = "en"
multilingual = false
src = "documentation"
title = "Dialogic 2 Documentation"
description = "Learn about Dialogic 2 and how to create beautiful dialogues in your games!"
[output.html]
git-repository-url = "https://github.com/dialogic-godot/documentation/tree/main/"
edit-url-template = "https://github.com/dialogic-godot/documentation/edit/main/{path}"
additional-css = ["css/mdbook-admonish.css", "css/header.css"]
[preprocessor.admonish]
after = ["links"]
command = "mdbook-admonish"
assets_version = "3.0.1" # do not edit: managed by `mdbook-admonish install`
[preprocessor.toc]
command = "mdbook-toc"
renderer = ["html"]
marker = "[toc]"
max-level = 2
[output.html.fold]
enable = true # whether or not to enable section folding
level = 1 # the depth to start folding