"新增前端导航栏及文档结构"

This commit is contained in:
zeroornull
2025-05-30 15:22:59 +08:00
parent c3a49fd196
commit 0ffba90342
5 changed files with 745 additions and 9 deletions

View File

@@ -25,6 +25,11 @@ export default navbar([
text: "AI",
link: "/ai/",
icon: "lightbulb",
},
{
text: "前端",
link: "/front-end/",
icon: "lightbulb",
},
// {
// text: "指南",

View File

@@ -33,4 +33,5 @@ export default sidebar({
"/java/": "structure",
"/python/": "structure",
"/ai/": "structure",
"/front-end/": "structure",
});