mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-28 04:33:42 +08:00
feat: add links to Grind 75
This commit is contained in:
@ -40,6 +40,11 @@ module.exports = {
|
|||||||
href: '/algorithms/introduction',
|
href: '/algorithms/introduction',
|
||||||
},
|
},
|
||||||
{label: 'Blog', to: 'blog', position: 'left'},
|
{label: 'Blog', to: 'blog', position: 'left'},
|
||||||
|
{
|
||||||
|
label: 'Grind 75',
|
||||||
|
href: 'https://www.techinterviewhandbook.org/grind75',
|
||||||
|
position: 'left',
|
||||||
|
},
|
||||||
// {label: 'Advertise', to: '/advertise', position: 'left'},
|
// {label: 'Advertise', to: '/advertise', position: 'left'},
|
||||||
{
|
{
|
||||||
href: 'https://github.com/yangshun/tech-interview-handbook',
|
href: 'https://github.com/yangshun/tech-interview-handbook',
|
||||||
@ -136,6 +141,10 @@ module.exports = {
|
|||||||
{
|
{
|
||||||
title: 'More',
|
title: 'More',
|
||||||
items: [
|
items: [
|
||||||
|
{
|
||||||
|
label: 'Grind 75',
|
||||||
|
href: 'https://www.techinterviewhandbook.org/grind75',
|
||||||
|
},
|
||||||
{label: 'Advertise', href: '/advertise'},
|
{label: 'Advertise', href: '/advertise'},
|
||||||
{
|
{
|
||||||
label: 'Contact us',
|
label: 'Contact us',
|
||||||
|
Reference in New Issue
Block a user