-
-
Notifications
You must be signed in to change notification settings - Fork 91
Expand file tree
/
Copy pathbook.toml
More file actions
40 lines (35 loc) · 1.13 KB
/
book.toml
File metadata and controls
40 lines (35 loc) · 1.13 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
[book]
title = "Perry Documentation"
authors = ["Perry"]
language = "en"
src = "src"
[build]
build-dir = "book"
create-missing = false
[preprocessor.gettext]
after = ["links"]
[output.html]
default-theme = "light"
preferred-dark-theme = "ayu"
site-url = "https://docs.perryts.com/"
git-repository-url = "https://github.com/skelpo/perry"
edit-url-template = "https://github.com/skelpo/perry/edit/main/docs/src/{path}"
additional-js = ["theme/language-switcher.js"]
[output.html.search]
enable = true
[output.html.redirect]
"/getting-started/index.html" = "installation.html"
"/language/index.html" = "supported-features.html"
"/packages/index.html" = "porting.html"
"/threading/index.html" = "overview.html"
"/ui/index.html" = "overview.html"
"/platforms/index.html" = "overview.html"
"/stdlib/index.html" = "overview.html"
"/i18n/index.html" = "overview.html"
"/updater/index.html" = "overview.html"
"/system/index.html" = "overview.html"
"/widgets/index.html" = "overview.html"
"/plugins/index.html" = "overview.html"
"/testing/index.html" = "geisterhand.html"
"/cli/index.html" = "commands.html"
"/contributing/index.html" = "architecture.html"