mirror of
https://github.com/kubesphere/website.git
synced 2025-12-26 00:12:48 +00:00
update json
Signed-off-by: liuboaibc <kukudehero@gmail.com>
This commit is contained in:
parent
622124f88e
commit
1af8a17e90
|
|
@ -2,4 +2,7 @@
|
|||
title: KubeSphere Api Documents
|
||||
description: KubeSphere Api Documents
|
||||
keywords: KubeSphere, KubeSphere Documents, Kubernetes
|
||||
---
|
||||
|
||||
swaggerUrl: json/crd.json
|
||||
---
|
||||
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
title: KubeSphere Api Documents
|
||||
description: KubeSphere Api Documents
|
||||
keywords: KubeSphere, KubeSphere Documents, Kubernetes
|
||||
|
||||
swaggerUrl: json/kubesphere.json
|
||||
---
|
||||
|
|
@ -2,4 +2,7 @@
|
|||
title: KubeSphere Api Documents
|
||||
description: KubeSphere Api Documents
|
||||
keywords: KubeSphere, KubeSphere Documents, Kubernetes
|
||||
---
|
||||
|
||||
swaggerUrl: json/crd.json
|
||||
---
|
||||
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
title: KubeSphere Api Documents
|
||||
description: KubeSphere Api Documents
|
||||
keywords: KubeSphere, KubeSphere Documents, Kubernetes
|
||||
|
||||
swaggerUrl: json/kubesphere.json
|
||||
---
|
||||
|
|
@ -20,7 +20,7 @@
|
|||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<redoc spec-url='{{ "json/api.json" | relURL }}'></redoc>
|
||||
<redoc spec-url='{{ .Params.swaggerUrl | relURL }}'></redoc>
|
||||
<script src="https://cdn.jsdelivr.net/npm/redoc/bundles/redoc.standalone.js"> </script>
|
||||
</body>
|
||||
</html>
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue