Skip to content

Commit

Permalink
chore: update nav item order
Browse files Browse the repository at this point in the history
  • Loading branch information
wenyuan committed Feb 11, 2022
1 parent 7a9c03f commit 6b66577
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
* [简介](#简介)
* [目录](#目录)
* [文章](#文章)
* [风格指南](#风格指南)
* [技术规范](#技术规范)
* [前端知识](#前端知识)
* [前端工程化](#前端工程化)
* [必知必会](#必知必会)
Expand All @@ -51,19 +51,19 @@

> **持续更新,学习不止**
### 风格指南
### 技术规范

* [文档规范](https://fedbook.cn/style-guide/document/)
* [版本控制](https://fedbook.cn/style-guide/version-control/)
* [版本号定义规范](https://fedbook.cn/style-guide/version-control/version-number/)
* [Git 工作流 — 分支策略](https://fedbook.cn/style-guide/version-control/git-workflow/)
* [Git 提交信息规范](https://fedbook.cn/style-guide/version-control/git-commit-message/)
* [代码风格](https://fedbook.cn/style-guide/program/)
* [HTML 规范](https://fedbook.cn/style-guide/program/html-spec/)
* [CSS 规范](https://fedbook.cn/style-guide/program/css-spec/)
* [JavaScript 规范](https://fedbook.cn/style-guide/program/javascript-spec/)
* [Vue 项目规范](https://fedbook.cn/style-guide/program/vuejs-spec/)
* [文档规范](https://fedbook.cn/style-guide/document/)
* [接口设计](https://fedbook.cn/style-guide/apis/)
* [版本控制](https://fedbook.cn/style-guide/version-control/)
* [版本号定义规范](https://fedbook.cn/style-guide/version-control/version-number/)
* [Git 工作流 — 分支策略](https://fedbook.cn/style-guide/version-control/git-workflow/)
* [Git 提交信息规范](https://fedbook.cn/style-guide/version-control/git-commit-message/)
* [文案指南](https://fedbook.cn/style-guide/product/)
* [B 端产品文案指南](https://fedbook.cn/style-guide/version-control/tob/)

Expand Down
6 changes: 3 additions & 3 deletions docs/.vuepress/nav.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
module.exports = [
{
text: '风格指南',
text: '技术规范',
items: [
{ text: '文档规范', link: '/style-guide/document/' },
{ text: '版本控制', link: '/style-guide/version-control/' },
{ text: '代码风格', link: '/style-guide/program/' },
{ text: '文档规范', link: '/style-guide/document/' },
{ text: '接口设计', link: '/style-guide/apis/' },
{ text: '版本控制', link: '/style-guide/version-control/' },
{ text: '文案指南', link: '/style-guide/product/' },
]
},
Expand Down
2 changes: 1 addition & 1 deletion docs/.vuepress/sidebar.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = {
/* --------- 风格指南 --------- */
/* --------- 技术规范 --------- */
'/style-guide/program/': require('../style-guide/program/sidebar'),
'/style-guide/version-control/': require('../style-guide/version-control/sidebar'),
'/style-guide/product/': require('../style-guide/product/sidebar'),
Expand Down

0 comments on commit 6b66577

Please sign in to comment.