Skip to content

Commit 00e32b8

Browse files
Add placeholder for C++ docs
1 parent 01951b3 commit 00e32b8

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,5 +128,5 @@ nav:
128128
- API:
129129
- Client API (REST): api/api_rest.md
130130
- Client API (gRPC): https://github.com/tensorflow/serving/tree/master/tensorflow_serving/apis
131-
# - api/tensorflow_serving.md
131+
- Server API (C++): api/tensorflow_serving.md
132132

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# TensorFlow Serving C++ API Reference
2+
3+
<!-- TODO: Need a way to add C++ documentation -->

0 commit comments

Comments
 (0)