-
Notifications
You must be signed in to change notification settings - Fork 34
Expand file tree
/
Copy pathbook.toml
More file actions
26 lines (22 loc) · 769 Bytes
/
book.toml
File metadata and controls
26 lines (22 loc) · 769 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
[book]
authors = ["Ankitects Pty Ltd and contributors"]
description = "Frequently asked questions about Anki. Anki is a program that makes learning easier."
language = "en"
multilingual = false
src = "src"
title = "Anki FAQs"
[build]
create-missing = true
[output.html]
no-section-label = true
git-repository-url = "https://github.com/ankitects/faqs/"
additional-css = ["css/misc.css"]
[output.linkcheck]
optional = true
warning-policy = "warn"
follow-web-links = true
# sites that block programmatic access
exclude = [ 'quora\.com', 'reddit.com', 'superuser.com', 'github.com/open-spaced-repetition' ]
[output.html.redirect]
# redirect deleted pages to new pages to preserve legacy links
"note-types-with-strange-names.html" = "removing-duplicate-note-types.html"