mirror of
https://github.com/tree-sitter/tree-sitter.git
synced 2026-09-09 23:26:20 -04:00
21 lines
592 B
TOML
21 lines
592 B
TOML
[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" ]
|
|
additional-js = [ "src/assets/js/playground.js" ]
|
|
edit-url-template = "https://github.com/tree-sitter/tree-sitter/edit/master/docs/{path}"
|
|
git-repository-icon = "fab-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
|