Skip to content

Commit

Permalink
Fix reference part title
Browse files Browse the repository at this point in the history
Signed-off-by: Sherlock113 <[email protected]>
  • Loading branch information
Sherlock113 committed Mar 30, 2021
1 parent e3e153c commit e49b9b8
Show file tree
Hide file tree
Showing 19 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Ubuntu 16.04 is used as an example in this tutorial.

## Prerequisites

You have set up your GlusterFS cluster and configured Heketi. For more information, see [Set up a GlusterFS Server](../../../api-reference/storage-system-installation/glusterfs-server/).
You have set up your GlusterFS cluster and configured Heketi. For more information, see [Set up a GlusterFS Server](../../../reference/storage-system-installation/glusterfs-server/).

## Step 1: Configure the Client Machine

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Ubuntu 16.04 is used as an example in this tutorial.

## Prerequisites

You must have an NFS server ready providing external storage services. Make sure you have created and exported a directory on the NFS server which your permitted client machines can access. For more information, see [Set up an NFS Server](../../../api-reference/storage-system-installation/nfs-server/).
You must have an NFS server ready providing external storage services. Make sure you have created and exported a directory on the NFS server which your permitted client machines can access. For more information, see [Set up an NFS Server](../../../reference/storage-system-installation/nfs-server/).

## Step 1: Configure the Client Machine

Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/introduction/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ weight: 1500

## Separation of frontend and backend

KubeSphere separates [frontend](https://github.com/kubesphere/console) from [backend](https://github.com/kubesphere/kubesphere), and it itself is a cloud native application and provides open standard REST APIs for external systems to use. Please see [API documentation](../../api-reference/api-docs/) for details. The following figure is the system architecture. KubeSphere can run anywhere from on-premise datacenter to any cloud to edge. In addition, it can be deployed on any Kubernetes distribution.
KubeSphere separates [frontend](https://github.com/kubesphere/console) from [backend](https://github.com/kubesphere/kubesphere), and it itself is a cloud native application and provides open standard REST APIs for external systems to use. Please see [API documentation](../../reference/api-docs/) for details. The following figure is the system architecture. KubeSphere can run anywhere from on-premise datacenter to any cloud to edge. In addition, it can be deployed on any Kubernetes distribution.

![Architecture](https://pek3b.qingstor.com/kubesphere-docs/png/20190810073322.png)

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ weight: 17200

The KubeSphere API server validates and configures data for API objects. The API Server services REST operations and provides the frontend to the cluster's shared state through which all other components interact.

![ks-apiserver](/images/docs/api-reference/kubesphere-api/ks-apiserver.png)
![ks-apiserver](/images/docs/reference/kubesphere-api/ks-apiserver.png)

## Use the KubeSphere API

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion content/en/docs/release/release-v202.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ KubeSphere 2.0.2 was released on July 9, 2019, which fixes known bugs and enhanc

### Enhanced Features

- [API docs](../../api-reference/api-docs/) are available on the official website.
- [API docs](../../reference/api-docs/) are available on the official website.
- Block brute-force attacks.
- Standardize the maximum length of resource names.
- Upgrade the gateway of project (Ingress Controller) to the version of 0.24.1. Support Ingress grayscale release.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ weight: 3340

## 准备工作

您需要搭建 GlusterFS 集群并配置 Heketi。有关更多信息,请参见[搭建 GlusterFS 服务器](../../../api-reference/storage-system-installation/glusterfs-server/)
您需要搭建 GlusterFS 集群并配置 Heketi。有关更多信息,请参见[搭建 GlusterFS 服务器](../../../reference/storage-system-installation/glusterfs-server/)

## 步骤 1:配置客户端机器

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ weight: 3330

## 准备工作

您必须准备好提供外部存储服务的 NFS 服务器。请确保已在客户端机器允许访问的 NFS 服务器上创建并导出目录。有关更多信息,请参见[搭建 NFS 服务器](../../../api-reference/storage-system-installation/nfs-server/)
您必须准备好提供外部存储服务的 NFS 服务器。请确保已在客户端机器允许访问的 NFS 服务器上创建并导出目录。有关更多信息,请参见[搭建 NFS 服务器](../../../reference/storage-system-installation/nfs-server/)

## 步骤 1:配置客户端机器

Expand Down
2 changes: 1 addition & 1 deletion content/zh/docs/introduction/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ weight: 1500

## 前后端分离

KubeSphere 将 [前端](https://github.com/kubesphere/console)[后端](https://github.com/kubesphere/kubesphere) 分开,实现了面向云原生的设计,后端的各个功能组件可通过 REST API 对接外部系统。 可参考 [API文档](../../api-reference/api-docs/)。下图是系统架构图。 KubeSphere 无底层的基础设施依赖,可以运行在任何 Kubernetes、私有云、公有云、VM 或物理环境(BM)之上。 此外,它可以部署在任何 Kubernetes 发行版上。
KubeSphere 将 [前端](https://github.com/kubesphere/console)[后端](https://github.com/kubesphere/kubesphere) 分开,实现了面向云原生的设计,后端的各个功能组件可通过 REST API 对接外部系统。 可参考 [API文档](../../reference/api-docs/)。下图是系统架构图。 KubeSphere 无底层的基础设施依赖,可以运行在任何 Kubernetes、私有云、公有云、VM 或物理环境(BM)之上。 此外,它可以部署在任何 Kubernetes 发行版上。

![Architecture](https://pek3b.qingstor.com/kubesphere-docs/png/20190810073322.png)

Expand Down
2 changes: 1 addition & 1 deletion content/zh/docs/release/release-v202.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ KubeSphere 2.0.2 was released on July 9, 2019, which fixes known bugs and enhanc

### Enhanced Features

- [API docs](../../api-reference/api-docs/) are available on the official website.
- [API docs](../../reference/api-docs/) are available on the official website.
- Block brute-force attacks.
- Standardize the maximum length of resource names.
- Upgrade the gateway of project (Ingress Controller) to the version of 0.24.1. Support Ingress grayscale release.
Expand Down
2 changes: 1 addition & 1 deletion data/en/footer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ footer:
- content: Tutorial
link: '../../../docs/quick-start/create-workspace-and-project/'
- content: API Documentation
link: '../../../docs/api-reference/api-docs/'
link: '../../../docs/reference/api-docs/'

- title: Community
list:
Expand Down
2 changes: 1 addition & 1 deletion data/zh/footer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ footer:
- content: 快速入门
link: '/docs/quick-start/create-workspace-and-project/'
- content: API 文档
link: '/docs/api-reference/api-docs/'
link: '/docs/reference/api-docs/'

- title: 开源社区
list:
Expand Down

0 comments on commit e49b9b8

Please sign in to comment.