-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathbook.toml
More file actions
27 lines (23 loc) · 814 Bytes
/
book.toml
File metadata and controls
27 lines (23 loc) · 814 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]
title = "A guide to Telegram.Bot .NET library"
authors = ["Poulad Ashrafpour", "Aleksey Usatov", "Wizou", "karb0f0s", "Miha Zupan"]
description = "Comprehensive documentation to using the Telegram.Bot library and Bot API for building .NET bots for Telegram"
src = "src"
language = "en"
[output.html]
git-repository-url = "https://github.com/TelegramBots/book"
site-url = "/book/"
additional-css = ["theme/custom.css"]
admonitions = true
sidebar-header-nav = false
[output.html.fold]
enable = true
level = 1
[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"