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.

41 lines
832 B

1 month ago
  1. {
  2. "$schema": "https://mintlify.com/schema.json",
  3. "name": "BUZZUP",
  4. "favicon": "/favicon.png",
  5. "colors": {
  6. "primary": "#808080",
  7. "light": "#FFFFFF",
  8. "dark": "#000000",
  9. "background": {
  10. "dark": "#000000",
  11. "light": "#FFFFFF"
  12. }
  13. },
  14. "search": {},
  15. "navigation": [
  16. {
  17. "group": "了解",
  18. "pages": [
  19. "introduction"
  20. ]
  21. },
  22. {
  23. "group": "JSON-RPC API",
  24. "pages": [
  25. "wallet/eth_requestAccounts",
  26. "wallet/eth_accounts",
  27. "wallet/eth_chainId",
  28. "wallet/personal_sign",
  29. "wallet/eth_signTypedData_v4",
  30. "wallet/eth_sendTransaction"
  31. ]
  32. },
  33. {
  34. "group": "event",
  35. "pages": [
  36. "event/chainChanged",
  37. "event/accountsChanged"
  38. ]
  39. }
  40. ],
  41. "backgroundImage": "/background.png"
  42. }