docs: add CONTRIBUTING in docs

This commit is contained in:
EstrellaXD
2023-07-18 17:46:26 +08:00
parent 0abf372cb7
commit 8436963b9f
2 changed files with 11 additions and 1 deletions

View File

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

1
docs/dev/index.md Symbolic link
View File

@@ -0,0 +1 @@
CONTRIBUTING.md