-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathzensical.toml
More file actions
76 lines (62 loc) · 1.82 KB
/
Copy pathzensical.toml
File metadata and controls
76 lines (62 loc) · 1.82 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
[project]
site_name = "Daffy"
site_url = "https://daffy.readthedocs.io"
site_dir = "site"
repo_url = "https://github.com/vertti/daffy"
repo_name = "vertti/daffy"
# Navigation
nav = [
{ "Home" = "index.md" },
{ "Getting Started" = "getting-started.md" },
{ "Usage Guide" = "usage.md" },
{ "Advanced Validation" = "advanced.md" },
{ "Recipes & Patterns" = "recipes.md" },
{ "API Reference" = "api.md" },
{ "Contributing" = "contributing.md" },
{ "Changelog" = "changelog.md" }
]
[project.theme]
variant = "modern"
features = [
"navigation.instant",
"navigation.tracking",
"navigation.sections",
"navigation.expand",
"navigation.top",
"search.highlight",
"search.share",
"content.code.copy",
"content.code.annotate"
]
[project.theme.palette]
primary = "indigo"
accent = "indigo"
[project.theme.icon]
repo = "fontawesome/brands/github"
# Markdown extensions
[project.markdown_extensions.attr_list]
[project.markdown_extensions.md_in_html]
[project.markdown_extensions.admonition]
[project.markdown_extensions.tables]
[project.markdown_extensions.toc]
permalink = true
[project.markdown_extensions.pymdownx.emoji]
emoji_index = "zensical.extensions.emoji.twemoji"
emoji_generator = "zensical.extensions.emoji.to_svg"
[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.details]
[project.markdown_extensions.pymdownx.tabbed]
alternate_style = true
[[project.extra.social]]
icon = "fontawesome/brands/github"
link = "https://github.com/vertti/daffy"
[[project.extra.social]]
icon = "fontawesome/brands/python"
link = "https://pypi.org/project/daffy/"