2024-12-24 00:43:07 -05:00
|
|
|
[book]
|
|
|
|
|
authors = [
|
|
|
|
|
"Max Brunsfeld <maxbrunsfeld@gmail.com>",
|
|
|
|
|
"Amaan Qureshi <amaanq12@gmail.com>",
|
|
|
|
|
]
|
|
|
|
|
language = "en"
|
|
|
|
|
src = "src"
|
|
|
|
|
title = "Tree-sitter"
|
|
|
|
|
|
|
|
|
|
[output.html]
|
2025-01-10 02:29:32 -05:00
|
|
|
additional-css = [
|
|
|
|
|
"src/assets/css/playground.css",
|
|
|
|
|
"src/assets/css/mdbook-admonish.css",
|
|
|
|
|
]
|
2024-12-25 15:28:05 -05:00
|
|
|
additional-js = ["src/assets/js/playground.js"]
|
2024-12-24 00:43:07 -05:00
|
|
|
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
|
2025-01-10 02:29:32 -05:00
|
|
|
|
|
|
|
|
[preprocessor]
|
|
|
|
|
|
|
|
|
|
[preprocessor.admonish]
|
|
|
|
|
command = "mdbook-admonish"
|
|
|
|
|
assets_version = "3.0.2" # do not edit: managed by `mdbook-admonish install`
|