Skip to content

Commit

Permalink
Simplify url
Browse files Browse the repository at this point in the history
  • Loading branch information
smokestacklightnin committed Oct 15, 2024
1 parent 42b45af commit 1963415
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/hooks/build_cpp_api_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
src_dir = Path.cwd() / "tmp-cpp-api-docs/html"
src_dir.mkdir(exist_ok=True, parents=True)

dest_dir = Path("api/cpp/html")
dest_dir = Path("api/cpp/")


def on_pre_build(config):
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ TensorFlow Serving is a flexible, high-performance serving system for machine le
Detailed developer documentation on TensorFlow Serving is available:

- [Architecture Overview](./guide/architecture.md)
- [Server API](./api/cpp/html/annotated.html)
- [Server API](./api/cpp/annotated.html)
- [REST Client API](./api/api_rest.md)
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ nav:
- API:
- Client API (REST): api/api_rest.md
- Client API (gRPC): https://github.com/tensorflow/serving/tree/master/tensorflow_serving/apis
- Server API (C++): api/cpp/html/annotated.html
- Server API (C++): api/cpp/annotated.html

hooks:
- docs/hooks/build_cpp_api_docs.py

0 comments on commit 1963415

Please sign in to comment.