diff --git a/.vuepress/config.js b/.vuepress/config.js index 1cd9427..1e5bd4c 100644 --- a/.vuepress/config.js +++ b/.vuepress/config.js @@ -94,6 +94,7 @@ export default defineUserConfig({ '/contributors/cheat-sheet.md', '/contributors/code_of_conduct.md', '/contributors/expectation.md', + '/contributors/resources.md', ] } ], diff --git a/contributors/resources.md b/contributors/resources.md new file mode 100644 index 0000000..7396c58 --- /dev/null +++ b/contributors/resources.md @@ -0,0 +1,14 @@ +# 社区基础设施 + +以下是DragonOS社区的基础设施清单,能够帮助您高效的参与开发。 + +- 项目官网 **[DragonOS.org](https://dragonos.org)** +- 项目文档 **[docs.DragonOS.org](https://docs.dragonos.org)** +- 软件镜像站 **[mirrors.DragonOS.org.cn](https://mirrors.DragonOS.org.cn)** +- Git镜像站 **[git.mirrors.DragonOS.org](https://git.mirrors.DragonOS.org)** +- 代码搜索引擎 [code.DragonOS.org](http://code.dragonos.org) + + +社区沟通平台请见:[社区交流] + +[社区交流]: communication/README.md