-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbook.toml
51 lines (44 loc) · 1.32 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
[book]
authors = ["Frequency"]
language = "en"
multilingual = false
src = "pages"
title = "Frequency Documentation"
[preprocessor.button-links]
command = "node preprocessors/button-links.mjs"
[preprocessor.svg-embed]
command = "node preprocessors/svg-embed.mjs"
[preprocessor.title-image]
command = "node preprocessors/title-image.mjs"
[preprocessor.tailwind]
renderers = ["html"]
command = 'node preprocessors/noop-npx.mjs "npx -y tailwindcss -i ./theme/css/tailwind.css -o ./css/tailwind.css"'
[output.html]
no-section-label = true
copy-fonts = false # Switched to custom fonts
site-url = "/"
git-repository-url = "https://github.com/frequency-chain/docs"
edit-url-template = "https://github.com/frequency-chain/docs/blob/main/{path}"
preferred-dark-theme = "coal"
additional-css = [
"css/tailwind.css",
"css/overrides.css",
"css/side-nav.css",
"css/button-links.css",
"css/highlight.css",
"css/highlight-dark.css",
]
# https://github.com/Michael-F-Bryan/mdbook-linkcheck
# [output.linkcheck]
# exclude = [
# 'github\.com/paseo-network',
# 'github\.com/frequency-chain/docs',
# 'github\.com/frequency-chain/frequency/releases',
# 'github\.com/frequency-chain/frequency',
# 'twitter\.com',
# 'www\.frequency\.xyz',
# ]
# follow-web-links = true
# traverse-parent-directories = false
[output.html.fold]
enable = true