Merge pull request #399 from EstrellaXD/docs-update

docs: update docs
This commit is contained in:
Estrella Pan
2023-07-20 13:42:05 +08:00
committed by GitHub
4 changed files with 157 additions and 18 deletions

View File

@@ -156,11 +156,20 @@ export default defineConfig({
link: "/changelog/3.0",
},
{
text: "2.6 更新日志",
text: "2.6 更新说明",
link: "/changelog/2.6",
},
],
},
{
text: "开发者文档",
items: [
{
text: "贡献指南",
link: "/dev/",
},
]
}
],
},
});