- repo (folder: docs)
- site
- description: Documentation for the code parsing library/tool Tree-sitter
[book]
authors = [ "Max Brunsfeld <maxbrunsfeld@gmail.com>", "Amaan Qureshi <amaanq12@gmail.com>" ]
language = "en"
src = "src"
title = "Tree-sitter"
[output.html]
additional-css = [ "src/assets/css/playground.css", "src/assets/css/mdbook-admonish.css" ]
additional-js = [ "src/assets/js/playground.js" ]
edit-url-template = "https://github.com/tree-sitter/tree-sitter/edit/master/docs/{path}"
git-repository-icon = "fa-github"
git-repository-url = "https://github.com/tree-sitter/tree-sitter"
[output.html.search]
boost-hierarchy = 2
boost-paragraph = 1
boost-title = 2
expand = true
limit-results = 20
use-boolean-and = true
[preprocessor]
[preprocessor.admonish]
assets_version = "3.0.2" # do not edit: managed by `mdbook-admonish install`
command = "mdbook-admonish"