mirror of
https://github.com/docker/cli.git
synced 2025-07-29 06:01:13 +03:00
Convert Markdown frontmatter to YAML
Some frontmatter such as the weights, menu stuff, etc is no longer used 'draft=true' becomes 'published: false' Signed-off-by: Misty Stanley-Jones <misty@docker.com>
This commit is contained in:
committed by
Tibor Vass
parent
12a3920153
commit
2845676cc2
@ -1,12 +1,8 @@
|
||||
<!--[metadata]>
|
||||
+++
|
||||
title = "commit"
|
||||
description = "The commit command description and usage"
|
||||
keywords = ["commit, file, changes"]
|
||||
[menu.main]
|
||||
parent = "smn_cli"
|
||||
+++
|
||||
<![end-metadata]-->
|
||||
---
|
||||
title: "commit"
|
||||
description: "The commit command description and usage"
|
||||
keywords: ["commit, file, changes"]
|
||||
---
|
||||
|
||||
# commit
|
||||
|
||||
|
Reference in New Issue
Block a user