Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 9 additions & 22 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ const config = {
items: [
{
type: 'dropdown',
label: 'Start Here',
label: 'Get Started',
position: 'left',
activeBaseRegex: 'tutorials',
items: [
Expand Down Expand Up @@ -147,8 +147,9 @@ const config = {
items: [
{
to: '/api/rpc/introduction',
label: '🔌 RPC API',
label: 'RPC API',
description: 'Low level API to interact with NEAR',
icon: '/assets/menu/analytics.png',
},

{
Expand Down Expand Up @@ -176,18 +177,18 @@ const config = {
icon: '/assets/docs/welcome-pages/near-cli.png',
},
{
label: 'NEAR Connect',
label: 'Wallet Connector',
to: '/tools/near-connect',
description: 'Integrate multiple wallets into your application',
icon: '/assets/docs/welcome-pages/multiple.png',
icon: '/assets/docs/welcome-pages/frontend-bos.png',
},
],
},
],
},
{
type: 'dropdown',
label: 'Tools',
label: 'Utilities',
position: 'left',
items: [
{
Expand All @@ -213,26 +214,18 @@ const config = {
to: 'https://nearplay.app/',
target: '_blank',
description: 'Write, test and deploy smart contracts in your browser',
icon: '/assets/menu/contract.svg',
},
{
label: 'Learn NEAR Club ↗',
to: 'https://learnnear.club/',
description: 'All inclusive hands-on onboarding platform to NEAR Protocol',
icon: '/assets/menu/lnc.jpg',
icon: '/assets/menu/catalog.png',
},

],
},
{
label: 'Discover',
to: '#',
description: 'Discover events, news and projects',
subitems: [
{ label: 'Events', to: '/events', description: "Find what's coming up in the NEAR ecosystem", icon: '/assets/menu/event.png' },
{ label: 'Blog', to: '/blog', description: "Read blog posts from our community", icon: '/assets/menu/near.svg' },
{ label: 'Newsletter', to: '/newsletter', description: "Catch up with the latest news from NEAR", icon: '/assets/menu/newspaper.png' },
{ label: 'Communities', "to": "/communities", description: "Find a NEAR community near you", icon: "/assets/menu/communities.png" },
{ label: 'Events', to: '/events', description: "Find what's coming up in the NEAR ecosystem", icon: '/assets/menu/event.png' },
{ label: 'Newsletter', to: '/newsletter', description: "Catch up with the latest news from NEAR", icon: '/assets/menu/newspaper.png' }
]
},
{
Expand All @@ -246,12 +239,6 @@ const config = {
description: 'Join our Telegram channel for developers',
icon: '/assets/menu/telegram.svg',
},
{
label: 'Discord ↗',
to: 'https://discord.gg/nearprotocol',
description: 'Join our Discord server to get help from the community',
icon: '/assets/menu/discord.svg',
},
{
label: 'WeChat ↗',
to: 'https://pages.near.org/ecosystem/community/wechat/',
Expand Down
254 changes: 0 additions & 254 deletions website/src/pages/communities/communities.module.scss

This file was deleted.

Loading