2022-05-20 17:16:16 +03:00
|
|
|
[book]
|
2022-07-08 14:59:45 +03:00
|
|
|
title = "The Juvix Book"
|
2023-01-24 19:21:35 +03:00
|
|
|
authors = [ "Jonathan Prieto-Cubides" , "Jan Mas Rovira" , "Paul Cadman" , "Lukasz Czajka" ]
|
2022-05-20 17:16:16 +03:00
|
|
|
language = "en"
|
|
|
|
multilingual = false
|
2023-03-21 22:01:48 +03:00
|
|
|
src = "docs"
|
2022-05-20 17:16:16 +03:00
|
|
|
|
|
|
|
[build]
|
|
|
|
create-missing = true
|
|
|
|
|
2023-03-21 22:01:48 +03:00
|
|
|
[preprocessor.index]
|
|
|
|
|
|
|
|
[preprocessor.links]
|
|
|
|
|
|
|
|
[preprocessor.pagetoc]
|
|
|
|
|
|
|
|
[preprocessor.katex]
|
|
|
|
renderers = ["html"]
|
|
|
|
static-css = false
|
|
|
|
include-src = false
|
|
|
|
block-delimiter = {left = "$$", right = "$$"}
|
|
|
|
inline-delimiter = {left = "$", right = "$"}
|
|
|
|
macros = "theme/latex-macros.txt"
|
|
|
|
|
|
|
|
[output.katex]
|
|
|
|
|
2022-05-20 17:16:16 +03:00
|
|
|
[output.html]
|
2023-03-21 22:01:48 +03:00
|
|
|
default-theme = "light"
|
|
|
|
preferred-dark-theme = "Ayu"
|
|
|
|
copy-fonts = true
|
2023-04-05 12:24:19 +03:00
|
|
|
additional-css = ["theme/pagetoc.css", "theme/juvix.css"]
|
|
|
|
additional-js = ["theme/pagetoc.js", "theme/juvix.js", "theme/pascal.js"]
|
2023-03-21 22:01:48 +03:00
|
|
|
no-section-label = false
|
|
|
|
git-repository-url = "https://github.com/anoma/juvix"
|
|
|
|
git-repository-icon = "fa-github"
|
|
|
|
|
|
|
|
[output.html.fold]
|
|
|
|
enable = true # whether or not to enable section folding
|
|
|
|
level = 0 # the depth to start folding
|
|
|
|
|
|
|
|
[output.html.search]
|
|
|
|
enable = true # enables the search feature
|
|
|
|
limit-results = 15 # 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 = 2 # link results to heading levels
|
|
|
|
copy-js = true # include Javascript code for search
|
2023-01-24 19:21:35 +03:00
|
|
|
|
2023-03-21 22:01:48 +03:00
|
|
|
[output.linkcheck]
|
|
|
|
follow-web-links = false
|
|
|
|
traverse-parent-directories = false
|
|
|
|
exclude = [ ]
|
|
|
|
user-agent = "mdbook-linkcheck-0.4.0"
|
|
|
|
cache-timeout = 43200
|
|
|
|
[output.linkcheck.http-headers]
|
|
|
|
'crates\.io' = ["Accept: text/html"]
|