website: add engineering levels and team selection placeholder

This commit is contained in:
Yangshun
2021-09-04 17:22:54 +08:00
parent 2771d9ea8a
commit a336676197
3 changed files with 67 additions and 1 deletions

View File

@ -37,7 +37,12 @@ module.exports = {
},
'questions-to-ask',
],
'Post Interview': ['understanding-compensation', 'negotiation'],
'Post Interview': [
'understanding-compensation',
'negotiation',
'engineering-levels',
'team-selection',
],
Algorithms: [
'algorithms/algorithms-introduction',
'algorithms/array',