Create README.md

This commit is contained in:
leiqing
2022-08-17 16:35:16 +08:00
committed by GitHub
parent 552714634e
commit 395ce0d082

7
docs/README.md Normal file
View File

@@ -0,0 +1,7 @@
文档构成说明
| 序号 | 文件(夹)名 | 内容 |
| :--------: | :--------: | :--------: |
| 1 | [the software and hardware requirements.md](the%20software%20and%20hardware%20requirements.md) | 说明FastDeploy服务器端的软硬件环境要求 |
|2 | [quick_start](quick_start) | 官方编译好的Python-SDK和CPP-SDK的下载位置已经具体安装方式|
|3 | [api](api.md) | 介绍不同类型任务模型API |
|4 | [compile](compile) | 编译FastDeploy SDK的指南文档通常用在对应环境SDK没发布的情况或者开发者有特殊修改源代码需求的场景 |