diff --git a/content/en/docs/api-reference/api-docs.md b/content/en/docs/api-reference/api-docs.md index cae98da43..00f71bbf8 100644 --- a/content/en/docs/api-reference/api-docs.md +++ b/content/en/docs/api-reference/api-docs.md @@ -116,3 +116,5 @@ The KubeSphere API swagger JSON file can be found in the repository https://gith - KubeSphere specified the API [swagger json](https://github.com/kubesphere/kubesphere/blob/release-3.0/api/ks-openapi-spec/swagger.json) file. It contains all the APIs that are only applied to KubeSphere. - KubeSphere specified the CRD [swagger json](https://github.com/kubesphere/kubesphere/blob/release-3.0/api/openapi-spec/swagger.json) file. It contains all the generated CRDs API documentation. It is same as Kubernetes API objects. + +You can explore the KubeSphere API document from [here](https://kubesphere.io/api/kubesphere) as well. diff --git a/content/zh/docs/api-reference/api-docs.md b/content/zh/docs/api-reference/api-docs.md index 41c8cce3c..c7976a5f4 100644 --- a/content/zh/docs/api-reference/api-docs.md +++ b/content/zh/docs/api-reference/api-docs.md @@ -116,3 +116,5 @@ KubeSphere API Swagger JSON 文件可以在 https://github.com/kubesphere/kubesp - KubeSphere 已指定 API [Swagger Json](https://github.com/kubesphere/kubesphere/blob/release-3.0/api/ks-openapi-spec/swagger.json) 文件,它包含所有只适用于 KubeSphere 的 API。 - KubeSphere 已指定 CRD [Swagger Json](https://github.com/kubesphere/kubesphere/blob/release-3.0/api/openapi-spec/swagger.json) 文件,它包含所有已生成的 CRD API 文档,与 Kubernetes API 对象相同。 + +你也可以[点击这里](https://kubesphere.io/api/kubesphere)查看 KubeSphere API 文档。