From 6dfe2e0ed06b4ada66206d04897cc79eb6a3c8c7 Mon Sep 17 00:00:00 2001 From: jiangjiajun Date: Tue, 11 Oct 2022 06:12:10 +0000 Subject: [PATCH] update new docs --- .new_docs/README_CN.md | 4 ++-- .new_docs/api_docs/cpp/.gitignore | 1 + .new_docs/api_docs/python/.gitignore | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 .new_docs/api_docs/python/.gitignore diff --git a/.new_docs/README_CN.md b/.new_docs/README_CN.md index 3f5d3eac5a..98b05a1cb1 100644 --- a/.new_docs/README_CN.md +++ b/.new_docs/README_CN.md @@ -19,8 +19,8 @@ ## API文档 -- [Python API文档]() -- [C++ API文档]() +- [Python API文档](https://baidu-paddle.github.io/fastdeploy-api/python/html/) +- [C++ API文档](https://baidu-paddle.github.io/fastdeploy-api/cpp/html/) ## 性能调优 diff --git a/.new_docs/api_docs/cpp/.gitignore b/.new_docs/api_docs/cpp/.gitignore index 2ec816f3ef..99ef48acf0 100644 --- a/.new_docs/api_docs/cpp/.gitignore +++ b/.new_docs/api_docs/cpp/.gitignore @@ -1,2 +1,3 @@ html +docs latex diff --git a/.new_docs/api_docs/python/.gitignore b/.new_docs/api_docs/python/.gitignore new file mode 100644 index 0000000000..e35d8850c9 --- /dev/null +++ b/.new_docs/api_docs/python/.gitignore @@ -0,0 +1 @@ +_build