From 2ef43fc486993956a8267314e65848852f8a263d Mon Sep 17 00:00:00 2001 From: Ray Wang Date: Sat, 22 Aug 2020 20:48:27 +0800 Subject: [PATCH] add trailing slash to avoid unnecessary 301 redirect --- content/zh/docs/reference/glossary/annotation.md | 4 ++-- content/zh/docs/reference/glossary/cloud-provider.md | 4 ++-- content/zh/docs/reference/glossary/daemonset.md | 4 ++-- .../zh/docs/reference/glossary/dynamic-volume-provisioning.md | 4 ++-- content/zh/docs/reference/glossary/label.md | 4 ++-- content/zh/docs/reference/glossary/name.md | 4 ++-- content/zh/docs/reference/glossary/namespace.md | 4 ++-- content/zh/docs/reference/glossary/storage-class.md | 4 ++-- content/zh/docs/reference/glossary/uid.md | 4 ++-- 9 files changed, 18 insertions(+), 18 deletions(-) diff --git a/content/zh/docs/reference/glossary/annotation.md b/content/zh/docs/reference/glossary/annotation.md index c5c98c66be..a5da0a060f 100644 --- a/content/zh/docs/reference/glossary/annotation.md +++ b/content/zh/docs/reference/glossary/annotation.md @@ -2,7 +2,7 @@ title: 注解 id: annotation date: 2018-04-12 -full_link: /zh/docs/concepts/overview/working-with-objects/annotations +full_link: /zh/docs/concepts/overview/working-with-objects/annotations/ short_description: > 注解是以键值对的形式给资源对象附加随机的无法标识的元数据。 @@ -16,7 +16,7 @@ tags: title: Annotation id: annotation date: 2018-04-12 -full_link: /zh/docs/concepts/overview/working-with-objects/annotations +full_link: /zh/docs/concepts/overview/working-with-objects/annotations/ short_description: > A key-value pair that is used to attach arbitrary non-identifying metadata to objects. diff --git a/content/zh/docs/reference/glossary/cloud-provider.md b/content/zh/docs/reference/glossary/cloud-provider.md index 6204448589..30462f792b 100644 --- a/content/zh/docs/reference/glossary/cloud-provider.md +++ b/content/zh/docs/reference/glossary/cloud-provider.md @@ -2,7 +2,7 @@ title: 云供应商 id: cloud-provider date: 2018-04-12 -full_link: /zh/docs/concepts/cluster-administration/cloud-providers +full_link: /zh/docs/concepts/cluster-administration/cloud-providers/ short_description: > 云供应商是提供可以用来运行 Kubernetes 集群的云计算平台的公司。 @@ -16,7 +16,7 @@ tags: title: Cloud Provider id: cloud-provider date: 2018-04-12 -full_link: /zh/docs/concepts/cluster-administration/cloud-providers +full_link: /zh/docs/concepts/cluster-administration/cloud-providers/ short_description: > Cloud provider is a company that offers cloud computing platform that can run Kubernetes clusters. diff --git a/content/zh/docs/reference/glossary/daemonset.md b/content/zh/docs/reference/glossary/daemonset.md index b268005697..ea250d02bc 100644 --- a/content/zh/docs/reference/glossary/daemonset.md +++ b/content/zh/docs/reference/glossary/daemonset.md @@ -2,7 +2,7 @@ title: DaemonSet id: daemonset date: 2018-04-12 -full_link: /zh/docs/concepts/workloads/controllers/daemonset +full_link: /zh/docs/concepts/workloads/controllers/daemonset/ short_description: > 确保 Pod 的副本在集群中的一组节点上运行。 @@ -18,7 +18,7 @@ tags: title: DaemonSet id: daemonset date: 2018-04-12 -full_link: /zh/docs/concepts/workloads/controllers/daemonset +full_link: /zh/docs/concepts/workloads/controllers/daemonset/ short_description: > Ensures a copy of a Pod is running across a set of nodes in a cluster. diff --git a/content/zh/docs/reference/glossary/dynamic-volume-provisioning.md b/content/zh/docs/reference/glossary/dynamic-volume-provisioning.md index 6858cdeded..1d3c67e285 100755 --- a/content/zh/docs/reference/glossary/dynamic-volume-provisioning.md +++ b/content/zh/docs/reference/glossary/dynamic-volume-provisioning.md @@ -2,7 +2,7 @@ title: 动态卷供应 id: dynamicvolumeprovisioning date: 2018-04-12 -full_link: /zh/docs/concepts/storage/dynamic-provisioning +full_link: /zh/docs/concepts/storage/dynamic-provisioning/ short_description: > 允许用户请求自动创建存储卷。 @@ -17,7 +17,7 @@ tags: title: Dynamic Volume Provisioning id: dynamicvolumeprovisioning date: 2018-04-12 -full_link: /zh/docs/concepts/storage/dynamic-provisioning +full_link: /zh/docs/concepts/storage/dynamic-provisioning/ short_description: > Allows users to request automatic creation of storage Volumes. diff --git a/content/zh/docs/reference/glossary/label.md b/content/zh/docs/reference/glossary/label.md index d35fd15095..c2644dd0d5 100755 --- a/content/zh/docs/reference/glossary/label.md +++ b/content/zh/docs/reference/glossary/label.md @@ -2,7 +2,7 @@ title: 标签 id: label date: 2018-04-12 -full_link: /zh/docs/concepts/overview/working-with-objects/labels +full_link: /zh/docs/concepts/overview/working-with-objects/labels/ short_description: > 用来为对象设置可标识的属性标记;这些标记对用户而言是有意义且重要的。 @@ -15,7 +15,7 @@ tags: title: Label id: label date: 2018-04-12 -full_link: /zh/docs/concepts/overview/working-with-objects/labels +full_link: /zh/docs/concepts/overview/working-with-objects/labels/ short_description: > Tags objects with identifying attributes that are meaningful and relevant to users. diff --git a/content/zh/docs/reference/glossary/name.md b/content/zh/docs/reference/glossary/name.md index 1c8be25f46..ae6b77e72a 100755 --- a/content/zh/docs/reference/glossary/name.md +++ b/content/zh/docs/reference/glossary/name.md @@ -2,7 +2,7 @@ title: 名称 id: name date: 2018-04-12 -full_link: /zh/docs/concepts/overview/working-with-objects/names +full_link: /zh/docs/concepts/overview/working-with-objects/names/ short_description: > 客户端提供的字符串,用来指代资源 URL 中的对象,如 `/api/v1/pods/some-name`。 @@ -16,7 +16,7 @@ tags: title: Name id: name date: 2018-04-12 -full_link: /zh/docs/concepts/overview/working-with-objects/names +full_link: /zh/docs/concepts/overview/working-with-objects/names/ short_description: > A client-provided string that refers to an object in a resource URL, such as `/api/v1/pods/some-name`. diff --git a/content/zh/docs/reference/glossary/namespace.md b/content/zh/docs/reference/glossary/namespace.md index 3fe9811aa3..29f2108fb9 100644 --- a/content/zh/docs/reference/glossary/namespace.md +++ b/content/zh/docs/reference/glossary/namespace.md @@ -2,7 +2,7 @@ title: 命名空间 id: namespace date: 2018-04-12 -full_link: /zh/docs/concepts/overview/working-with-objects/namespaces +full_link: /zh/docs/concepts/overview/working-with-objects/namespaces/ short_description: > 命名空间是 Kubernetes 为了在同一物理集群上支持多个虚拟集群而使用的一种抽象。 @@ -16,7 +16,7 @@ tags: title: Namespace id: namespace date: 2018-04-12 -full_link: /zh/docs/concepts/overview/working-with-objects/namespaces +full_link: /zh/docs/concepts/overview/working-with-objects/namespaces/ short_description: > An abstraction used by Kubernetes to support multiple virtual clusters on the same physical cluster. diff --git a/content/zh/docs/reference/glossary/storage-class.md b/content/zh/docs/reference/glossary/storage-class.md index d164e5c103..ad102de155 100644 --- a/content/zh/docs/reference/glossary/storage-class.md +++ b/content/zh/docs/reference/glossary/storage-class.md @@ -2,7 +2,7 @@ title: 存储类别 id: storageclass date: 2018-04-12 -full_link: /zh/docs/concepts/storage/storage-classes +full_link: /zh/docs/concepts/storage/storage-classes/ short_description: > StorageClass 是管理员用来描述不同的可用存储类型的一种方法。 @@ -17,7 +17,7 @@ tags: title: Storage Class id: storageclass date: 2018-04-12 -full_link: /zh/docs/concepts/storage/storage-classes +full_link: /zh/docs/concepts/storage/storage-classes/ short_description: > A StorageClass provides a way for administrators to describe different available storage types. diff --git a/content/zh/docs/reference/glossary/uid.md b/content/zh/docs/reference/glossary/uid.md index 9a937a2f76..01805ee534 100755 --- a/content/zh/docs/reference/glossary/uid.md +++ b/content/zh/docs/reference/glossary/uid.md @@ -2,7 +2,7 @@ title: UID id: uid date: 2018-04-12 -full_link: /zh/docs/concepts/overview/working-with-objects/names +full_link: /zh/docs/concepts/overview/working-with-objects/names/ short_description: > 由 Kubernetes 系统生成、用来唯一标识对象的字符串。 @@ -16,7 +16,7 @@ tags: title: UID id: uid date: 2018-04-12 -full_link: /zh/docs/concepts/overview/working-with-objects/names +full_link: /zh/docs/concepts/overview/working-with-objects/names/ short_description: > A Kubernetes systems-generated string to uniquely identify objects.