-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathbook.toml
More file actions
36 lines (32 loc) · 1.32 KB
/
book.toml
File metadata and controls
36 lines (32 loc) · 1.32 KB
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
[book]
title = "OpenSVC"
authors = ["support@opensvc.com"]
description = "Documents the purpose and usage of the OpenSVC resilient and scalable infrastructure tools."
[output.html]
default-theme = "navy"
preferred-dark-theme = "navy"
smart-punctuation = true
mathjax-support = false
#additional-css = ["theme/custom.css"]
#additional-js = ["custom.js"]
no-section-label = false
git-repository-url = "https://github.com/opensvc/docs.opensvc.com"
git-repository-icon = "fa-github"
#edit-url-template = "https://github.com/rust-lang/mdBook/edit/master/guide/{path}"
site-url = "/v2.1/"
cname = "docs.opensvc.com"
input-404 = "not-found.md"
[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
[output.html.fold]
enable = true
level = 0