You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: 'Learn about the Avalanche Protocol',
59
+
url: '/docs/protocol',
60
+
},
61
+
{
62
+
icon: <Layers/>,
63
+
text: 'Avalanche L1s',
64
+
description: "Build your own sovereign Layer 1 blockchain using Avalanche's battle-tested infrastructure and tooling.",
65
+
url: '/docs/avalanche-l1s',
66
+
menu: {
67
+
className: 'lg:col-start-2',
68
+
},
69
+
},
70
+
{
71
+
icon: <MonitorCheck/>,
72
+
text: 'Nodes & Validators',
73
+
description: 'Learn about hardware requirements, staking mechanisms, rewards, and best practices for securing and maintaining validator infra for Avalanche ecosystem.',
74
+
url: '/docs/nodes',
75
+
menu: {
76
+
className: 'lg:col-start-2',
77
+
},
78
+
},
79
+
{
80
+
icon: <Mail/>,
81
+
text: 'Interoperability',
82
+
description: "Explore Avalanche's native cross-chain protocols that enable seamless asset and data transfer across different Avalanche L1s.",
83
+
url: '/docs/cross-chain',
84
+
menu: {
85
+
className: 'lg:col-start-3 lg:row-start-1',
86
+
},
87
+
},
88
+
{
89
+
icon: <Webhook/>,
90
+
text: 'API Docs',
91
+
description: "Comprehensive API documentation for interacting with the Primary Network and various Avalanche L1s.",
0 commit comments