-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathzensical.toml
More file actions
88 lines (81 loc) · 2.17 KB
/
zensical.toml
File metadata and controls
88 lines (81 loc) · 2.17 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
[project]
site_name = "Upstream Data - Docs"
site_description = "Documentation for Upstream Data hardware."
site_author = "Upstream Data"
site_url = "https://docs.upstreamdata.com/"
copyright = "Copyright © 2026 Upstream Data Inc\n"
use_directory_urls = true
extra_css = [
"stylesheets/images.css",
]
markdown_extensions = [
"attr_list",
"admonition",
"pymdownx.details",
"pymdownx.superfences",
{ "pymdownx.tabbed" = { alternate_style = true, slugify = { case = "lower" } } },
"md_in_html",
"pymdownx.blocks.caption",
"pymdownx.snippets",
"abbr",
{ "pymdownx.tasklist" = { custom_checkbox = true } },
{ toc = { permalink = true } },
{ "pymdownx.emoji" = { emoji_index = "zensical.extensions.emoji.twemoji", emoji_generator = "zensical.extensions.emoji.to_svg" } },
"tables",
"pymdownx.caret",
"pymdownx.tilde",
"pymdownx.mark",
"pymdownx.smartsymbols",
]
nav = [
"index.md",
"maintenance.md",
"loadsync.md",
"contact.md",
{ Changelog = [
"changelogs/loadsync/index.md",
"changelogs/loadsync/0.2.5.md",
] },
]
[project.theme]
favicon = "logo/logo.svg"
logo = "logo/logo.svg"
language = "en"
features = [
"navigation.footer",
"navigation.indexes",
"navigation.instant",
"navigation.instant.prefetch",
"navigation.instant.progress",
"navigation.path",
"navigation.sections",
"navigation.tabs",
"navigation.tabs.sticky",
"navigation.top",
"navigation.tracking",
"search.highlight",
"toc.follow",
"toc.integrate",
"content.tooltips",
"content.tabs.link",
]
[[project.theme.palette]]
media = "(prefers-color-scheme: light)"
scheme = "default"
[project.theme.palette.toggle]
icon = "lucide/sun"
name = "Switch to dark mode"
[[project.theme.palette]]
media = "(prefers-color-scheme: dark)"
scheme = "slate"
[project.theme.palette.toggle]
icon = "lucide/moon"
name = "Switch to light mode"
[project.theme.font]
text = "Inter"
code = "Jetbrains Mono"
[project.extra]
social = [
{ icon = "lucide/mail", name = "Contact Support", link = "mailto:support@upstreamdata.com" },
{ icon = "lucide/globe", name = "Website", link = "upstreamdata.com" },
]