Removed ancient api doc files.

pull/6/head
Brian Grant 2015-04-02 17:20:34 +00:00
parent c25a1be03a
commit b1a9e81e1f
3 changed files with 0 additions and 25 deletions

View File

@ -1,5 +0,0 @@
FROM google/nodejs
RUN npm i -g raml2html
ADD . /data
CMD ["-i", "/data/kubernetes.raml", "-o", "/data/kubernetes.html"]
ENTRYPOINT ["raml2html"]

View File

@ -1,10 +0,0 @@
<!DOCTYPE HTML><html><head><title>Kubernetes API documentation</title></head><body>
<p>Please refer to the following for API documentation while we work on producing new, up-to-date documentation:
<ul>
<li><a href="https://github.com/GoogleCloudPlatform/kubernetes/tree/master/docs">Documentation directory</a></li>
<li><a href="https://github.com/GoogleCloudPlatform/kubernetes/blob/master/pkg/api/v1beta1/types.go">API object type definitions</a></li>
<li><a href="https://github.com/GoogleCloudPlatform/kubernetes/blob/master/pkg/api/errors/errors.go">API error definitions</a></li>
</ul>
</body></html>

View File

@ -1,10 +0,0 @@
#%RAML 0.8
baseUri: http://server/api/{version}
title: Kubernetes
version: v1beta1
mediaType: application/json
documentation:
- title: OBSOLETE
content: |
We are working on new up-to-date API documentation.
Note for developers: do not regenerate kubernetes.html from this file.