-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.toml
More file actions
39 lines (32 loc) · 1013 Bytes
/
book.toml
File metadata and controls
39 lines (32 loc) · 1013 Bytes
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
27
28
29
30
31
32
33
34
35
36
37
38
[book]
title = "mdBook test book"
description = "A demo book to test and validate changes"
authors = ["Alex Mikhalev"]
language = "en"
logo = "/img/terraphim_gray.png"
github_url = "https://github.com/terraphim/md-book"
# Find the edit url base by navigating to the page on GitHub, hit "Edit" button and copying the URL
github_edit_url_base = "https://github.com/terraphim/terraphim-ai/edit/main/docs/src/"
[paths]
# Optional: Custom templates directory (defaults to "templates")
templates = "src/templates"
[rust]
# Rust related features are not implemented yet
edition = "2018"
[markdown]
format = "markdown" # mdx or "gfm" or "markdown"
frontmatter = false # not implemented
[output.html]
mathjax-support = true # not implemented
allow_html = true
[output.html.playground] # not implemented
editable = true
line-numbers = true
[output.html.search] # not implemented
limit-results = 20
use-boolean-and = true
boost-title = 2
boost-hierarchy = 2
boost-paragraph = 1
expand = true
heading-split-level = 2