-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathzensical.toml
More file actions
97 lines (80 loc) · 2.59 KB
/
zensical.toml
File metadata and controls
97 lines (80 loc) · 2.59 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
89
90
91
92
93
94
95
96
97
[project]
site_name = "tstring-structured-data"
site_description = "Parser-first JSON, TOML, and YAML backends for PEP 750 template strings"
site_url = "https://tstring-structured-data.koxudaxi.dev"
repo_name = "koxudaxi/tstring-structured-data"
repo_url = "https://github.com/koxudaxi/tstring-structured-data"
nav = [
{ "Overview" = "index.md" },
{ "Getting Started" = [
{ "Installation" = "getting-started/installation.md" },
{ "Quick Start" = "getting-started/quick-start.md" },
]},
{ "Usage" = [
{ "JSON" = "usage/json.md" },
{ "TOML" = "usage/toml.md" },
{ "YAML" = "usage/yaml.md" },
{ "Error Handling" = "usage/error-handling.md" },
{ "Profiles" = "usage/profiles.md" },
{ "Editor Integration (t-linter)" = "usage/editor-integration.md" },
]},
{ "Architecture" = "architecture.md" },
{ "Reference" = [
{ "API" = "reference/api.md" },
{ "Backend Support Matrix" = "reference/backend-support-matrix.md" },
{ "Spec Conformance" = "reference/spec-conformance-status.md" },
]},
{ "Development" = [
{ "Setup" = "development/setup.md" },
{ "Conformance Vendor Sync" = "development/conformance-vendor-sync.md" },
]},
]
[project.theme]
custom_dir = "overrides"
features = [
"content.code.copy",
"content.code.annotate",
"content.tabs.link",
"navigation.instant",
"navigation.tracking",
"navigation.sections",
"navigation.expand",
"search.highlight",
"search.share",
"toc.follow",
"announce.dismiss",
]
[project.theme.icon]
annotation = "material/arrow-right-circle"
[[project.theme.palette]]
scheme = "slate"
primary = "light blue"
accent = "light blue"
toggle.icon = "material/brightness-4"
toggle.name = "Switch to light mode"
[[project.theme.palette]]
scheme = "default"
primary = "light blue"
accent = "light blue"
toggle.icon = "material/brightness-7"
toggle.name = "Switch to dark mode"
[project.markdown_extensions.pymdownx.highlight]
anchor_linenums = true
line_spans = "__span"
pygments_lang_class = true
[project.markdown_extensions.pymdownx.inlinehilite]
[project.markdown_extensions.pymdownx.snippets]
base_path = "."
[project.markdown_extensions.pymdownx.superfences]
[project.markdown_extensions.pymdownx.tabbed]
alternate_style = true
[project.markdown_extensions.pymdownx.details]
[project.markdown_extensions.pymdownx.emoji]
emoji_index = "zensical.extensions.emoji.twemoji"
emoji_generator = "zensical.extensions.emoji.to_svg"
[project.markdown_extensions.admonition]
[project.markdown_extensions.attr_list]
[project.markdown_extensions.md_in_html]
[project.markdown_extensions.toc]
permalink = true
[project.plugins.search]