forked from chirpstack/chirpstack-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.toml
More file actions
30 lines (24 loc) · 727 Bytes
/
book.toml
File metadata and controls
30 lines (24 loc) · 727 Bytes
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
28
29
30
[book]
title = "ChirpStack open-source LoRaWAN® Network Server documentation"
authors = []
language = "en"
multilingual = false
src = "src"
[output.html]
no-section-label = true
additional-css = ["theme/css/chirpstack.css"]
git-repository-url = "https://github.com/chirpstack/chirpstack-docs"
git-repository-icon = "fa-github"
edit-url-template = "https://github.com/chirpstack/chirpstack-docs/edit/master/{path}"
[output.html.print]
enable = false
[output.html.fold]
enable = true
level = 0
[preprocessor.tera]
command = "mdbook-tera --json ./src/context.json"
[preprocessor.graphviz]
command = "mdbook-graphviz"
[preprocessor.toc]
command = "mdbook-toc"
renderer = ["html"]