1
0
mirror of https://github.com/ZSCNetSupportDept/website.git synced 2025-10-29 09:25:04 +08:00

更新开发组文档,完善wiki的错误码板块,优化了结构

This commit is contained in:
2025-06-21 15:30:30 +08:00
parent 91b2352507
commit 92ae4a93d0
30 changed files with 171 additions and 32 deletions

View File

@@ -0,0 +1,24 @@
# 开发组网站
就是你所看到的网站;这个网站大概包含了三个部分:
1. 网维的新wiki
2. 开发组相关文档
3. 一个博客系统,可以用来放独立的文章
因为感觉没有必要搭建两个基础设施所以把wiki和开发组文档放在一起这样也比较方便运维
网站采用[Docusaurus](https://www.docusaurus.io)框架,详细文档移步官网查看
**项目地址**https://github.com/ZSCNetSupportDept/website
## 目录
import DocCardList from '@theme/DocCardList';
<DocCardList className="docs-card" />