From 3c1ce16a22d4b0819b8b5b750e996c31f365a618 Mon Sep 17 00:00:00 2001 From: Yangshun Tay Date: Wed, 7 Sep 2022 18:26:35 +0800 Subject: [PATCH] website: add links to Front End Interview Handbook --- website/docusaurus.config.js | 10 +++++++++- website/src/pages/index.js | 6 ++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 1f0e7be4..ef0a9a96 100755 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -46,6 +46,11 @@ module.exports = { href: 'https://www.techinterviewhandbook.org/grind75', position: 'left', }, + { + label: 'Front End', + href: 'https://www.frontendinterviewhandbook.com', + position: 'left', + }, { href: 'https://github.com/yangshun/tech-interview-handbook', position: 'right', @@ -159,7 +164,10 @@ module.exports = { label: 'Grind 75', href: 'https://www.techinterviewhandbook.org/grind75', }, - // {label: 'Advertise', href: '/advertise'}, + { + label: 'Front End Interview Handbook', + href: 'https://www.frontendinterviewhandbook.com', + }, { label: 'Contact us', href: 'mailto:contact@techinterviewhandbook.org', diff --git a/website/src/pages/index.js b/website/src/pages/index.js index 7d37b095..e67fc588 100755 --- a/website/src/pages/index.js +++ b/website/src/pages/index.js @@ -150,6 +150,12 @@ function HeroSection() { Start reading now  → +

+ Or check out our{' '} + + Front End Interview Handbook + +