Skip to content

Commit 0aa2405

Browse files
committed
路径调整
1 parent 097df53 commit 0aa2405

File tree

3 files changed

+28
-3
lines changed

3 files changed

+28
-3
lines changed

docs/.vuepress/navbar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ export default defineNavbarConfig([
4444
{
4545
text: "面渣逆袭",
4646
icon: "zhunbei",
47-
link: "/download/nixi.md"
47+
link: "/sidebar/sanfene/nixi.md"
4848
},
4949
{
5050
text: "优质文章",

docs/.vuepress/sidebar.ts

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { defineSidebarConfig } from "vuepress-theme-hope";
22
export const sidebarConfig = defineSidebarConfig({
33
"/zhishixingqiu/": ["java-mianshi-zhinan","readme.md"],
4-
"/download/": ["java","pdf","learn-jianyi","nixi","nicearticle", "history"],
4+
"/download/": ["java","pdf","learn-jianyi","nicearticle", "history"],
55
"/xuexiluxian/": [
66
{
77
text: "Java",
@@ -56,6 +56,32 @@ export const sidebarConfig = defineSidebarConfig({
5656
link: "algorithm.md",
5757
},
5858
],
59+
"/sidebar/sanfene/": [
60+
{
61+
text: "Java 基础",
62+
link: "javase.md",
63+
},
64+
{
65+
text: "Java 集合框架",
66+
link: "collection.md",
67+
},
68+
{
69+
text: "Java 并发编程",
70+
link: "javathread.md",
71+
},
72+
{
73+
text: "Java 虚拟机",
74+
link: "jvm.md",
75+
},
76+
{
77+
text: "Spring",
78+
link: "spring.md",
79+
},
80+
{
81+
text: "Redis",
82+
link: "redis.md",
83+
},
84+
],
5985
// 必须放在最后面
6086
"/": [
6187
{
@@ -767,7 +793,6 @@ export const sidebarConfig = defineSidebarConfig({
767793
"baguwen/java-basic-34",
768794
"collection/hashmap-interview",
769795
"mianjing/redis12question",
770-
"sidebar/sanfene/spring",
771796
"nginx/40-interview"
772797
],
773798
},
File renamed without changes.

0 commit comments

Comments
 (0)