-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathzensical.toml
More file actions
50 lines (46 loc) · 1.18 KB
/
Copy pathzensical.toml
File metadata and controls
50 lines (46 loc) · 1.18 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
[project]
site_name = "NetBox DHCP-KEA Plugin"
site_url = "https://lupo.github.io/netbox_dhcp_kea_plugin"
site_description = "NetBox plugin for ISC Kea DHCP configuration"
copyright = """
Copyright © 2026 Łukasz Polański
"""
nav = [
{ "Home" = "index.md" },
{ "Installation" = "installation.md" },
{ "Configuration" = "configuration.md" },
{ "Features" = "features.md" },
{ "Usage" = "usage.md" },
{ "GraphQL" = "graphql.md" },
{ "Guides" = [
"guides/index.md",
{ "Class-conditional option delivery" = "guides/class-conditional-option-delivery.md" },
] },
{ "Contributing" = "contributing.md" },
{ "Changelog" = "changelog.md" },
]
[project.theme]
language = "en"
features = [
"content.code.copy",
"content.code.annotate",
"content.tabs.link",
"navigation.indexes",
"navigation.instant",
"navigation.path",
"navigation.top",
"search.highlight",
"toc.follow",
]
[[project.theme.palette]]
scheme = "default"
primary = "indigo"
accent = "indigo"
toggle.icon = "lucide/sun"
toggle.name = "Switch to dark mode"
[[project.theme.palette]]
scheme = "slate"
primary = "indigo"
accent = "indigo"
toggle.icon = "lucide/moon"
toggle.name = "Switch to light mode"