/ book.toml
book.toml
 1  [book]
 2  src = 'src'
 3  title = ''
 4  description = 'Documentation for Hats Protocol smart contracts'
 5  language = 'en'
 6  
 7  [build]
 8  build-dir = 'book'
 9  
10  [output.html]
11  no-section-label = true
12  additional-js = ['solidity.min.js']
13  additional-css = ['book.css']
14  git-repository-url = 'https://github.com/Hats-Protocol/hats-protocol'
15  default-theme = "light"
16  preferred-dark-theme = "ayu"
17  
18  [output.html.fold]
19  enable = true