forked from hubblo-org/scaphandre
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.yml
35 lines (29 loc) · 792 Bytes
/
book.yml
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 = "Scaphandre documentation"
description = "Extensible and lightweight monitoring agent for energy consumption metrics"
authors = ["Benoit Petit"]
language = "en"
src = "docs_src"
[build]
build-dir = "../scaphandre-documentation/docs"
extra-watch-dirs = ["po"]
[rust]
edition = "2018"
# https://github.com/google/mdbook-i18n-helpers/blob/main/i18n-helpers/USAGE.md#building-a-translated-book
[preprocessor.gettext]
after = ["links"]
[output.html]
mathjax-support = false
git-repository-url = "https://github.com/hubblo-org/scaphandre"
site-url = "/docs/"
[output.html.playground]
editable = true
line-numbers = true
[output.html.search]
limit-results = 20
use-boolean-and = true
boost-title = 2
boost-hierarchy = 2
boost-paragraph = 1
expand = true
heading-split-level = 2