From f939e8225e1fd5942495ffdd22bac9711d44f01c Mon Sep 17 00:00:00 2001 From: Yangshun Date: Wed, 30 Mar 2022 12:34:41 +0800 Subject: [PATCH] feat: add links to Grind 75 --- website/docusaurus.config.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 77733749..042ce4ee 100755 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -40,6 +40,11 @@ module.exports = { href: '/algorithms/introduction', }, {label: 'Blog', to: 'blog', position: 'left'}, + { + label: 'Grind 75', + href: 'https://www.techinterviewhandbook.org/grind75', + position: 'left', + }, // {label: 'Advertise', to: '/advertise', position: 'left'}, { href: 'https://github.com/yangshun/tech-interview-handbook', @@ -136,6 +141,10 @@ module.exports = { { title: 'More', items: [ + { + label: 'Grind 75', + href: 'https://www.techinterviewhandbook.org/grind75', + }, {label: 'Advertise', href: '/advertise'}, { label: 'Contact us',