Skip to content

Commit 15dc025

Browse files
Guillermo Alejandro Gallardo DiezGuillermo Alejandro Gallardo Diez
authored andcommitted
chore: even less distracting menu
1 parent 28c6729 commit 15dc025

9 files changed

Lines changed: 13 additions & 748 deletions

File tree

website/docusaurus.config.js

Lines changed: 9 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -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/',

website/src/pages/communities/communities.module.scss

Lines changed: 0 additions & 254 deletions
This file was deleted.

0 commit comments

Comments
 (0)