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"
|
layout: "commands-workspace"
|
||||||
page_title: "Command: workspace show"
|
page_title: "Command: workspace show"
|
||||||
sidebar_current: "docs-workspace-sub-show"
|
sidebar_current: "docs-commands-workspace-sub-show"
|
||||||
description: |-
|
description: |-
|
||||||
The terraform workspace show command is used to output the current workspace.
|
The terraform workspace show command is used to output the current workspace.
|
||||||
---
|
---
|
||||||
|
|
|
@ -25,6 +25,10 @@
|
||||||
<li<%= sidebar_current("docs-commands-workspace-sub-delete") %>>
|
<li<%= sidebar_current("docs-commands-workspace-sub-delete") %>>
|
||||||
<a href="/docs/commands/workspace/delete.html">delete</a>
|
<a href="/docs/commands/workspace/delete.html">delete</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
<li<%= sidebar_current("docs-commands-workspace-sub-show") %>>
|
||||||
|
<a href="/docs/commands/workspace/show.html">show</a>
|
||||||
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue