Skip to content

Commit

Permalink
路径优化,使用后/方案
Browse files Browse the repository at this point in the history
  • Loading branch information
rwZhouYu committed Dec 21, 2023
1 parent 19ea4c7 commit 96ec582
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/.vuepress/navbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default navbar([
{
text: "所有文章",
icon: "list",
link: "/timeline",
link: "timeline/",
},
/*Java教程*/
{
Expand All @@ -26,7 +26,7 @@ export default navbar([
{
text: "Java 新特性",
icon: "java",
link: "/java-features",
link: "/java-features/",
},
]
},
Expand All @@ -38,43 +38,43 @@ export default navbar([
{
text: "Spring Boot 教程",
icon: "spring",
link: "/spring-boot",
link: "spring-boot/",
},
{
text: "Spring Cloud 教程",
icon: "spring",
link: "/spring-cloud",
link: "spring-cloud/",
},
{
text: "Spring Cloud Alibaba 教程",
icon: "spring",
link: "/spring-cloud-alibaba",
link: "spring-cloud-alibaba/",
},
]
},
/*安装大全*/
{
text: "安装大全",
icon: "launch",
link: "/installation-guide",
link: "installation-guide/",
},
/*玩转IDEA*/
{
text: "玩转IDEA",
icon: "intellij-idea",
link: "/idea-tips",
link: "idea-tips/",
},
/*文库汇总*/
{
text: "文库汇总",
icon: "article",
link: "/home",
link: "home/",
},
/*加群交流*/
{
text: "加群交流",
icon: "wechat",
link: "/wechat",
link: "wechat/",
},
"/demo/",
{
Expand Down

0 comments on commit 96ec582

Please sign in to comment.