fix frontmatter keywords value type (string, instead of []string) in /docs/reference
Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
This commit is contained in:
committed by
Tibor Vass
parent
4126b5526c
commit
572c6bb89a
@ -1,7 +1,7 @@
|
||||
---
|
||||
title: "node update"
|
||||
description: "The node update command description and usage"
|
||||
keywords: ["resources, update, dynamically"]
|
||||
keywords: "resources, update, dynamically"
|
||||
---
|
||||
|
||||
<!-- This file is maintained within the docker/docker Github
|
||||
|
||||
Reference in New Issue
Block a user