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.

60 lines
1.2 KiB

1 month ago
3 weeks ago
1 month ago
3 weeks ago
1 month ago
3 weeks ago
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": "Layer 1",
  24. "pages": [
  25. "layer1/introduction",
  26. "layer1/validators",
  27. "layer1/candidate",
  28. "layer1/explorers",
  29. "layer1/wallet"
  30. ]
  31. },
  32. {
  33. "group": "Layer 2",
  34. "pages": [
  35. "layer2/introduction",
  36. "layer2/edge"
  37. ]
  38. },
  39. {
  40. "group": "JSON-RPC API",
  41. "pages": [
  42. "wallet/introduction",
  43. "wallet/eth_requestAccounts",
  44. "wallet/eth_accounts",
  45. "wallet/eth_chainId",
  46. "wallet/personal_sign",
  47. "wallet/eth_signTypedData_v4",
  48. "wallet/eth_sendTransaction"
  49. ]
  50. },
  51. {
  52. "group": "event",
  53. "pages": [
  54. "event/chainChanged",
  55. "event/accountsChanged"
  56. ]
  57. }
  58. ],
  59. "backgroundImage": "/background.png"
  60. }