forked from ankitects/anki-manual
-
Notifications
You must be signed in to change notification settings - Fork 0
/
book.toml
37 lines (32 loc) · 812 Bytes
/
book.toml
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
28
29
30
31
32
33
34
35
36
37
[book]
authors = ["Ankitects Pty Ltd and contributors"]
description = "Anki's user manual. Anki is a flashcard program that makes learning easier."
language = "en"
multilingual = false
src = "src"
title = "Anki Manual"
[build]
create-missing = true
[preprocessor.toc]
command = "mdbook-toc"
renderer = ["html"]
[output.html]
git-repository-url = "https://github.com/ankitects/anki-manual/"
cname = "docs.ankiweb.net"
additional-css = ["css/misc.css", "css/kbd.css"]
[output.linkcheck]
optional = true
warning-policy = "warn"
follow-web-links = true
exclude = [
'microsoft.com',
'twitter.com',
'stackexchange.com',
'stackoverflow.com',
'https://github.com/open-spaced-repetition/fsrs4anki#add-on-compatibility',
'support.google.com',
'wikiwiki.jp',
]
[output.html.fold]
enable = true
level = 0