-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathzensical.toml
More file actions
43 lines (38 loc) · 1.22 KB
/
zensical.toml
File metadata and controls
43 lines (38 loc) · 1.22 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
[project]
site_name = "AgentPin Documentation"
site_url = "https://docs.agentpin.org/"
site_description = "Domain-anchored cryptographic identity protocol for AI agents"
repo_url = "https://github.com/ThirdKeyAI/agentpin"
repo_name = "ThirdKeyAI/agentpin"
nav = [
{"Home" = "index.md"},
{"Getting Started" = "getting-started.md"},
{"Verification Flow" = "verification-flow.md"},
{"CLI Guide" = "cli-guide.md"},
{"Trust Bundles" = "trust-bundles.md"},
{"Delegation Chains" = "delegation-chains.md"},
{"Deployment" = "deployment.md"},
{"Security" = "security.md"},
{"Troubleshooting" = "troubleshooting.md"},
{"agentpin.org" = "https://agentpin.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/agentpin"
name = "AgentPin on GitHub"
[[project.extra.social]]
icon = "fontawesome/solid/globe"
link = "https://agentpin.org"
name = "agentpin.org"
[[project.extra.social]]
icon = "fontawesome/solid/shield-halved"
link = "https://thirdkey.ai"
name = "ThirdKey"