Commit 75f8c3ae authored by Nikhil Jindal's avatar Nikhil Jindal

Merge pull request #6367 from bgrant0607/docfix

Removed ancient api doc files.
parents acdce749 b1a9e81e
FROM google/nodejs
RUN npm i -g raml2html
ADD . /data
CMD ["-i", "/data/kubernetes.raml", "-o", "/data/kubernetes.html"]
ENTRYPOINT ["raml2html"]
<!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>
#%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.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment