Skip to content

Commit e5ce0c8

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 fe83fb6 commit e5ce0c8

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

zensical.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
site_name = "SchemaPin Documentation"
33
site_url = "https://docs.schemapin.org/"
44
site_description = "Cryptographic tool schema verification to prevent MCP Rug Pull attacks"
5+
repo_url = "https://github.com/ThirdKeyAI/SchemaPin"
6+
repo_name = "ThirdKeyAI/SchemaPin"
57
nav = [
68
{"Home" = "index.md"},
79
{"Getting Started" = "getting-started.md"},
@@ -13,9 +15,6 @@ nav = [
1315
{"schemapin.org" = "https://schemapin.org"},
1416
]
1517

16-
[project.repository]
17-
url = "https://github.com/ThirdKeyAI/SchemaPin"
18-
1918
[[project.theme.palette]]
2019
scheme = "default"
2120
toggle.icon = "lucide/sun"

0 commit comments

Comments
 (0)