24 lines
605 B
TOML
24 lines
605 B
TOML
[book]
|
|
authors = [
|
|
"Max Brunsfeld <maxbrunsfeld@gmail.com>",
|
|
"Amaan Qureshi <amaanq12@gmail.com>",
|
|
]
|
|
language = "en"
|
|
multilingual = false
|
|
src = "src"
|
|
title = "Tree-sitter"
|
|
|
|
[output.html]
|
|
additional-css = ["assets/css/playground.css"]
|
|
additional-js = ["assets/js/playground.js"]
|
|
git-repository-url = "https://github.com/tree-sitter/tree-sitter"
|
|
git-repository-icon = "fa-github"
|
|
edit-url-template = "https://github.com/tree-sitter/tree-sitter/edit/master/docs/{path}"
|
|
|
|
[output.html.search]
|
|
limit-results = 20
|
|
use-boolean-and = true
|
|
boost-title = 2
|
|
boost-hierarchy = 2
|
|
boost-paragraph = 1
|
|
expand = true
|