File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,7 +10,33 @@ nav = [
1010 {"Trust Bundles" = " trust-bundles.md" },
1111 {"Deployment" = " deployment.md" },
1212 {"Troubleshooting" = " troubleshooting.md" },
13+ {"schemapin.org" = " https://schemapin.org" },
1314]
1415
1516[project .repository ]
1617url = " https://github.com/ThirdKeyAI/SchemaPin"
18+
19+ [[project .theme .palette ]]
20+ scheme = " default"
21+ toggle.icon = " lucide/sun"
22+ toggle.name = " Switch to dark mode"
23+
24+ [[project .theme .palette ]]
25+ scheme = " slate"
26+ toggle.icon = " lucide/moon"
27+ toggle.name = " Switch to light mode"
28+
29+ [[project .extra .social ]]
30+ icon = " fontawesome/brands/github"
31+ link = " https://github.com/ThirdKeyAI/SchemaPin"
32+ name = " SchemaPin on GitHub"
33+
34+ [[project .extra .social ]]
35+ icon = " fontawesome/solid/globe"
36+ link = " https://schemapin.org"
37+ name = " schemapin.org"
38+
39+ [[project .extra .social ]]
40+ icon = " fontawesome/solid/shield-halved"
41+ link = " https://thirdkey.ai"
42+ name = " ThirdKey"
You can’t perform that action at this time.
0 commit comments