generated from freeCodeCamp/template
-
-
Notifications
You must be signed in to change notification settings - Fork 25
Expand file tree
/
Copy pathbook.toml
More file actions
21 lines (17 loc) · 544 Bytes
/
book.toml
File metadata and controls
21 lines (17 loc) · 544 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[book]
authors = ["Shaun Hamilton"]
language = "en"
multilingual = false
src = "docs"
[output.html.playground]
editable = true
[preprocessor]
[preprocessor.admonish]
command = "mdbook-admonish"
assets_version = "3.0.1" # do not edit: managed by `mdbook-admonish install`
[output.html]
default-theme = "ayu"
git-repository-url = "https://github.com/freeCodeCamp/curriculum-helpers"
git-repository-icon = "fa-github"
site-url = "https://opensource.freecodecamp.org/curriculum-helpers/"
additional-css = ["./theme/css/mdbook-admonish.css"]