Skip to content

Commit

Permalink
调整导航分类
Browse files Browse the repository at this point in the history
  • Loading branch information
13812700839 committed Sep 16, 2021
1 parent de3f080 commit 129d177
Show file tree
Hide file tree
Showing 11 changed files with 36 additions and 21 deletions.
4 changes: 2 additions & 2 deletions deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ cd docs/.vuepress/dist

git init
git add -A
git commit -m 'deploy'
git commit -m 'deploy 🚀'

# 如果你想要部署到 https://USERNAME.github.io
# git push -f [email protected]:chenjing0823/chenjing0823.github.io.git master
git push -f https://github.com/13812700839/MyVuePress.git master
git push -f git@github.com:13812700839/MyVuePress.git master
# 如果发布到 https://USERNAME.github.io/<REPO> REPO=github上的项目
git push -f [email protected]:13812700839/MyVuePress.git master:gh-pages

Expand Down
31 changes: 19 additions & 12 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,14 @@ const sidebar = {
{
title: '前端学习笔记',
collapsable: false,
children: [
'/repository/frontStudyNote/',
'/repository/frontStudyNote/note1',
'/repository/frontStudyNote/note2',
'/repository/frontStudyNote/note3',
'/repository/frontStudyNote/note4',
],
children: ['/repository/frontStudyNote/'],
},
],
linkSet: [
{
title: '目录',
collapsable: false,
children: ['/linkSet/', '/linkSet/link'],
},
],
}
Expand All @@ -59,26 +60,31 @@ module.exports = {
{
text: '知识库',
items: [
// { text: '目录', link: '/repository/' },
{ text: 'Git 学习笔记', link: '/repository/gitStudyNote/' },
{ text: '软件安装配置', link: '/repository/installConfigNote/' },
{ text: '前端学习笔记', link: '/repository/frontStudyNote/' },
],
},
{
text: '外链',
text: '网址导航',
items: [{ text: '目录', link: '/linkSet/' }],
},
{
text: '博客主页',
items: [
{ text: '简书', link: 'https://www.jianshu.com/u/b40b0585d2b1' },
{ text: 'CSDN', link: 'https://blog.csdn.net/qq_46106320' },
{
text: '知乎',
link: 'https://www.zhihu.com/people/hua-shang-53-90',
},
{
text: 'Github',
link: 'https://www.github.com/13812700839/MyVuePress',
},
],
},
{
text: 'Github',
link: 'https://www.github.com/13812700839/MyVuePress',
},
],
sidebarDepth: 2, // 侧边栏显示2级
// sidebar: 'auto', // 侧边栏配置
Expand All @@ -87,6 +93,7 @@ module.exports = {
'/repository/gitStudyNote/': sidebar['gitStudyNote'],
'/repository/installConfigNote/': sidebar['installConfigNote'],
'/repository/frontStudyNote/': sidebar['frontStudyNote'],
'/linkSet/': sidebar['linkSet'],
},
// Boolean | Object, 默认值是 undefined.
updatePopup: true,
Expand Down
1 change: 1 addition & 0 deletions docs/linkSet/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# 目录
10 changes: 10 additions & 0 deletions docs/linkSet/link.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# 谷歌收藏夹
- [Maven Repository: Search/Browse/Explore](https://mvnrepository.com/)
- [Introduction · MQTT协议中文版](https://mcxiaoke.gitbooks.io/mqtt-cn/content/)
- [小四网址导航](https://www.3azy.com/)
- [幼儿园](https://www.shiyufei.icu/auth/login)
- [CSDN - 专业开发者社区](https://www.csdn.net/)
- [我是code迷 · Code 迷 · 看云](https://www.kancloud.cn/pwedu/code-fans/320717)
- [菜鸟教程 - 学的不仅是技术,更是梦想!](https://www.runoob.com/)
- [w3cschool - 编程狮,随时随地学编程](https://www.w3cschool.cn/)
- [GitHub](https://github.com/)
2 changes: 1 addition & 1 deletion docs/repository/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 简介
# 目录

[Git 学习笔记](/repository/gitStudyNote/)

Expand Down
1 change: 1 addition & 0 deletions docs/repository/frontStudyNote/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# 目录
2 changes: 1 addition & 1 deletion docs/repository/gitStudyNote/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 介绍
# 目录

[Linux 中 Git 学习笔记(一)](/MyVuePress/repository/gitStudyNote/note1)

Expand Down
2 changes: 1 addition & 1 deletion docs/repository/installConfigNote/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 介绍
# 目录

[MongoDB的安装配置(ZIP版)](/MyVuePress/repository/installConfigNote/note1)

Expand Down
2 changes: 0 additions & 2 deletions docs/repository/installConfigNote/note1.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ mongo

进入mongo命令行模式



> 2021年06月19日发于简书 [文章地址](https://www.jianshu.com/p/4092643aa3c3)
> 2021年07月13日发于知乎 [文章地址](https://zhuanlan.zhihu.com/p/389247092)
> 2021年07月31日发于CSDN [文章地址](https://blog.csdn.net/qq_46106320/article/details/119269582)
1 change: 0 additions & 1 deletion docs/repository/installConfigNote/note2.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ npm config set cache "D:\project\tools\node-v14.16.1-win-x64\node_cache"

![image.png](https://13812700839.github.io/MyImageBed/images/repository/installConfigNote/note2-5.png)


> 2021年06月24日发于简书 [文章地址](https://www.jianshu.com/p/e3e000c67c81)
> 2021年07月19日发于知乎 [文章地址](https://zhuanlan.zhihu.com/p/389704886)
> 2021年09月15日发于CSDN [文章地址](https://blog.csdn.net/qq_46106320/article/details/120306455)
1 change: 0 additions & 1 deletion docs/repository/installConfigNote/note4.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ rabbitmq启动成功,浏览器中[http://localhost:15672](http://localhost:156

![image.png](https://13812700839.github.io/MyImageBed/images/repository/installConfigNote/note4-8.png)


RabbitMQ部署完成

> 2021年07月03日发于简书 [文章地址](https://www.jianshu.com/p/c5d7481c6c51)
Expand Down

1 comment on commit 129d177

@vercel
Copy link

@vercel vercel bot commented on 129d177 Dec 17, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.