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