/ web / src / content / docs / book.toml
book.toml
 1  [book.en]
 2  title = "Lumen Blocks Documentation"
 3  description = "Get started with Lumen blocks"
 4  authors = ["Daniel D’Aquino"]
 5  
 6  [rust]
 7  edition = "2018"
 8  
 9  [output.html]
10  mathjax-support = true
11  site-url = "/mdBook/"
12  
13  [output.html.playground]
14  editable = false
15  line-numbers = true
16  # running examples will not work because dioxus is not a included in the playground
17  runnable = false
18  
19  [output.html.search]
20  limit-results = 20
21  use-boolean-and = true
22  boost-title = 2
23  boost-hierarchy = 2
24  boost-paragraph = 1
25  expand = true
26  heading-split-level = 2
27  
28  # [output.html.redirect]
29  # "/format/config.html" = "configuration/index.html"