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:
@ -1,7 +1,7 @@
|
||||
---
|
||||
title: "stack ls"
|
||||
description: "The stack ls command description and usage"
|
||||
keywords: ["stack, ls"]
|
||||
keywords: "stack, ls"
|
||||
advisory: "experimental"
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user