-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathzensical.toml.template
More file actions
79 lines (72 loc) · 1.94 KB
/
zensical.toml.template
File metadata and controls
79 lines (72 loc) · 1.94 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
[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
"""
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",
]
[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"
toggle.icon = "lucide/sun"
toggle.name = "Switch to dark mode"
[[project.theme.palette]]
media = "(prefers-color-scheme: dark)"
scheme = "slate"
toggle.icon = "lucide/moon"
toggle.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"
[[project.extra.social]]
icon = "lucide/globe"
name = "Website"
link = "upstreamdata.com"