website: Add `workspace show` command to sidebar nav (#20800)

This commit is contained in:
Nick Fagerlund 2019-03-22 15:06:53 -07:00 committed by GitHub
parent 4b8d11e2de
commit 53cff99f84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -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.
---

View File

@ -25,6 +25,10 @@
<li<%= sidebar_current("docs-commands-workspace-sub-delete") %>>
<a href="/docs/commands/workspace/delete.html">delete</a>
</li>
<li<%= sidebar_current("docs-commands-workspace-sub-show") %>>
<a href="/docs/commands/workspace/show.html">show</a>
</li>
</ul>
</li>