-
-
Notifications
You must be signed in to change notification settings - Fork 61
/
book.toml
65 lines (56 loc) · 2.02 KB
/
book.toml
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
[book]
authors = ["SlimeVR contributors"]
language = "en"
multilingual = false
src = "src"
title = "SlimeVR Docs"
[preprocessor.links]
renderers = ["html"]
[preprocessor.index]
renderers = ["html"]
[preprocessor.gettext]
after = ["links"]
# for adding table of contents in a file
[preprocessor.toc]
optional = false
renderer = ["html"]
after = ["gettext"]
marker = """* TOC
{:toc}"""
# Catppucin theme!
[preprocessor.catppuccin]
optional = true
assets_version = "2.1.0" # DO NOT EDIT: Managed by `mdbook-catppuccin install`
[preprocessor.admonish]
after = ["links"]
command = "mdbook-admonish"
assets_version = "3.0.2" # do not edit: managed by `mdbook-admonish install`
[output.html]
default-theme = "latte"
preferred-dark-theme = "ayu"
git-repository-url = "https://github.com/SlimeVR/SlimeVR-Docs-Site"
edit-url-template = "https://github.com/SlimeVR/SlimeVR-Docs-Site/edit/main/{path}"
additional-css = [
"./theme/catppuccin.css",
"./theme/catppuccin-highlight.css",
"./theme/custom.css",
"./mdbook-admonish.css",
"./theme/catppuccin-admonish.css",
]
cname = "docs.slimevr.dev"
no-section-label = true
[output.html.redirect]
"/slimevr-experience-survey.html" = "/misc/survey.html"
"/diy/diy-trackers-guide.html" = "/diy/index.html"
"/firmware/updating-firmware.html" = "/firmware/index.html"
"/tools/applications-and-variants.html" = "/tools/index.html"
"/diy_kit_guide.html" = "/diy/diy_kit_guide.html"
# Server setup pages ("server-setup" -> "server")
"/server-setup/body-config.html" = "/server/body-config.html"
"/server-setup/configuring-trackers.html" = "/server/configuring-trackers.html"
"/server-setup/connecting-trackers.html" = "/server/connecting-trackers.html"
"/server-setup/initial-setup.html" = "/server/initial-setup.html"
"/server-setup/osc-information.html" = "/server/osc-information.html"
"/server-setup/putting-on-trackers.html" = "/server/putting-on-trackers.html"
"/server-setup/setting-reset-bindings.html" = "/server/setting-reset-bindings.html"
"/server-setup/slimevr-setup.html" = "/server/index.html"