-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathbook.toml
34 lines (28 loc) · 820 Bytes
/
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
27
28
29
30
31
32
33
34
[book]
title = "RTP-Audio-and-Video-for-the-Internet"
description = "RTP-Audio-and-Video-for-the-Internet"
authors = ["luzhiwei"]
language = "zh-CN"
src = "src"
[rust]
edition = "2018"
[output.html]
mathjax-support = true
site-url = "/mdBook/"
git-repository-url = "https://github.com/milzero/RTP-Audio-and-Video-for-the-Internet-Chinese-Version/tree/master"
edit-url-template = "https://github.com/milzero/RTP-Audio-and-Video-for-the-Internet-Chinese-Version/tree/master/{path}"
[output.html.playground]
editable = true
line-numbers = true
[output.html.code.hidelines]
python = "~"
[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
[output.html.redirect]
"/format/config.html" = "configuration/index.html"