website: Add `workspace show` command to sidebar nav (#20800)
This commit is contained in:
parent
4b8d11e2de
commit
53cff99f84
|
@ -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.
|
||||
---
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue