From 53cff99f844f78bc95d22a0f8bdd21a144221fbe Mon Sep 17 00:00:00 2001 From: Nick Fagerlund Date: Fri, 22 Mar 2019 15:06:53 -0700 Subject: [PATCH] website: Add `workspace show` command to sidebar nav (#20800) --- website/docs/commands/workspace/show.html.md | 2 +- website/layouts/commands-workspace.erb | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/website/docs/commands/workspace/show.html.md b/website/docs/commands/workspace/show.html.md index 748ce9de8..228bc13c0 100644 --- a/website/docs/commands/workspace/show.html.md +++ b/website/docs/commands/workspace/show.html.md @@ -1,7 +1,7 @@ --- layout: "commands-workspace" page_title: "Command: workspace show" -sidebar_current: "docs-workspace-sub-show" +sidebar_current: "docs-commands-workspace-sub-show" description: |- The terraform workspace show command is used to output the current workspace. --- diff --git a/website/layouts/commands-workspace.erb b/website/layouts/commands-workspace.erb index 06ad187f8..624026cbf 100644 --- a/website/layouts/commands-workspace.erb +++ b/website/layouts/commands-workspace.erb @@ -25,6 +25,10 @@ > delete + + > + show +