Skip to content

Commit 5e199b0

Browse files
committed
fix zensical repo widget config format
Move repo_url and repo_name to [project] section to enable the repo info widget (stars/forks/version) in docs header.
1 parent 1d3906a commit 5e199b0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

zensical.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
site_name = "AgentPin Documentation"
33
site_url = "https://docs.agentpin.org/"
44
site_description = "Domain-anchored cryptographic identity protocol for AI agents"
5+
repo_url = "https://github.com/ThirdKeyAI/agentpin"
6+
repo_name = "ThirdKeyAI/agentpin"
57
nav = [
68
{"Home" = "index.md"},
79
{"Getting Started" = "getting-started.md"},
@@ -15,9 +17,6 @@ nav = [
1517
{"agentpin.org" = "https://agentpin.org"},
1618
]
1719

18-
[project.repository]
19-
url = "https://github.com/ThirdKeyAI/agentpin"
20-
2120
[[project.theme.palette]]
2221
scheme = "default"
2322
toggle.icon = "lucide/sun"

0 commit comments

Comments
 (0)