We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38b9144 commit 8e5e390Copy full SHA for 8e5e390
zensical.toml
@@ -2,6 +2,8 @@
2
site_name = "AgentSniff Documentation"
3
site_url = "https://docs.agentsniff.org/"
4
site_description = "AI Agent Network Scanner - Detect AI agents on your network"
5
+repo_url = "https://github.com/ThirdKeyAI/agentsniff"
6
+repo_name = "ThirdKeyAI/agentsniff"
7
nav = [
8
{"Home" = "index.md"},
9
{"Getting Started" = "getting-started.md"},
@@ -17,9 +19,6 @@ nav = [
17
19
{"agentsniff.org" = "https://agentsniff.org"},
18
20
]
21
-[project.repository]
-url = "https://github.com/ThirdKeyAI/agentsniff"
22
-
23
[[project.theme.palette]]
24
scheme = "default"
25
toggle.icon = "lucide/sun"
0 commit comments