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 3df6903 commit 8b0ef68Copy full SHA for 8b0ef68
book.toml
@@ -5,10 +5,15 @@ multilingual = false
5
src = "src"
6
7
[preprocessor.pagetoc]
8
+
9
+[preprocessor.admonish]
10
+command = "mdbook-admonish"
11
+assets_version = "3.0.3" # do not edit: managed by `mdbook-admonish install`
12
13
[output.html]
-additional-css = ["theme/pagetoc.css"]
14
+additional-css = ["theme/pagetoc.css", "./mdbook-admonish.css"]
15
additional-js = ["theme/pagetoc.js"]
16
no-section-label = true
17
git-repository-url = "https://github.com/pygame-web/pygame-web.github.io"
18
git-repository-icon = "fa-github"
-edit-url-template = "https://github.com/pygame-web/pygame-web.github.io/edit/main/{path}"
19
+edit-url-template = "https://github.com/pygame-web/pygame-web.github.io/edit/main/{path}"
0 commit comments