Skip to content

Commit 163c8f4

Browse files
Move landing page to index.md
1 parent 660d28d commit 163c8f4

File tree

3 files changed

+11
-12
lines changed

3 files changed

+11
-12
lines changed

mkdocs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ watch:
108108
- tensorflow_serving
109109
nav:
110110
- Guide:
111-
- guide/serving.md
112111
- guide/docker.md
113112
- guide/setup.md
114113
- guide/serving_basic.md

tensorflow_serving/g3doc/guide/serving.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

tensorflow_serving/g3doc/index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Serving Models
2+
3+
## Introduction
4+
5+
TensorFlow Serving is a flexible, high-performance serving system for machine learning models, designed for production environments. TensorFlow Serving makes it easy to deploy new algorithms and experiments, while keeping the same server architecture and APIs. TensorFlow Serving provides out-of-the-box integration with TensorFlow models, but can be easily extended to serve other types of models and data.
6+
7+
Detailed developer documentation on TensorFlow Serving is available:
8+
9+
- [Architecture Overview](../architecture)
10+
- Server API
11+
- [REST Client API](../../api/api_rest)

0 commit comments

Comments
 (0)