-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #172 from 142vip/feat/docs-update
feat: 修改导航栏配置,支持图标,完善文档内容
- Loading branch information
Showing
9 changed files
with
108 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# vuepress 目录规范 | ||
|
||
- styles 目录固定 | ||
- public 目录固定 | ||
- `styles` 目录固定 | ||
- `public` 目录固定 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,72 +1,78 @@ | ||
import { navbar } from 'vuepress-theme-hope' | ||
import { soloAlgorithmSidebar } from '../../solo-algorithm/solo-algorithm.sidebar' | ||
import { RepoAddress } from './constant' | ||
|
||
export default navbar([ | ||
{ | ||
text: '首页', | ||
text: '🌐 首页', | ||
link: '/', | ||
}, | ||
{ | ||
text: 'SOLO算法', | ||
text: '🧠 SOLO算法', | ||
children: soloAlgorithmSidebar, | ||
}, | ||
{ | ||
text: 'Battle面试官', | ||
text: '💡 Battle面试官', | ||
link: '/battle-interview/', | ||
}, | ||
{ | ||
text: '前端工程化', | ||
link: '/front-end/', | ||
}, | ||
{ | ||
text: '后端开发', | ||
link: '/server-end/', | ||
}, | ||
{ | ||
text: '微服务', | ||
link: '/microservice/', | ||
}, | ||
{ | ||
text: '开发技巧', | ||
link: '/develop-skill/', | ||
text: '💻 全栈开发', | ||
children: [ | ||
{ | ||
text: '👩🏻💻 前端', | ||
link: '/front-end/', | ||
}, | ||
{ | ||
text: '👨🏻💻 后端', | ||
link: '/server-end/', | ||
}, | ||
{ | ||
text: '💫 开发技巧', | ||
link: '/develop-skill/', | ||
}, | ||
{ | ||
text: '🕸️ 微服务架构', | ||
link: '/microservice/', | ||
}, | ||
], | ||
}, | ||
{ | ||
text: '读书整理', | ||
text: '📖 读书整理', | ||
link: '/read-books/', | ||
}, | ||
{ | ||
text: '了解更多', | ||
text: '👉 了解更多', | ||
children: [ | ||
{ | ||
text: '变更记录', | ||
text: '📄 更新日志', | ||
link: '/changelog', | ||
}, | ||
{ | ||
text: '网站动态', | ||
text: '📣 网站动态', | ||
link: '/big-event-history', | ||
}, | ||
{ | ||
text: '自媒体', | ||
text: '外链', | ||
children: [ | ||
{ | ||
text: '公众号文章', | ||
link: '/wechat-list', | ||
text: '🎉 历史版本', | ||
link: `${RepoAddress}/releases`, | ||
}, | ||
{ | ||
text: '🎯 开发计划', | ||
link: 'https://142vip-cn.feishu.cn/share/base/view/shrcnxtFKV2JfBZbqFh0GUxzTOg', | ||
}, | ||
], | ||
}, | ||
{ | ||
text: '外链', | ||
children: [ | ||
{ | ||
text: '常用网站', | ||
text: '🔗 技术&平台', | ||
link: '/frequent-site-link', | ||
}, | ||
{ | ||
text: 'RoadMap计划', | ||
link: 'https://142vip-cn.feishu.cn/share/base/view/shrcnxtFKV2JfBZbqFh0GUxzTOg', | ||
text: '💥 公众号文章', | ||
link: '/wechat-list', | ||
}, | ||
], | ||
}, | ||
|
||
], | ||
}, | ||
]) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
--- | ||
title: 快速开始 | ||
permalink: /quick-start.html | ||
headerDepth: 2 | ||
headerDepth: 1 | ||
sidebar: false | ||
--- | ||
|
||
|
Oops, something went wrong.