We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d3906a commit 5e199b0Copy full SHA for 5e199b0
zensical.toml
@@ -2,6 +2,8 @@
2
site_name = "AgentPin Documentation"
3
site_url = "https://docs.agentpin.org/"
4
site_description = "Domain-anchored cryptographic identity protocol for AI agents"
5
+repo_url = "https://github.com/ThirdKeyAI/agentpin"
6
+repo_name = "ThirdKeyAI/agentpin"
7
nav = [
8
{"Home" = "index.md"},
9
{"Getting Started" = "getting-started.md"},
@@ -15,9 +17,6 @@ nav = [
15
17
{"agentpin.org" = "https://agentpin.org"},
16
18
]
19
-[project.repository]
-url = "https://github.com/ThirdKeyAI/agentpin"
20
-
21
[[project.theme.palette]]
22
scheme = "default"
23
toggle.icon = "lucide/sun"
0 commit comments