update new docs

This commit is contained in:
jiangjiajun
2022-10-11 06:12:42 +00:00
6 changed files with 12 additions and 13 deletions

View File

@@ -17,7 +17,7 @@
- [Runtime Python使用示例](cn/quick_start/runtime/python.md)
- [Runtime C++使用示例](cn/quick_start/runtime/cpp.md)
## API文档
## API文档(进行中)
- [Python API文档](https://baidu-paddle.github.io/fastdeploy-api/python/html/)
- [C++ API文档](https://baidu-paddle.github.io/fastdeploy-api/cpp/html/)

View File

@@ -1,4 +1,4 @@
# Python API
# C++ API
This directory help to generate C++ API documents for FastDeploy.

View File

@@ -1,8 +1,8 @@
# FastDeploy安装
- [预编译库下载安装](cn/build_and_install/prebuilt.md)
- [GPU部署环境编译安装](cn/build_and_install/gpu.md)
- [CPU部署环境编译安装](cn/build_and_install/cpu.md)
- [Jetson部署环境编译安装](cn/build_and_install/jetson.md)
- [Android平台部署环境编译安装](cn/build_and_install/android.md)
- [预编译库下载安装](prebuilt.md)
- [GPU部署环境编译安装](gpu.md)
- [CPU部署环境编译安装](cpu.md)
- [Jetson部署环境编译安装](jetson.md)
- [Android平台部署环境编译安装](android.md)

View File

@@ -292,7 +292,7 @@ int main(int argc, char* argv[]) {
- **加入社区👬:** 微信扫描二维码,进入**FastDeploy技术交流群**
<div align="center">
<img src="https://user-images.githubusercontent.com/54695910/193485762-ff517d78-8ca8-4cd4-a627-1cbb7fb2309f.jpeg" width = "225" height = "225" />
<img src="https://user-images.githubusercontent.com/54695910/194988203-d5e70b90-f2bb-4d45-b79b-4081b375dc41.png" width = "225" height = "225" />
</div>
## Acknowledge

View File

@@ -304,12 +304,11 @@ Notes:
- If you have any question or suggestion, please give us your valuable input via GitHub Issues
- **Join Us👬**
- **Slack**Click [the link](https://join.slack.com/t/fastdeployworkspace/shared_invite/zt-1hhvpb279-iw2pNPwrDaMBQ5OQhO3Siw) to join **FastDeploy technology communication group**
- **WeChat**Scan the QR code via WeChat to join our **FastDeploy technology communication group**
- **Slack**Join our [Slack community](https://join.slack.com/t/fastdeployworkspace/shared_invite/zt-1hhvpb279-iw2pNPwrDaMBQ5OQhO3Siw) and chat with other community members about ideas
- **WeChat**join our **WeChat community** and chat with other community members about ideas
<div align="center">
<img src="https://user-images.githubusercontent.com/54695910/193485762-ff517d78-8ca8-4cd4-a627-1cbb7fb2309f.jpeg" width = "225" height = "225" />
<img src="https://user-images.githubusercontent.com/54695910/194988203-d5e70b90-f2bb-4d45-b79b-4081b375dc41.png" width = "225" height = "225" />
</div>

View File

@@ -1 +1 @@
0.3.0rc
0.0.0