-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathzensical.toml
More file actions
83 lines (75 loc) · 2.49 KB
/
zensical.toml
File metadata and controls
83 lines (75 loc) · 2.49 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
[project]
site_name = "Red Hat Docs Agent Tools"
site_description = "Claude Code plugins, skills, agents, and commands for Red Hat documentation workflows"
site_url = "https://redhat-documentation.github.io/redhat-docs-agent-tools/"
repo_url = "https://github.com/redhat-documentation/redhat-docs-agent-tools"
edit_uri = "edit/main/docs/"
extra_css = ["stylesheets/extra.css"]
nav = [
{"Home" = [
{"Overview" = "index.md"},
{"Quick start" = "quick-start.md"},
]},
{"Plugins" = [
{"Browse plugins" = "plugins.md"},
{"dita-tools" = "plugins/dita-tools.md"},
{"docs-tools" = "plugins/docs-tools.md"},
{"hello-world" = "plugins/hello-world.md"},
{"vale-tools" = "plugins/vale-tools.md"},
]},
{"Install" = [
{"Installation" = "install/index.md"},
]},
{"Contribute" = [
{"Contributing" = "contribute/index.md"},
{"Creating a new plugin" = "contribute/creating-a-new-plugin.md"},
{"Evaluating skills" = "contribute/evaluating-skills.md"},
]},
]
[project.theme]
logo = "images/logo.svg"
favicon = "images/favicon.png"
features = [
"navigation.tabs",
"navigation.tabs.sticky",
"navigation.sections",
"navigation.expand",
"content.action.edit",
"content.action.view",
"content.code.copy",
"content.code.annotate",
"navigation.footer"
]
[project.extra.status]
new = "Recently added"
# Palette toggle for automatic mode
[[project.theme.palette]]
scheme = "default"
media = "(prefers-color-scheme)"
toggle.icon = "lucide/sun-moon"
toggle.name = "Switch to light mode"
# Palette toggle for light mode
[[project.theme.palette]]
media = "(prefers-color-scheme: light)"
toggle.icon = "lucide/sun"
toggle.name = "Switch to dark mode"
# Palette toggle for dark mode
[[project.theme.palette]]
media = "(prefers-color-scheme: dark)"
scheme = "slate"
toggle.icon = "lucide/moon"
toggle.name = "Switch to system preference"
[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.attr_list]
[project.markdown_extensions.md_in_html]
[project.markdown_extensions.pymdownx.inlinehilite]
[project.markdown_extensions.pymdownx.snippets]
[project.markdown_extensions.pymdownx.superfences]
[project.markdown_extensions.admonition]
[project.markdown_extensions.pymdownx.details]