forked from RadxaOS-SDK/rsdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.toml
More file actions
31 lines (24 loc) · 650 Bytes
/
Copy pathbook.toml
File metadata and controls
31 lines (24 loc) · 650 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
29
30
31
[book]
authors = ["Radxa Limited"]
language = "en"
src = "docs"
title = "rsdk"
[build]
extra-watch-dirs = ["po"]
[output.linkcheck]
[output.html]
git-repository-url = "https://github.com/RadxaOS-SDK/rsdk/tree/main"
edit-url-template = "https://github.com/RadxaOS-SDK/rsdk/edit/main/{path}"
additional-css = [
"./theme/css/mdbook-admonish.css",
"./theme/css/language-picker.css",
]
[preprocessor.admonish]
command = "mdbook-admonish"
assets_version = "3.0.2" # do not edit: managed by `mdbook-admonish install`
[preprocessor.gettext]
after = ["links"]
[preprocessor.toc]
command = "mdbook-toc"
renderer = ["html"]
[preprocessor.cmdrun]