mirror of https://github.com/k3s-io/k3s
Removed ancient api doc files.
parent
c25a1be03a
commit
b1a9e81e1f
|
@ -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"]
|
|
@ -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>
|
|
@ -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.
|
Loading…
Reference in New Issue