Skip to content

Commit

Permalink
feat: 版本、侧边栏更新
Browse files Browse the repository at this point in the history
  • Loading branch information
Chu Fan committed Mar 6, 2023
1 parent ee66c10 commit 50da068
Show file tree
Hide file tree
Showing 4 changed files with 420 additions and 419 deletions.
200 changes: 100 additions & 100 deletions docs/manuscript/develop-skill/develop-skill.sidebar.ts
Original file line number Diff line number Diff line change
@@ -1,105 +1,105 @@
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: 'CI && CD',
children: [{
text: 'Jenkins',
link: 'code-manager/github-ci.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: 'CI && CD',
children: [{
text: 'Jenkins',
link: 'code-manager/github-ci.md'
}]
}
]
},
{
text: '代码风格',
collapsible: true,
children: [
{
text: 'Eslint',
link: 'code-style/eslint'
},
{
text: 'Prettier',
link: 'code-style/prettier'
}
]
}

]
166 changes: 83 additions & 83 deletions docs/manuscript/front-end/front-end.sidebar.ts
Original file line number Diff line number Diff line change
@@ -1,86 +1,86 @@
export const frontEndSidebar = [
{
text: 'HTML',
link: 'base-begin/html.md'
},
{
text: 'CSS',
link: 'base-begin/css.md'
},
{
text: 'JavaScript',
link: 'base-begin/javascript.md'
},
{
text: '前端框架',
collapsible: true,
children: [
{
text: 'Vue',
children: [{
text: '安装',
link: 'front-framework/vue'
}]
},
{
text: 'Nuxt',
link: 'front-framework/nuxt'
},
{
text: 'Vuepress',
link: 'front-framework/nuxt'
},
{
text: 'JQuery',
link: 'front-framework/jquery'
}
]
},
{
text: 'UI框架',
children: [
{
text: 'Ant-Design-Vue',
link: 'ui-framework/ant-design-vue'
},
{
text: 'Element-UI',
link: 'ui-framework/element-ui'
},
{
text: 'IView-Design',
link: 'ui-framework/iview-design'
},
{
text: 'HTML',
link: 'base-begin/html.md'
},
{
text: 'CSS',
link: 'base-begin/css.md'
},
{
text: 'JavaScript',
link: 'base-begin/javascript.md'
},
{
text: '前端框架',
collapsible: true,
children: [
{
text: 'Vue',
children: [{
text: '安装',
link: 'front-framework/vue'
}]
},
{
text: 'Nuxt',
link: 'front-framework/nuxt'
},
{
text: 'Vuepress',
link: 'front-framework/nuxt'
},
{
text: 'JQuery',
link: 'front-framework/jquery'
}
]
},
{
text: 'UI框架',
children: [
{
text: 'Ant-Design-Vue',
link: 'ui-framework/ant-design-vue'
},
{
text: 'Element-UI',
link: 'ui-framework/element-ui'
},
{
text: 'IView-Design',
link: 'ui-framework/iview-design'
},

{
text: 'VAnt-UI',
link: 'ui-framework/vant-ui'
},
{
text: 'Layer-UI',
link: 'ui-framework/layer-ui'
},
{
text: 'Bootstrap',
link: 'ui-framework/bootstrap'
}
]
},
{
text: '服务部署',
children: [
{
text: '静态文件部署',
link: 'server-deploy/static-nginx'
},
{
text: '服务端渲染',
link: 'server-deploy/front-end-server'
},
{
text: 'SSR优化',
link: 'server-deploy/ssr'
}
]
}
{
text: 'VAnt-UI',
link: 'ui-framework/vant-ui'
},
{
text: 'Layer-UI',
link: 'ui-framework/layer-ui'
},
{
text: 'Bootstrap',
link: 'ui-framework/bootstrap'
}
]
},
{
text: '服务部署',
children: [
{
text: '静态文件部署',
link: 'server-deploy/static-nginx'
},
{
text: '服务端渲染',
link: 'server-deploy/front-end-server'
},
{
text: 'SSR优化',
link: 'server-deploy/ssr'
}
]
}
]

0 comments on commit 50da068

Please sign in to comment.