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 + +