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>
Upstream-commit: 2845676cc2
Component: cli
This commit is contained in:
Misty Stanley-Jones
2017-06-02 00:10:24 +00:00
committed by Tibor Vass
parent d3c4ed5409
commit fbc93c2df5
104 changed files with 581 additions and 1012 deletions
@@ -1,13 +1,9 @@
<!--[metadata]>
+++
title = "stack deploy"
description = "The stack deploy command description and usage"
keywords = ["stack, deploy, up"]
advisory = "experimental"
[menu.main]
parent = "smn_cli"
+++
<![end-metadata]-->
---
title: "stack deploy"
description: "The stack deploy command description and usage"
keywords: ["stack, deploy, up"]
advisory: "experimental"
---
# stack deploy (experimental)