From 3eb4b89c4528b3b8e41739e2fcd5a70b2a32005b Mon Sep 17 00:00:00 2001 From: Bettygogo2021 <91529409+Bettygogo2021@users.noreply.github.com> Date: Mon, 11 Apr 2022 14:08:23 +0800 Subject: [PATCH] Update links Signed-off-by: Bettygogo2021 <91529409+Bettygogo2021@users.noreply.github.com> --- .../en/docs/quick-start/enable-pluggable-components.md | 2 +- content/en/docs/reference/api-docs.md | 6 +++--- content/zh/docs/reference/api-docs.md | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/content/en/docs/quick-start/enable-pluggable-components.md b/content/en/docs/quick-start/enable-pluggable-components.md index 041a51d55..4890136ef 100644 --- a/content/en/docs/quick-start/enable-pluggable-components.md +++ b/content/en/docs/quick-start/enable-pluggable-components.md @@ -62,7 +62,7 @@ If you adopt [All-in-one Installation](../../quick-start/all-in-one-on-linux/), When you install KubeSphere on Kubernetes, you need to use [ks-installer](https://github.com/kubesphere/ks-installer/) by applying two YAML files as below. -1. First download the file [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.1.0/cluster-configuration.yaml) and edit it. +1. First download the file [cluster-configuration.yaml](https://github.com/kubesphere/ks-installer/releases/download/v3.2.0/cluster-configuration.yaml) and edit it. ```bash vi cluster-configuration.yaml diff --git a/content/en/docs/reference/api-docs.md b/content/en/docs/reference/api-docs.md index 73a0ac115..5ae3bb004 100644 --- a/content/en/docs/reference/api-docs.md +++ b/content/en/docs/reference/api-docs.md @@ -114,9 +114,9 @@ Replace `[node ip]` with your actual IP address. ## API Reference -The KubeSphere API swagger JSON file can be found in the repository https://github.com/kubesphere/kubesphere/tree/release-3.1/api. +The KubeSphere API swagger JSON file can be found in the repository https://github.com/kubesphere/kubesphere/tree/master/api. -- KubeSphere specified the API [swagger json](https://github.com/kubesphere/kubesphere/blob/release-3.1/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.1/api/openapi-spec/swagger.json) file. It contains all the generated CRDs API documentation. It is same as Kubernetes API objects. +- KubeSphere specified the API [swagger json](https://github.com/kubesphere/kubesphere/blob/master/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/master/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/reference/api-docs.md b/content/zh/docs/reference/api-docs.md index de11620e7..37a2364f3 100644 --- a/content/zh/docs/reference/api-docs.md +++ b/content/zh/docs/reference/api-docs.md @@ -116,10 +116,10 @@ $ curl -X GET -H "Authorization: Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJ ## API 参考 -KubeSphere API Swagger JSON 文件可以在 https://github.com/kubesphere/kubesphere/tree/release-3.1/api 仓库中找到。 +KubeSphere API Swagger JSON 文件可以在 https://github.com/kubesphere/kubesphere/tree/master/api 仓库中找到。 -- KubeSphere 已指定 API [Swagger Json](https://github.com/kubesphere/kubesphere/blob/release-3.1/api/ks-openapi-spec/swagger.json) 文件,它包含所有只适用于 KubeSphere 的 API。 -- KubeSphere 已指定 CRD [Swagger Json](https://github.com/kubesphere/kubesphere/blob/release-3.1/api/openapi-spec/swagger.json) 文件,它包含所有已生成的 CRD API 文档,与 Kubernetes API 对象相同。 -- kubernetes API 参考:https://kubernetes.io/docs/concepts/overview/kubernetes-api/ +- KubeSphere 已指定 API [Swagger Json](https://github.com/kubesphere/kubesphere/blob/master/api/ks-openapi-spec/swagger.json) 文件,它包含所有只适用于 KubeSphere 的 API。 +- KubeSphere 已指定 CRD [Swagger Json](https://github.com/kubesphere/kubesphere/blob/master/api/openapi-spec/swagger.json) 文件,它包含所有已生成的 CRD API 文档,与 Kubernetes API 对象相同。 +- kubernetes API 参考:https://kubernetes.io/docs/concepts/overview/kubernetes-api/。 您也可以[点击这里](https://kubesphere.io/api/kubesphere)查看 KubeSphere API 文档。