-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathbook.toml
More file actions
28 lines (23 loc) · 757 Bytes
/
book.toml
File metadata and controls
28 lines (23 loc) · 757 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
[book]
authors = ["Start9"]
language = "en"
src = "src"
title = "Bitcoin Guides"
[build]
build-dir = "../docs/bitcoin-guides"
[preprocessor.tabs]
[output]
[output.html]
sidebar-header-nav = true
admonitions = true
no-section-label = false
default-theme = "ayu"
preferred-dark-theme = "ayu"
additional-css = ["./theme/docs-agent.css", "./theme/youtube.css", "./theme/tabs.css", "./accent.css"]
additional-js = ["./theme/docs-agent-init.js", "./theme/docs-agent.js", "./theme/youtube.js", "./theme/tabs.js", "./theme/home-link.js"]
git-repository-url = "https://github.com/start9labs/docs"
edit-url-template = "https://github.com/start9labs/docs/edit/master/bitcoin-guides/{path}"
site-url = "/bitcoin-guides/"
[output.html.fold]
enable = true
level = 0