"新增前端导航栏及文档结构"
This commit is contained in:
@@ -25,6 +25,11 @@ export default navbar([
|
||||
text: "AI",
|
||||
link: "/ai/",
|
||||
icon: "lightbulb",
|
||||
},
|
||||
{
|
||||
text: "前端",
|
||||
link: "/front-end/",
|
||||
icon: "lightbulb",
|
||||
},
|
||||
// {
|
||||
// text: "指南",
|
||||
|
||||
@@ -33,4 +33,5 @@ export default sidebar({
|
||||
"/java/": "structure",
|
||||
"/python/": "structure",
|
||||
"/ai/": "structure",
|
||||
"/front-end/": "structure",
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user