Skip to content

Commit 16f67a6

Browse files
committed
📝 完善文档
1 parent 9cb2d70 commit 16f67a6

File tree

3 files changed

+435
-0
lines changed

3 files changed

+435
-0
lines changed

src/.vuepress/navbar/index.ts

+5
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,11 @@ export const zhNavbar = navbar([
6868
prefix: "jfinal/",
6969
children: ["client", "server"],
7070
},
71+
{
72+
text: "Http Api 接口",
73+
icon: "a",
74+
link: "httpApi",
75+
},
7176
],
7277
},
7378
{

src/.vuepress/sidebar/index.ts

+5
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@ export const zhSidebar = sidebar({
7070
link: "server",
7171
}]
7272
},
73+
{
74+
text: "Http Api 接口",
75+
icon: "a",
76+
link: "httpApi"
77+
},
7378
],
7479
}
7580
],

0 commit comments

Comments
 (0)