From 1045ce080ef916106f9fe6e7c520dce5e8251a38 Mon Sep 17 00:00:00 2001 From: Gaetan de Villele Date: Wed, 2 Nov 2016 14:23:27 -0700 Subject: [PATCH] fix frontmatter in reference md files Signed-off-by: Gaetan de Villele Upstream-commit: 8d61e36edc8406a17420e2d8cf76d2471d3c5236 Component: engine --- components/engine/docs/reference/commandline/node_ps.md | 2 +- components/engine/docs/reference/commandline/service_ps.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/engine/docs/reference/commandline/node_ps.md b/components/engine/docs/reference/commandline/node_ps.md index 1327cc69e5..0c54c9cfb0 100644 --- a/components/engine/docs/reference/commandline/node_ps.md +++ b/components/engine/docs/reference/commandline/node_ps.md @@ -1,7 +1,7 @@ --- title: "node ps" description: "The node ps command description and usage" -keywords: ["node, tasks", "ps"] +keywords: node, tasks, ps aliases: ["/engine/reference/commandline/node_tasks/"] --- diff --git a/components/engine/docs/reference/commandline/service_ps.md b/components/engine/docs/reference/commandline/service_ps.md index f4cba82793..d1d14633ed 100644 --- a/components/engine/docs/reference/commandline/service_ps.md +++ b/components/engine/docs/reference/commandline/service_ps.md @@ -1,7 +1,7 @@ --- title: "service ps" description: "The service ps command description and usage" -keywords: ["service, tasks", "ps"] +keywords: service, tasks, ps aliases: ["/engine/reference/commandline/service_tasks/"] ---