Skip to content

Commit

Permalink
Point to landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
smokestacklightnin committed Oct 16, 2024
1 parent b14d621 commit caf3b72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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)
- [Serving C++ API Documentation](./api/cpp/annotated.html)
- [Serving C++ API Documentation](./api/cpp/index.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/annotated.html
- Server API (C++): api/cpp/index.html

hooks:
- docs/hooks/build_cpp_api_docs.py

0 comments on commit caf3b72

Please sign in to comment.