website: reorganize sidebar

This commit is contained in:
Yangshun
2022-01-23 17:23:08 +08:00
parent e39b15aeb4
commit 9b50820172
9 changed files with 72 additions and 76 deletions

View File

@ -1,86 +1,75 @@
module.exports = {
docs: [
{
type: 'category',
label: 'Preface',
items: ['introduction', 'landscape'],
Preface: ['introduction', 'landscape'],
},
{
type: 'category',
label: 'Job Application',
items: ['resume', 'resume-case-study', 'resume-sample', 'cover-letter'],
'Resume Preparation': [
'resume',
'resume-case-study',
'resume-sample',
'cover-letter',
],
},
{
type: 'category',
label: 'Interview Process',
items: [
'interview-formats',
'self-introduction',
'General Interview Tips': ['self-introduction', 'questions-to-ask'],
},
'interview-formats',
{
'Coding Interviews': [
'coding-round-overview',
'picking-a-language',
'study-and-practice',
'best-practice-questions',
'during-coding-interview',
'cheatsheet',
'coding-signals',
'mock-interviews',
'interviewer-cheatsheet',
{
type: 'category',
label: 'Coding Round',
items: [
'coding-round-overview',
'picking-a-language',
'study-and-practice',
'best-practice-questions',
'during-coding-interview',
'cheatsheet',
'coding-signals',
'mock-interviews',
'interviewer-cheatsheet',
],
},
'system-design',
{
type: 'category',
label: 'Behavioral Round',
items: [
'behavioral-round-overview',
'star-format',
'behavioral-questions',
'psychological-tricks',
],
},
'questions-to-ask',
{
type: 'category',
label: 'Post Interview',
items: [
'understanding-compensation',
'negotiation',
'choosing-between-companies',
'engineering-levels',
// 'team-selection',
Algorithms: [
'algorithms/algorithms-introduction',
'algorithms/array',
'algorithms/binary',
'algorithms/dynamic-programming',
'algorithms/geometry',
'algorithms/graph',
'algorithms/hash-table',
'algorithms/heap',
'algorithms/interval',
'algorithms/linked-list',
'algorithms/math',
'algorithms/matrix',
'algorithms/oop',
'algorithms/permutation',
'algorithms/queue',
'algorithms/recursion',
'algorithms/sorting-searching',
'algorithms/stack',
'algorithms/string',
'algorithms/tree',
'algorithms/trie',
],
},
],
},
'system-design',
{
type: 'category',
label: 'Algorithms',
items: [
'algorithms/algorithms-introduction',
'algorithms/array',
'algorithms/binary',
'algorithms/dynamic-programming',
'algorithms/geometry',
'algorithms/graph',
'algorithms/hash-table',
'algorithms/heap',
'algorithms/interval',
'algorithms/linked-list',
'algorithms/math',
'algorithms/matrix',
'algorithms/oop',
'algorithms/permutation',
'algorithms/queue',
'algorithms/recursion',
'algorithms/sorting-searching',
'algorithms/stack',
'algorithms/string',
'algorithms/tree',
'algorithms/trie',
'Behavioral Interviews': [
'behavioral-round-overview',
'star-format',
'behavioral-questions',
'psychological-tricks',
],
},
{
'Offer Negotiation': ['understanding-compensation', 'negotiation'],
},
{
'Job Preparation': [
'choosing-between-companies',
'engineering-levels',
// 'team-selection',
],
},
],

View File

@ -12,7 +12,7 @@
--ifm-font-family-base: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI',
'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans',
'Helvetica Neue', sans-serif;
--ifm-font-size-base: 18px;
--ifm-font-size-base: 16px;
}
html[data-theme='dark'] {