website: Adopt islanded subcommands into unified "docs" (CLI) layout
Several `terraform` subcommands include sub-sub-commands; with our old sidebar system, viewing those took you to an isolated "island" nav sidebar, away from the main docs. The new navigation will adopt all these pages, so we don't need to exile the reader to odd places.
This commit is contained in:
parent
596e529602
commit
fa9ad0c5e5
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
layout: "commands-providers"
|
||||
layout: "docs"
|
||||
page_title: "Command: providers"
|
||||
sidebar_current: "docs-commands-providers"
|
||||
description: |-
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
layout: "commands-providers"
|
||||
layout: "docs"
|
||||
page_title: "Command: providers lock"
|
||||
sidebar_current: "docs-commands-providers-lock"
|
||||
description: |-
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
layout: "commands-providers"
|
||||
layout: "docs"
|
||||
page_title: "Command: providers mirror"
|
||||
sidebar_current: "docs-commands-providers-mirror"
|
||||
description: |-
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
layout: "commands-providers"
|
||||
layout: "docs"
|
||||
page_title: "Command: providers schema"
|
||||
sidebar_current: "docs-commands-providers-schema"
|
||||
description: |-
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
layout: "commands-state"
|
||||
layout: "docs"
|
||||
page_title: "Command: state resource addressing"
|
||||
sidebar_current: "docs-commands-state-address"
|
||||
description: |-
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
layout: "commands-state"
|
||||
layout: "docs"
|
||||
page_title: "Command: state"
|
||||
sidebar_current: "docs-commands-state-index"
|
||||
description: |-
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
layout: "commands-state"
|
||||
layout: "docs"
|
||||
page_title: "Command: state list"
|
||||
sidebar_current: "docs-commands-state-sub-list"
|
||||
description: |-
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
layout: "commands-state"
|
||||
layout: "docs"
|
||||
page_title: "Command: state mv"
|
||||
sidebar_current: "docs-commands-state-sub-mv"
|
||||
description: |-
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
layout: "commands-state"
|
||||
layout: "docs"
|
||||
page_title: "Command: state pull"
|
||||
sidebar_current: "docs-commands-state-sub-pull"
|
||||
description: |-
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
layout: "commands-state"
|
||||
layout: "docs"
|
||||
page_title: "Command: state push"
|
||||
sidebar_current: "docs-commands-state-sub-push"
|
||||
description: |-
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
layout: "commands-state"
|
||||
layout: "docs"
|
||||
page_title: "Command: state replace-provider"
|
||||
sidebar_current: "docs-commands-state-sub-replace-provider"
|
||||
description: |-
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
layout: "commands-state"
|
||||
layout: "docs"
|
||||
page_title: "Command: state rm"
|
||||
sidebar_current: "docs-commands-state-sub-rm"
|
||||
description: |-
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
layout: "commands-state"
|
||||
layout: "docs"
|
||||
page_title: "Command: state show"
|
||||
sidebar_current: "docs-commands-state-sub-show"
|
||||
description: |-
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
layout: "commands-workspace"
|
||||
layout: "docs"
|
||||
page_title: "Command: workspace delete"
|
||||
sidebar_current: "docs-commands-workspace-sub-delete"
|
||||
description: |-
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
layout: "commands-workspace"
|
||||
layout: "docs"
|
||||
page_title: "Command: workspace"
|
||||
sidebar_current: "docs-commands-workspace-index"
|
||||
description: |-
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
layout: "commands-workspace"
|
||||
layout: "docs"
|
||||
page_title: "Command: workspace list"
|
||||
sidebar_current: "docs-commands-workspace-sub-list"
|
||||
description: |-
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
layout: "commands-workspace"
|
||||
layout: "docs"
|
||||
page_title: "Command: workspace new"
|
||||
sidebar_current: "docs-commands-workspace-sub-new"
|
||||
description: |-
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
layout: "commands-workspace"
|
||||
layout: "docs"
|
||||
page_title: "Command: workspace select"
|
||||
sidebar_current: "docs-commands-workspace-sub-select"
|
||||
description: |-
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
layout: "commands-workspace"
|
||||
layout: "docs"
|
||||
page_title: "Command: workspace show"
|
||||
sidebar_current: "docs-commands-workspace-sub-show"
|
||||
description: |-
|
||||
|
|
Loading…
Reference in New Issue