forked from TelegramBots/book
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.toml
More file actions
27 lines (22 loc) · 711 Bytes
/
book.toml
File metadata and controls
27 lines (22 loc) · 711 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
[book]
authors = ["Poulad Ashrafpour", "Aleksey Usatov", "Wizou", "karb0f0s", "Miha Zupan"]
multilingual = false
src = "src"
title = "A guide to Telegram.Bot library"
site-url = "https://telegrambots.github.io/book/"
language = "en"
[output.html]
git-repository-url = "https://github.com/TelegramBots/book"
additional-css = ["theme/custom.css"]
[output.html.fold]
enable = true
level = 1
[preprocessor.alerts]
[preprocessor.toc]
command = "mdbook-toc"
renderer = ["html"]
[output.html.redirect]
"Migration-Guide-to-Version-21.x.html" = "/book/migrate/Version-21.x.html"
"3/files/index.html" = "/book/3/files.html"
"3/files/upload.html" = "/book/3/files.html"
"3/files/download.html" = "/book/3/files.html"