File: book.toml

package info (click to toggle)
rust-salsa 0.23.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,424 kB
  • sloc: sh: 12; makefile: 2; javascript: 1
file content (22 lines) | stat: -rw-r--r-- 462 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[book]
authors = ["Salsa Contributors"]
multilingual = false
src = "src"
title = "Salsa"

[build]
create-missing = false

[preprocess.links]

[output.html]
additional-css =["mermaid.css"]
additional-js =["mermaid.min.js", "mermaid-init.js"]

[output.linkcheck]
# follow-web-links = true --- this is commented out b/c of false errors
traverse-parent-directories = false
exclude = ['bilibili\.com']
[preprocessor]
[preprocessor.mermaid]
command = "mdbook-mermaid"