From 22606966d13fa3055b2e0d9e08a5cf8c050c10bf Mon Sep 17 00:00:00 2001 From: Joe Heck Date: Thu, 19 Oct 2017 13:39:59 -0700 Subject: [PATCH] resolves jekyll rendering error - chinese isn't understood for keys in YAML frontmatter in jekyll, so replaced it with the english equivalent that doesn't throw the following error on rendering: Error reading file src/kubernetes.github.io/cn/docs/concepts/cluster-administration/device-plugins.md: (): could not find expected ':' while scanning a simple key at line 4 column 1 --- cn/docs/concepts/cluster-administration/device-plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cn/docs/concepts/cluster-administration/device-plugins.md b/cn/docs/concepts/cluster-administration/device-plugins.md index afaad4fccc109..656df45899017 100644 --- a/cn/docs/concepts/cluster-administration/device-plugins.md +++ b/cn/docs/concepts/cluster-administration/device-plugins.md @@ -1,7 +1,7 @@ --- approvers: title: 设备插件 -描述: 使用 Kubernetes 设备插件框架来为 GPUs、 NICs、 FPGAs、 InfiniBand 和其他类似的需要供应商特别设置的资源开发插件。 +description: 使用 Kubernetes 设备插件框架来为 GPUs、 NICs、 FPGAs、 InfiniBand 和其他类似的需要供应商特别设置的资源开发插件。 --- {% include feature-state-alpha.md %}