-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathzensical.toml
More file actions
65 lines (60 loc) · 1.56 KB
/
zensical.toml
File metadata and controls
65 lines (60 loc) · 1.56 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
[project]
site_name = "Bob the Builder"
site_description = "This is what CI/CD should've been"
site_author = "Rahul De"
site_url = "https://bob-cd.github.io"
copyright = "Copyright © 2018- Rahul De"
nav = [
"index.md",
"rationale.md",
"getting-started.md",
"architecture.md",
"cli.md",
{"API Reference" = "https://redocly.github.io/redoc/?url=https://raw.githubusercontent.com/bob-cd/bob/main/apiserver/resources/bob/api.yaml"},
{"Components" = [
"pipelines.md",
"resources.md",
"artifacts.md",
"logs.md",
]},
]
[project.theme]
favicon = "img/bob-logo.png"
logo = "img/bob-logo.png"
language = "en"
features = [
"announce.dismiss",
"content.code.annotate",
"content.code.copy",
"content.code.select",
"content.footnote.tooltips",
"content.tabs.link",
"content.tooltips",
"header.autohide",
"navigation.footer",
"navigation.indexes",
"navigation.instant",
"navigation.instant.prefetch",
"navigation.instant.progress",
"navigation.path",
"navigation.sections",
"navigation.top",
"search.highlight",
]
[[project.theme.palette]]
media = "(prefers-color-scheme: dark)"
scheme = "slate"
toggle.icon = "lucide/moon"
toggle.name = "Switch to system preference"
[[project.theme.palette]]
media = "(prefers-color-scheme: light)"
scheme = "default"
toggle.icon = "lucide/sun"
toggle.name = "Switch to dark mode"
[[project.theme.palette]]
media = "(prefers-color-scheme)"
toggle.icon = "lucide/sun-moon"
toggle.name = "Switch to light mode"
[project.theme.font]
text = "Inter"
code = "Iosevka Term Mono"