contents: understanding compensation

This commit is contained in:
Yangshun Tay
2019-07-20 08:50:40 -07:00
parent e1f7c1141b
commit e896930e06
3 changed files with 109 additions and 2 deletions

View File

@@ -1,6 +1,9 @@
module.exports = {
docs: {
Preface: ['introduction'],
Preface: [
'introduction',
// 'landscape',
],
'Job Application': [
// 'how-to-apply',
'resume',
@@ -32,8 +35,8 @@ module.exports = {
],
},
'questions-to-ask',
'negotiation',
],
'Post Interview': ['negotiation', 'understanding-compensation'],
Algorithms: [
'algorithms/algorithms-introduction',
'algorithms/array',