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: b30609446d212624e3d4ce814c70130b75c552a0 Component: engine
This commit is contained in:
@ -1,13 +1,9 @@
|
||||
<!--[metadata]>
|
||||
+++
|
||||
title = "plugin install"
|
||||
description = "the plugin install command description and usage"
|
||||
keywords = ["plugin, install"]
|
||||
advisory = "experimental"
|
||||
[menu.main]
|
||||
parent = "smn_cli"
|
||||
+++
|
||||
<![end-metadata]-->
|
||||
---
|
||||
title: "plugin install"
|
||||
description: "the plugin install command description and usage"
|
||||
keywords: ["plugin, install"]
|
||||
advisory: "experimental"
|
||||
---
|
||||
|
||||
# plugin install (experimental)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user