-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathbook.toml
More file actions
43 lines (33 loc) · 1.42 KB
/
book.toml
File metadata and controls
43 lines (33 loc) · 1.42 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
# Documentation
# * mdbook https://rust-lang.github.io/mdBook/
# * template https://github.com/kg4zow/mdbook-template/
[book]
authors = ["Ephemeral Space Contributors"]
language = "en"
multilingual = false
src = "src"
title = "Ephemeral Space Development Wiki"
[preprocessor.admonish]
command = "mdbook-admonish"
assets_version = "3.1.0" # do not edit: managed by `mdbook-admonish install`
[preprocessor.pagetoc]
[preprocessor.template]
before = ["admonish"] # templates can include these so we run this first
[output.html]
additional-css = [ "theme/ephemeral-space.css" , "theme/section-lines.css" , "theme/mdbook-admonish.css" , "theme/pagetoc.css" ]
additional-js = [ "theme/pagetoc.js" ]
curly-quotes = false
git-repository-url = "https://github.com/EphemeralSpace/ephemeral-space"
edit-url-template = "https://github.com/EphemeralSpace/docs/blob/master/{path}"
no-section-label = true
default-theme = "ayu"
preferred-dark-theme = "ayu"
title = "Ephemeral Space Development Wiki"
description = "Reference & design documentation for the SS14 fork Ephemeral Space."
[output.html.print]
enable = false
[output.html.playground]
runnable = false
[output.linkcheck]
traverse-parent-directories = false
warning-policy = "ignore" # false-positives like hell with absolute links & latex, so.. cant do