mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-07 01:22:09 +08:00
website: tweak footer nav links
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
---
|
||||
id: behavioral-round-overview
|
||||
title: Behavorial round overview
|
||||
id: behavioral-interview
|
||||
title: Behavorial interview
|
||||
sidebar_label: Overview
|
||||
---
|
||||
|
@ -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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
@ -65,7 +65,7 @@ module.exports = {
|
||||
'system-design',
|
||||
{
|
||||
'Behavioral interviews': [
|
||||
'behavioral-round-overview',
|
||||
'behavioral-interview',
|
||||
'star-format',
|
||||
'behavioral-questions',
|
||||
'psychological-tricks',
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user