We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe83fb6 commit e5ce0c8Copy full SHA for e5ce0c8
1 file changed
zensical.toml
@@ -2,6 +2,8 @@
2
site_name = "SchemaPin Documentation"
3
site_url = "https://docs.schemapin.org/"
4
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"
7
nav = [
8
{"Home" = "index.md"},
9
{"Getting Started" = "getting-started.md"},
@@ -13,9 +15,6 @@ nav = [
13
15
{"schemapin.org" = "https://schemapin.org"},
14
16
]
17
-[project.repository]
-url = "https://github.com/ThirdKeyAI/SchemaPin"
18
-
19
[[project.theme.palette]]
20
scheme = "default"
21
toggle.icon = "lucide/sun"
0 commit comments