-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathzensical.toml
More file actions
63 lines (55 loc) · 1.53 KB
/
zensical.toml
File metadata and controls
63 lines (55 loc) · 1.53 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
[project]
site_name = "databow"
site_description = "A command-line tool for querying databases via ADBC."
copyright = "Copyright © 2026 Columnar Technologies Inc."
nav = [
{ "Getting Started" = "index.md" },
{ "Installation" = "installation.md" },
{ "Databases" = "databases.md" },
{ "Reference" = "reference.md" },
]
[project.theme]
language = "en"
logo = "images/logo.svg"
favicon = "images/logo.svg"
font = false
features = [
"announce.dismiss",
"content.code.annotate",
"content.code.copy",
"content.code.select",
"content.footnote.tooltips",
"content.tabs.link",
"content.tooltips",
"navigation.footer",
"navigation.indexes",
"navigation.instant",
"navigation.instant.prefetch",
"navigation.path",
"navigation.sections",
"navigation.top",
"navigation.tracking",
"search.highlight",
]
[[project.theme.palette]]
scheme = "default"
toggle.icon = "lucide/sun"
toggle.name = "Switch to dark mode"
[[project.theme.palette]]
scheme = "slate"
toggle.icon = "lucide/moon"
toggle.name = "Switch to light mode"
[project.theme.icon]
logo = "lucide/database"
[[project.extra.social]]
icon = "fontawesome/brands/github"
link = "https://github.com/columnar-tech"
[[project.extra.social]]
icon = "fontawesome/brands/linkedin"
link = "https://linkedin.com/company/columnar-tech"
[[project.extra.social]]
icon = "fontawesome/brands/x-twitter"
link = "https://x.com/columnar_tech"
[[project.extra.social]]
icon = "fontawesome/brands/bluesky"
link = "https://bsky.app/profile/columnar.tech"