@@ -110,7 +110,7 @@ const config = {
110110 items : [
111111 {
112112 type : 'dropdown' ,
113- label : 'Start Here ' ,
113+ label : 'Get Started ' ,
114114 position : 'left' ,
115115 activeBaseRegex : 'tutorials' ,
116116 items : [
@@ -147,8 +147,9 @@ const config = {
147147 items : [
148148 {
149149 to : '/api/rpc/introduction' ,
150- label : '🔌 RPC API' ,
150+ label : 'RPC API' ,
151151 description : 'Low level API to interact with NEAR' ,
152+ icon : '/assets/menu/analytics.png' ,
152153 } ,
153154
154155 {
@@ -176,18 +177,18 @@ const config = {
176177 icon : '/assets/docs/welcome-pages/near-cli.png' ,
177178 } ,
178179 {
179- label : 'NEAR Connect ' ,
180+ label : 'Wallet Connector ' ,
180181 to : '/tools/near-connect' ,
181182 description : 'Integrate multiple wallets into your application' ,
182- icon : '/assets/docs/welcome-pages/multiple .png' ,
183+ icon : '/assets/docs/welcome-pages/frontend-bos .png' ,
183184 } ,
184185 ] ,
185186 } ,
186187 ] ,
187188 } ,
188189 {
189190 type : 'dropdown' ,
190- label : 'Tools ' ,
191+ label : 'Utilities ' ,
191192 position : 'left' ,
192193 items : [
193194 {
@@ -213,26 +214,18 @@ const config = {
213214 to : 'https://nearplay.app/' ,
214215 target : '_blank' ,
215216 description : 'Write, test and deploy smart contracts in your browser' ,
216- icon : '/assets/menu/contract.svg' ,
217- } ,
218- {
219- label : 'Learn NEAR Club ↗' ,
220- to : 'https://learnnear.club/' ,
221- description : 'All inclusive hands-on onboarding platform to NEAR Protocol' ,
222- icon : '/assets/menu/lnc.jpg' ,
217+ icon : '/assets/menu/catalog.png' ,
223218 } ,
224-
225219 ] ,
226220 } ,
227221 {
228222 label : 'Discover' ,
229223 to : '#' ,
230224 description : 'Discover events, news and projects' ,
231225 subitems : [
232- { label : 'Events' , to : '/events' , description : "Find what's coming up in the NEAR ecosystem" , icon : '/assets/menu/event.png' } ,
233226 { label : 'Blog' , to : '/blog' , description : "Read blog posts from our community" , icon : '/assets/menu/near.svg' } ,
234- { label : 'Newsletter ' , to : '/newsletter ' , description : "Catch up with the latest news from NEAR" , icon : '/assets/menu/newspaper .png' } ,
235- { label : 'Communities ' , "to" : "/communities" , description : "Find a NEAR community near you " , icon : " /assets/menu/communities .png" } ,
227+ { label : 'Events ' , to : '/events ' , description : "Find what's coming up in the NEAR ecosystem " , icon : '/assets/menu/event .png' } ,
228+ { label : 'Newsletter ' , to : '/newsletter' , description : "Catch up with the latest news from NEAR " , icon : ' /assets/menu/newspaper .png' }
236229 ]
237230 } ,
238231 {
@@ -246,12 +239,6 @@ const config = {
246239 description : 'Join our Telegram channel for developers' ,
247240 icon : '/assets/menu/telegram.svg' ,
248241 } ,
249- {
250- label : 'Discord ↗' ,
251- to : 'https://discord.gg/nearprotocol' ,
252- description : 'Join our Discord server to get help from the community' ,
253- icon : '/assets/menu/discord.svg' ,
254- } ,
255242 {
256243 label : 'WeChat ↗' ,
257244 to : 'https://pages.near.org/ecosystem/community/wechat/' ,
0 commit comments