mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-28 04:33:42 +08:00
website: add Discord link
This commit is contained in:
@ -46,13 +46,18 @@ module.exports = {
|
||||
href: 'https://www.techinterviewhandbook.org/grind75',
|
||||
position: 'left',
|
||||
},
|
||||
// {label: 'Advertise', to: '/advertise', position: 'left'},
|
||||
{
|
||||
href: 'https://github.com/yangshun/tech-interview-handbook',
|
||||
position: 'right',
|
||||
className: 'navbar-icon navbar-icon-github',
|
||||
'aria-label': 'GitHub repository',
|
||||
},
|
||||
{
|
||||
href: 'https://discord.gg/usMqNaPczq',
|
||||
position: 'right',
|
||||
className: 'navbar-icon navbar-icon-discord',
|
||||
'aria-label': 'Discord channel',
|
||||
},
|
||||
{
|
||||
href: 'https://t.me/techinterviewhandbook',
|
||||
position: 'right',
|
||||
@ -65,18 +70,6 @@ module.exports = {
|
||||
className: 'navbar-icon navbar-icon-twitter',
|
||||
'aria-label': 'Twitter page',
|
||||
},
|
||||
{
|
||||
href: 'https://www.instagram.com/techinterviewhandbook',
|
||||
position: 'right',
|
||||
className: 'navbar-icon navbar-icon-instagram',
|
||||
'aria-label': 'Instagram page',
|
||||
},
|
||||
{
|
||||
href: 'https://www.facebook.com/techinterviewhandbook',
|
||||
position: 'right',
|
||||
className: 'navbar-icon navbar-icon-facebook',
|
||||
'aria-label': 'Facebook page',
|
||||
},
|
||||
],
|
||||
},
|
||||
footer: {
|
||||
@ -126,7 +119,7 @@ module.exports = {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: 'About',
|
||||
title: 'Community',
|
||||
items: [
|
||||
{
|
||||
label: 'GitHub',
|
||||
@ -137,8 +130,8 @@ module.exports = {
|
||||
href: 'https://t.me/techinterviewhandbook',
|
||||
},
|
||||
{
|
||||
label: 'Facebook',
|
||||
href: 'https://www.facebook.com/techinterviewhandbook',
|
||||
label: 'Discord',
|
||||
href: 'https://discord.gg/usMqNaPczq',
|
||||
},
|
||||
{
|
||||
label: 'Twitter',
|
||||
|
Reference in New Issue
Block a user