1
0
mirror of https://github.com/docker/cli.git synced 2025-07-29 06:01:13 +03:00

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:
Gaetan de Villele
2016-11-03 15:48:30 -07:00
committed by Tibor Vass
parent 4126b5526c
commit 572c6bb89a
95 changed files with 95 additions and 95 deletions

View File

@ -1,7 +1,7 @@
---
title: "commit"
description: "The commit command description and usage"
keywords: ["commit, file, changes"]
keywords: "commit, file, changes"
---
<!-- This file is maintained within the docker/docker Github