40 lines
921 B
TOML
40 lines
921 B
TOML
|
|
[project]
|
||
|
|
site_name = "WizardConnect"
|
||
|
|
site_description = "Relay-based protocol for connecting dapps to HD wallets over encrypted Nostr channel."
|
||
|
|
|
||
|
|
nav = [
|
||
|
|
{ "Home" = "index.md" },
|
||
|
|
{ "Protocol" = "protocol.md" },
|
||
|
|
{ "Connection URI" = "connection-uri.md" },
|
||
|
|
{ "Transport" = "transport.md" },
|
||
|
|
{ "Wallet" = "wallet.md" },
|
||
|
|
{ "Dapp" = "dapp.md" },
|
||
|
|
{ "Pubkey Derivation" = "pubkey-derivation.md" },
|
||
|
|
]
|
||
|
|
|
||
|
|
[project.theme]
|
||
|
|
|
||
|
|
features = [
|
||
|
|
"content.code.copy",
|
||
|
|
"content.code.select",
|
||
|
|
"content.tooltips",
|
||
|
|
"navigation.footer",
|
||
|
|
"navigation.instant",
|
||
|
|
"navigation.instant.prefetch",
|
||
|
|
"navigation.path",
|
||
|
|
"navigation.sections",
|
||
|
|
"navigation.top",
|
||
|
|
"navigation.tracking",
|
||
|
|
"search.highlight",
|
||
|
|
]
|
||
|
|
|
||
|
|
[[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"
|