1
0
mirror of https://github.com/ZSCNetSupportDept/website.git synced 2025-10-29 01:15:04 +08:00
Files
website/docs/devdocs/03-开发组网站/index.md

25 lines
579 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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