Skip to content

Commit

Permalink
feat: 侧边栏配置更新
Browse files Browse the repository at this point in the history
  • Loading branch information
Chu Fan committed Mar 1, 2023
1 parent a23ce75 commit 88b70aa
Show file tree
Hide file tree
Showing 9 changed files with 609 additions and 609 deletions.
68 changes: 34 additions & 34 deletions docs/manuscript/battle-interview/battle-interview.sidebar.ts
Original file line number Diff line number Diff line change
@@ -1,36 +1,36 @@
export const battleInterviewSidebar = [
{
text: '常见面试题',
link: 'interview-problems'
},
{
text: '面经分享',
link: 'introduce-share'
},
{
text: '工作机会',
children: [
{
text: '校招',
link: 'school-recruit'
},
{
text: '社招',
link: 'social-recruit'
}
]
},
{
text: '小技巧',
children: [
{
text: '校招',
link: '/'
},
{
text: '社招',
link: '/'
}
]
}
{
text: '常见面试题',
link: 'interview-problems'
},
{
text: '面经分享',
link: 'introduce-share'
},
{
text: '工作机会',
children: [
{
text: '校招',
link: 'school-recruit'
},
{
text: '社招',
link: 'social-recruit'
}
]
},
{
text: '小技巧',
children: [
{
text: '校招',
link: '/'
},
{
text: '社招',
link: '/'
}
]
}
]
186 changes: 93 additions & 93 deletions docs/manuscript/develop-skill/develop-skill.sidebar.ts
Original file line number Diff line number Diff line change
@@ -1,98 +1,98 @@
export const developSkillSidebar = [
{
text: '软件安装',
link: 'software-install/readme.md'
},
{
text: '包管理器',
collapsible: true,
{
text: '软件安装',
link: 'software-install/readme.md'
},
{
text: '包管理器',
collapsible: true,
children: [
{
text: 'npm',
link: 'npm/npm'
},
{
text: 'pnpm',
link: 'npm/pnpm'
},
{
text: 'yarn',
link: 'npm/yarn'
}
]
},
{
text: 'monorepo',
collapsible: true,
children: [
{
text: 'pnpm实现',
link: 'monorepo/pnpm-style.md'
},
{
text: 'TurboRepo',
link: 'monorepo/turboRepo.md'
}
]
},
{
text: '编译工具',
collapsible: true,
children: [
{
text: 'webpack',
link: '/'
},
{
text: 'vite',
link: '/'
}
]
},
{
text: '代码管理',
collapsible: true,
children: [
{
text: 'Git',
children: [
{
text: 'npm',
link: 'npm/npm'
},
{
text: 'pnpm',
link: 'npm/pnpm'
},
{
text: 'yarn',
link: 'npm/yarn'
}
{
text: '基本操作',
link: 'code-manager/git.md'
},
{
text: '分支版本规范',
link: 'code-manager/git-branch-rule.md'
},
{
text: '提交规范',
link: 'code-manager/git-commit-rule.md'
},
{
text: '修改历史提交信息',
link: 'code-manager/git-info-reset.md'
}
]
},
{
text: 'monorepo',
collapsible: true,
children: [
{
text: 'pnpm实现',
link: 'monorepo/pnpm-style.md'
},
{
text: 'TurboRepo',
link: 'monorepo/turboRepo.md'
}
]
},
{
text: '编译工具',
collapsible: true,
children: [
{
text: 'webpack',
link: '/'
},
{
text: 'vite',
link: '/'
}
]
},
{
text: '代码管理',
collapsible: true,
children: [
{
text: 'Git',
children: [
{
text: '基本操作',
link: 'code-manager/git.md'
},
{
text: '分支版本规范',
link: 'code-manager/git-branch-rule.md'
},
{
text: '提交规范',
link: 'code-manager/git-commit-rule.md'
},
{
text: '修改历史提交信息',
link: 'code-manager/git-info-reset.md'
}
]
},
{
text: 'Github && GitLab',
link: 'code-manager/github.md'
}
]
},
{
text: '代码风格',
collapsible: true,
children: [
{
text: 'Eslint',
link: 'code-style/eslint'
},
{
text: 'Prettier',
link: 'code-style/prettier'
}
]
}
},
{
text: 'Github && GitLab',
link: 'code-manager/github.md'
}
]
},
{
text: '代码风格',
collapsible: true,
children: [
{
text: 'Eslint',
link: 'code-style/eslint'
},
{
text: 'Prettier',
link: 'code-style/prettier'
}
]
}

]

0 comments on commit 88b70aa

Please sign in to comment.