This commit is contained in:
Nikhil Jindal
2016-12-11 16:32:21 -08:00
committed by Tim Hockin
parent f1303513ce
commit 0ae94418ae
2 changed files with 4 additions and 4 deletions
-4
View File
@@ -6,10 +6,6 @@ $( document ).ready(function() {
var forwardingURL=window.location.href;
var redirects = [{
"from": "third_party/swagger-ui",
"to": "http://kubernetes.io/kubernetes/third_party/swagger-ui/"
},
{
"from": "resource-quota",
"to": "http://kubernetes.io/docs/admin/resourcequota/"
},
+4
View File
@@ -0,0 +1,4 @@
---
Kubernetes swagger UI has now been replaced by our generated API reference docs
which can be accessed at http://kubernetes.io/docs/api-reference/README/.