From c5be69408a4949a33035086f78a9c96d1b8a4bc1 Mon Sep 17 00:00:00 2001 From: Brian Grant Date: Tue, 2 Dec 2014 01:33:01 +0000 Subject: [PATCH] Document API doc path. --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 407ae415df5..851896b6566 100644 --- a/docs/README.md +++ b/docs/README.md @@ -24,6 +24,6 @@ Kubernetes documentation is organized into several categories. - Hands on introduction and example config files - **API documentation** - in [the API conventions doc](api-conventions.md) - - and automatically generated API documentation served by the master + - and automatically generated API documentation served by the master at `/swaggerapi/api/v1beta1` (generated from [pkg/api/v1beta1/types.go](../pkg/api/v1beta1/types.go)) - **Wiki** - in [wiki](https://github.com/GoogleCloudPlatform/kubernetes/wiki)