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
|
id: behavioral-interview
|
||||||
title: Behavorial round overview
|
title: Behavorial interview
|
||||||
sidebar_label: Overview
|
sidebar_label: Overview
|
||||||
---
|
---
|
||||||
|
|
@ -69,13 +69,17 @@ module.exports = {
|
|||||||
href: '/introduction',
|
href: '/introduction',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Blog',
|
label: 'Resume preparation',
|
||||||
href: '/blog',
|
href: '/resume',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Algorithms',
|
label: 'Algorithms',
|
||||||
href: '/algorithms/introduction',
|
href: '/algorithms/introduction',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
label: 'Blog',
|
||||||
|
href: '/blog',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -86,16 +90,16 @@ module.exports = {
|
|||||||
href: '/cheatsheet',
|
href: '/cheatsheet',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Coding round',
|
label: 'Coding interviews',
|
||||||
href: '/coding-interview',
|
href: '/coding-interview',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'System design',
|
label: 'System design interviews',
|
||||||
href: '/system-design',
|
href: '/system-design',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Behavioral round',
|
label: 'Behavioral interviews',
|
||||||
href: '/behavioral-round-overview',
|
href: '/behavioral-interview',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
@ -121,7 +125,7 @@ module.exports = {
|
|||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
label: 'Contact us',
|
label: 'Contact us',
|
||||||
href: 'mailto:business@techinterviewhandbook.org',
|
href: 'mailto:contact@techinterviewhandbook.org',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
@ -166,6 +170,10 @@ module.exports = {
|
|||||||
from: '/coding-round-overview',
|
from: '/coding-round-overview',
|
||||||
to: '/coding-interview',
|
to: '/coding-interview',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
from: '/behavioral-round-overview',
|
||||||
|
to: '/behavioral-interview',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
@ -65,7 +65,7 @@ module.exports = {
|
|||||||
'system-design',
|
'system-design',
|
||||||
{
|
{
|
||||||
'Behavioral interviews': [
|
'Behavioral interviews': [
|
||||||
'behavioral-round-overview',
|
'behavioral-interview',
|
||||||
'star-format',
|
'star-format',
|
||||||
'behavioral-questions',
|
'behavioral-questions',
|
||||||
'psychological-tricks',
|
'psychological-tricks',
|
||||||
|
@ -253,18 +253,19 @@ function ProductContentsSection() {
|
|||||||
)}>
|
)}>
|
||||||
<h3>Efficiently prepare for all kinds of interviews</h3>
|
<h3>Efficiently prepare for all kinds of interviews</h3>
|
||||||
<ul>
|
<ul>
|
||||||
|
<li>
|
||||||
|
<a href={useBaseUrl('coding-interview')}>Coding</a>
|
||||||
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href={useBaseUrl('algorithms/introduction')}>
|
<a href={useBaseUrl('algorithms/introduction')}>
|
||||||
Algorithms
|
Algorithms
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href={useBaseUrl('system-design')}>System Design</a>
|
<a href={useBaseUrl('system-design')}>System design</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href={useBaseUrl('behavioral-round-overview')}>
|
<a href={useBaseUrl('behavioral-interview')}>Behavioral</a>
|
||||||
Behavioral
|
|
||||||
</a>
|
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a
|
<a
|
||||||
|
Reference in New Issue
Block a user