We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7505ff commit 883d641Copy full SHA for 883d641
.github/workflows/ci.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Install mdbook and cargo-binstall binaries
22
uses: taiki-e/install-action@v2
23
with:
24
- tool: mdbook@0.5.1, cargo-binstall
+ tool: mdbook, cargo-binstall
25
- name: Install mdbook extensions
26
run: cargo binstall -y mdbook-mermaid mdbook-alerts mdbook-toc
27
book.toml
@@ -8,13 +8,12 @@ language = "en"
8
git-repository-url = "https://github.com/TelegramBots/book"
9
site-url = "/book/"
10
additional-css = ["theme/custom.css"]
11
+admonitions = true
12
13
[output.html.fold]
14
enable = true
15
level = 1
16
-[preprocessor.alerts]
17
-
18
[preprocessor.toc]
19
command = "mdbook-toc"
20
renderer = ["html"]
0 commit comments