File tree Expand file tree Collapse file tree 3 files changed +10
-4
lines changed
Expand file tree Collapse file tree 3 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { navbar } from "vuepress-theme-hope";
33export const zhNavbar = navbar ( [
44 "/" ,
55 {
6- text : "博文 " ,
6+ text : "编程技术 " ,
77 icon : "edit" ,
88 prefix : "/posts/" ,
99 children : [
@@ -51,7 +51,7 @@ export const zhNavbar = navbar([
5151 {
5252 text : "课程笔记" ,
5353 icon : "note" ,
54- prefix : "/posts/课程笔记 " ,
54+ prefix : "/notes " ,
5555 children : [
5656 {
5757 text : "编译原理" ,
Original file line number Diff line number Diff line change @@ -4,10 +4,16 @@ export const zhSidebar = sidebar({
44 "/" : [
55 "" ,
66 {
7- text : "文章 " ,
7+ text : "编程技术 " ,
88 icon : "note" ,
99 prefix : "posts/" ,
1010 children : "structure" ,
11+ } ,
12+ {
13+ text : "课程笔记" ,
14+ icon : "note" ,
15+ prefix : "notes/" ,
16+ children : "structure" ,
1117 } ,
1218 "intro" ,
1319 ] ,
Original file line number Diff line number Diff line change 11---
2- title : 技术分享
2+ title : 编程技术
33icon : lightbulb
44index : false
55---
You can’t perform that action at this time.
0 commit comments