website: tweak footer nav links

This commit is contained in:
Yangshun
2022-02-02 14:20:08 +08:00
parent b701bc96f9
commit 1a9256268f
4 changed files with 23 additions and 14 deletions

View File

@ -1,6 +1,6 @@
---
id: behavioral-round-overview
title: Behavorial round overview
id: behavioral-interview
title: Behavorial interview
sidebar_label: Overview
---

View File

@ -69,13 +69,17 @@ module.exports = {
href: '/introduction',
},
{
label: 'Blog',
href: '/blog',
label: 'Resume preparation',
href: '/resume',
},
{
label: 'Algorithms',
href: '/algorithms/introduction',
},
{
label: 'Blog',
href: '/blog',
},
],
},
{
@ -86,16 +90,16 @@ module.exports = {
href: '/cheatsheet',
},
{
label: 'Coding round',
label: 'Coding interviews',
href: '/coding-interview',
},
{
label: 'System design',
label: 'System design interviews',
href: '/system-design',
},
{
label: 'Behavioral round',
href: '/behavioral-round-overview',
label: 'Behavioral interviews',
href: '/behavioral-interview',
},
],
},
@ -121,7 +125,7 @@ module.exports = {
items: [
{
label: 'Contact us',
href: 'mailto:business@techinterviewhandbook.org',
href: 'mailto:contact@techinterviewhandbook.org',
},
],
},
@ -166,6 +170,10 @@ module.exports = {
from: '/coding-round-overview',
to: '/coding-interview',
},
{
from: '/behavioral-round-overview',
to: '/behavioral-interview',
},
],
},
],

View File

@ -65,7 +65,7 @@ module.exports = {
'system-design',
{
'Behavioral interviews': [
'behavioral-round-overview',
'behavioral-interview',
'star-format',
'behavioral-questions',
'psychological-tricks',

View File

@ -253,18 +253,19 @@ function ProductContentsSection() {
)}>
<h3>Efficiently prepare for all kinds of interviews</h3>
<ul>
<li>
<a href={useBaseUrl('coding-interview')}>Coding</a>
</li>
<li>
<a href={useBaseUrl('algorithms/introduction')}>
Algorithms
</a>
</li>
<li>
<a href={useBaseUrl('system-design')}>System Design</a>
<a href={useBaseUrl('system-design')}>System design</a>
</li>
<li>
<a href={useBaseUrl('behavioral-round-overview')}>
Behavioral
</a>
<a href={useBaseUrl('behavioral-interview')}>Behavioral</a>
</li>
<li>
<a