fix frontmatter keywords value type (string, instead of []string) in /docs/reference

Signed-off-by: Gaetan de Villele <gdevillele@gmail.com>
Upstream-commit: 248c699ec88bb249ce9fd03001d13f29ac0b4b99
Component: engine
This commit is contained in:
Gaetan de Villele
2016-11-03 15:48:30 -07:00
parent 362409ed3f
commit 062414bb0e
109 changed files with 109 additions and 109 deletions

View File

@ -1,7 +1,7 @@
---
title: "stack ls"
description: "The stack ls command description and usage"
keywords: ["stack, ls"]
keywords: "stack, ls"
advisory: "experimental"
---