From 7edb8f3fa76f3d40c70d164e5a5ed1d68aff4ea0 Mon Sep 17 00:00:00 2001 From: Joseph Heck Date: Mon, 23 Oct 2017 12:07:55 -0700 Subject: [PATCH] resolves jekyll rendering error (#5976) - 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 afaad4fccc1..656df458990 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 %}