diff --git a/contents/behavioral-round-overview.md b/contents/behavioral-interview.md similarity index 98% rename from contents/behavioral-round-overview.md rename to contents/behavioral-interview.md index 15c6ef7e..7e944594 100644 --- a/contents/behavioral-round-overview.md +++ b/contents/behavioral-interview.md @@ -1,6 +1,6 @@ --- -id: behavioral-round-overview -title: Behavorial round overview +id: behavioral-interview +title: Behavorial interview sidebar_label: Overview --- diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 58bae005..1e9e3950 100755 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -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', + }, ], }, ], diff --git a/website/sidebars.js b/website/sidebars.js index 9c461b01..09e4d388 100755 --- a/website/sidebars.js +++ b/website/sidebars.js @@ -65,7 +65,7 @@ module.exports = { 'system-design', { 'Behavioral interviews': [ - 'behavioral-round-overview', + 'behavioral-interview', 'star-format', 'behavioral-questions', 'psychological-tricks', diff --git a/website/src/pages/index.js b/website/src/pages/index.js index b326e920..e9551205 100755 --- a/website/src/pages/index.js +++ b/website/src/pages/index.js @@ -253,18 +253,19 @@ function ProductContentsSection() { )}>