-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathzensical.toml
More file actions
45 lines (40 loc) · 1.29 KB
/
zensical.toml
File metadata and controls
45 lines (40 loc) · 1.29 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
[project]
site_name = "AgentSniff Documentation"
site_url = "https://docs.agentsniff.org/"
site_description = "AI Agent Network Scanner - Detect AI agents on your network"
repo_url = "https://github.com/ThirdKeyAI/agentsniff"
repo_name = "ThirdKeyAI/agentsniff"
nav = [
{"Home" = "index.md"},
{"Getting Started" = "getting-started.md"},
{"Detectors" = "detectors.md"},
{"CLI Reference" = "cli-reference.md"},
{"Dashboard" = "dashboard.md"},
{"Configuration" = "configuration.md"},
{"Alerting" = "alerting.md"},
{"Integrations" = "integrations.md"},
{"API Reference" = "api-reference.md"},
{"Architecture" = "architecture.md"},
{"Wazuh Integration" = "wazuh.md"},
{"agentsniff.org" = "https://agentsniff.org"},
]
[[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.extra.social]]
icon = "fontawesome/brands/github"
link = "https://github.com/ThirdKeyAI/agentsniff"
name = "AgentSniff on GitHub"
[[project.extra.social]]
icon = "fontawesome/solid/globe"
link = "https://agentsniff.org"
name = "agentsniff.org"
[[project.extra.social]]
icon = "fontawesome/solid/shield-halved"
link = "https://thirdkey.ai"
name = "ThirdKey"