You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
61 lines
1.2 KiB
61 lines
1.2 KiB
{
|
|
"$schema": "https://mintlify.com/schema.json",
|
|
"name": "BUZZUP 网络系统",
|
|
"favicon": "/favicon.png",
|
|
"colors": {
|
|
"primary": "#808080",
|
|
"light": "#FFFFFF",
|
|
"dark": "#000000",
|
|
"background": {
|
|
"dark": "#000000",
|
|
"light": "#FFFFFF"
|
|
}
|
|
},
|
|
"search": {},
|
|
"navigation": [
|
|
{
|
|
"group": "了解",
|
|
"pages": [
|
|
"introduction"
|
|
]
|
|
},
|
|
|
|
{
|
|
"group": "Layer 1",
|
|
"pages": [
|
|
"layer1/introduction",
|
|
"layer1/validators",
|
|
"layer1/candidate",
|
|
"layer1/explorers",
|
|
"layer1/wallet"
|
|
]
|
|
},
|
|
{
|
|
"group": "Layer 2",
|
|
"pages": [
|
|
"layer2/introduction",
|
|
"layer2/edge"
|
|
]
|
|
},
|
|
{
|
|
"group": "JSON-RPC API",
|
|
"pages": [
|
|
"wallet/introduction",
|
|
"wallet/eth_requestAccounts",
|
|
"wallet/eth_accounts",
|
|
"wallet/eth_chainId",
|
|
"wallet/personal_sign",
|
|
"wallet/eth_signTypedData_v4",
|
|
"wallet/eth_sendTransaction"
|
|
]
|
|
},
|
|
{
|
|
"group": "event",
|
|
"pages": [
|
|
"event/chainChanged",
|
|
"event/accountsChanged"
|
|
]
|
|
}
|
|
],
|
|
"backgroundImage": "/background.png"
|
|
}
|