forked from ankitects/anki-manual
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbook.toml
More file actions
35 lines (30 loc) · 743 Bytes
/
Copy pathbook.toml
File metadata and controls
35 lines (30 loc) · 743 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
28
29
30
31
32
33
34
35
[book]
authors = ["شركة Ankitects المملوكة المحدودة ومتطوعون"]
language = "ar"
src = "src"
title = "دليل استخدام أنكي"
[build]
create-missing = true
[preprocessor.toc]
command = "mdbook-toc"
renderer = ["html"]
[output.html]
git-repository-url = "https://github.com/abdnh/anki-manual"
additional-css = ["css/kbd.css", "css/rtl.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',
'web.archive.org',
]
[output.html.fold]
enable = true
level = 0