-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbook.toml
26 lines (24 loc) · 1 KB
/
book.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[book]
authors = ["Karl Hallsby"]
language = "en"
multilingual = false
src = "src"
title = "Rocket-Core Documentation: The Reverse-Engineered Version"
[output.html]
default-theme = "dark"
curly-quotes = true
mathjax-support = true
copy-fonts = true
git-repository-url = "https://github.com/Constellation-FPGA/rocket-docs"
git-repository-icon = "fa-github"
[output.html.search]
enable = true # enables the search feature
limit-results = 30 # maximum number of search results
teaser-word-count = 30 # number of words used for a search result teaser
use-boolean-and = true # multiple search terms must all match
boost-title = 2 # ranking boost factor for matches in headers
boost-hierarchy = 1 # ranking boost factor for matches in page names
boost-paragraph = 1 # ranking boost factor for matches in text
expand = true # partial words will match longer terms
heading-split-level = 3 # link results to heading levels
copy-js = true # include Javascript code for search