contents: proofread contents untll coding interview

This commit is contained in:
Yangshun
2022-02-02 10:39:20 +08:00
parent 7e021c1bdc
commit 98b8081efc
14 changed files with 63 additions and 58 deletions

View File

@ -25,7 +25,7 @@ module.exports = {
items: [
{href: '/introduction', label: 'Getting started', position: 'left'},
{
href: '/coding-round-overview',
href: '/coding-interview',
label: 'Coding',
},
{
@ -83,7 +83,7 @@ module.exports = {
},
{
label: 'Coding round',
href: '/coding-round-overview',
href: '/coding-interview',
},
{
label: 'System design',

View File

@ -23,12 +23,10 @@ module.exports = {
'interview-formats-top-companies',
],
},
{
'General interview tips': ['self-introduction', 'questions-to-ask'],
},
'self-introduction',
{
'🔥 Coding interviews': [
'coding-round-overview',
'coding-interview',
'picking-a-language',
'study-and-practice',
'best-practice-questions',
@ -73,6 +71,7 @@ module.exports = {
'psychological-tricks',
],
},
'questions-to-ask',
],
},
{