-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathbook.toml
More file actions
43 lines (36 loc) · 1.2 KB
/
book.toml
File metadata and controls
43 lines (36 loc) · 1.2 KB
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
[book]
authors = ["Frequency"]
language = "en"
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/cli -i ./theme/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",
]
[output.html.redirect]
"/Core.html" = "/Whitepaper.html"
"/Tokenomics/CollatorIncentives.html" = "/Tokenomics/CollatorRewards.html"
"/Tokenomics/UserIncentives.html" = "/Tokenomics/ProviderBoosting.html"
"/Tokenomics/ProviderIncentives.html" = "/Tokenomics/CapacityStaking.html"
[output.html.fold]
enable = true