Expanded all sub-menus in "FTE"

This commit is contained in:
Chris Riley 2017-04-03 10:53:38 -07:00 committed by Seth Vargo
parent a71c5ebfee
commit 28106b8f08
No known key found for this signature in database
GPG Key ID: C921994F9C27E0FF
55 changed files with 224 additions and 72 deletions

View File

@ -1,7 +1,7 @@
---
layout: "api"
layout: "enterprise"
page_title: "Configuration Versions API"
sidebar_current: "docs-enterprise-api-configversions"
sidebar_current: "docs-enterprise-api-configurations"
description: |-
A configuration version represents versions of Terraform configuration.
---

View File

@ -1,5 +1,5 @@
---
layout: "api"
layout: "enterprise"
page_title: "Terraform Configuration API"
sidebar_current: "docs-enterprise-api-configurations"
description: |-

View File

@ -1,5 +1,5 @@
---
layout: "api"
layout: "enterprise"
page_title: "Environments API"
sidebar_current: "docs-enterprise-api-environments"
description: |-

View File

@ -1,5 +1,5 @@
---
layout: "api"
layout: "enterprise"
page_title: "API Documentation"
sidebar_current: "docs-enterprise-api"
description: |-

View File

@ -1,5 +1,5 @@
---
layout: "api"
layout: "enterprise"
page_title: "Runs API"
sidebar_current: "docs-enterprise-api-runs"
description: |-

View File

@ -1,5 +1,5 @@
---
layout: "api"
layout: "enterprise"
page_title: "State API"
sidebar_current: "docs-enterprise-api-states"
description: |-

View File

@ -1,5 +1,5 @@
---
layout: "api"
layout: "enterprise"
page_title: "Users API"
sidebar_current: "docs-enterprise-api-users"
description: |-

View File

@ -1,5 +1,5 @@
---
layout: "artifacts"
layout: "enterprise"
page_title: "Artifact Provider"
sidebar_current: "docs-enterprise-artifacts-provider"
description: |-

View File

@ -1,5 +1,5 @@
---
layout: "artifacts"
layout: "enterprise"
page_title: "Creating AMI Artifacts"
sidebar_current: "docs-enterprise-artifacts-amis"
description: |-

View File

@ -1,5 +1,5 @@
---
layout: "artifacts"
layout: "enterprise"
page_title: "Terraform Artifacts"
sidebar_current: "docs-enterprise-artifacts"
description: |-

View File

@ -1,5 +1,5 @@
---
layout: "artifacts"
layout: "enterprise"
page_title: "Managing Artifact Versions"
sidebar_current: "docs-enterprise-artifacts-versions"
description: |-

View File

@ -1,5 +1,5 @@
---
layout: "faq"
layout: "enterprise"
page_title: "Terraform Enterprise FAQs"
sidebar_current: "docs-enterprise-faq"
description: |-

View File

@ -1,5 +1,5 @@
---
layout: "faq"
layout: "enterprise"
page_title: "FAQ: Monolithic Artifacts"
sidebar_current: "docs-enterprise-faq-monolithic"
description: |-

View File

@ -1,5 +1,5 @@
---
layout: "faq"
layout: "enterprise"
page_title: "FAQ: Rolling Deployments"
sidebar_current: "docs-enterprise-faq-deployments"
description: |-

View File

@ -1,7 +1,7 @@
---
layout: "enterprise"
page_title: "Terraform Enterprise Glossary"
sidebar_current: "docs-enterprise"
sidebar_current: "docs-enterprise-glossary"
description: |-
Terminology for Terraform Enterprise.
---

View File

@ -1,5 +1,5 @@
---
layout: "organizations"
layout: "enterprise"
page_title: "Organization Authentication Policy"
sidebar_current: "docs-enterprise-organizations-policy"
description: |-

View File

@ -1,5 +1,5 @@
---
layout: "organizations"
layout: "enterprise"
page_title: "Create and organization"
sidebar_current: "docs-enterprise-organizations-create"
description: |-

View File

@ -1,5 +1,5 @@
---
layout: "organizations"
layout: "enterprise"
page_title: "Add a credit card to an organization"
sidebar_current: "docs-enterprise-organizations-credit"
description: |-

View File

@ -1,5 +1,5 @@
---
layout: "organizations"
layout: "enterprise"
page_title: "Organizations in Terraform Enterprise"
sidebar_current: "docs-enterprise-organizations"
description: |-

View File

@ -1,5 +1,5 @@
---
layout: "organizations"
layout: "enterprise"
page_title: "Migrate Organization"
sidebar_current: "docs-enterprise-organizations-migrate"
description: |-

View File

@ -1,5 +1,5 @@
---
layout: "organizations"
layout: "enterprise"
page_title: "Start an Terraform Enterprise Trial"
sidebar_current: "docs-enterprise-organizations-trials"
description: |-

View File

@ -1,7 +1,7 @@
---
layout: "packer"
layout: "enterprise"
page_title: "Creating AMI Artifacts"
sidebar_current: "docs-enterprise-packer-artifacts-amis"
sidebar_current: "docs-enterprise-packerartifacts-amis"
description: |-
Creating AMI artifacts with Terraform Enterprise.
---

View File

@ -1,7 +1,7 @@
---
layout: "packer"
layout: "enterprise"
page_title: "Creating Vagrant Artifacts"
sidebar_current: "docs-enterprise-packer-artifacts-vagrant"
sidebar_current: "docs-enterprise-packerartifacts-vagrant"
description: |-
Creating Vagrant artifacts with Terraform Enterprise.
---

View File

@ -1,7 +1,7 @@
---
layout: "packer"
layout: "enterprise"
page_title: "About Packer and Artifacts"
sidebar_current: "docs-enterprise-packer-artifacts"
sidebar_current: "docs-enterprise-packerartifacts"
description: |-
Packer creates and uploads artifacts to Terraform Enterprise.
---

View File

@ -1,7 +1,7 @@
---
layout: "packer"
layout: "enterprise"
page_title: "Packer Build Environment"
sidebar_current: "docs-enterprise-packer-builds-environment"
sidebar_current: "docs-enterprise-packerbuilds-environment"
description: |-
This page outlines the environment that Packer runs in within Terraform Enterprise.
---

View File

@ -1,7 +1,7 @@
---
layout: "packer"
layout: "enterprise"
page_title: "Running Packer Builds"
sidebar_current: "docs-enterprise-packer-builds-runbuilds"
sidebar_current: "docs-enterprise-packerbuilds-runbuilds"
description: |-
This briefly covers the internal process of running builds in Terraform Enterprise.
---

View File

@ -1,7 +1,7 @@
---
layout: "packer"
layout: "enterprise"
page_title: "About Builds"
sidebar_current: "docs-enterprise-packer-builds"
sidebar_current: "docs-enterprise-packerbuilds"
description: |-
Builds are instances of `packer build` being run within Terraform Enterprise.
---

View File

@ -1,7 +1,7 @@
---
layout: "packer"
layout: "enterprise"
page_title: "Installing Software with Packer"
sidebar_current: "docs-enterprise-packer-builds-installing"
sidebar_current: "docs-enterprise-packerbuilds-installing"
description: |-
Installing software with Packer.
---

View File

@ -1,7 +1,7 @@
---
layout: "packer"
layout: "enterprise"
page_title: "Linked Applications"
sidebar_current: "docs-enterprise-packer-builds-linkedapps"
sidebar_current: "docs-enterprise-packerbuilds-linkedapps"
description: |-
Linked applications have been deprecated in favor of the application build pipeline.
---

View File

@ -1,7 +1,7 @@
---
layout: "packer"
layout: "enterprise"
page_title: "Managing Packer Versions"
sidebar_current: "docs-enterprise-packer-builds-versions"
sidebar_current: "docs-enterprise-packerbuilds-versions"
description: |-
Terraform Enterprise does not automatically upgrade the version of Packer used to run builds or compiles.
---

View File

@ -1,7 +1,7 @@
---
layout: "packer"
layout: "enterprise"
page_title: "About Packer Build Notifications"
sidebar_current: "docs-enterprise-packer-builds-notifications"
sidebar_current: "docs-enterprise-packerbuilds-notifications"
description: |-
Terraform Enterprise can send build notifications to your organization.
---

View File

@ -1,7 +1,7 @@
---
layout: "packer"
layout: "enterprise"
page_title: "Rebuilding Builds"
sidebar_current: "docs-enterprise-packer-builds-rebuilding"
sidebar_current: "docs-enterprise-packerbuilds-rebuilding"
description: |-
Sometimes builds fail due to temporary or remotely controlled conditions.
---

View File

@ -1,7 +1,7 @@
---
layout: "packer"
layout: "enterprise"
page_title: "Schedule Periodic Builds"
sidebar_current: "docs-enterprise-packer-builds-scheduling"
sidebar_current: "docs-enterprise-packerbuilds-scheduling"
description: |-
Terraform Enterprise can automatically run a Packer build and create artifacts on a specified schedule.
---

View File

@ -1,7 +1,7 @@
---
layout: "packer"
layout: "enterprise"
page_title: "Starting Packer Builds in Terraform Enterprise"
sidebar_current: "docs-enterprise-packer-builds-starting"
sidebar_current: "docs-enterprise-packerbuilds-starting"
description: |-
Packer builds can be started in Terraform Enterprise in two ways. This post is about how.
---

View File

@ -1,7 +1,7 @@
---
layout: "packer"
layout: "enterprise"
page_title: "Troubleshooting Failing Builds"
sidebar_current: "docs-enterprise-packer-builds-troubleshooting"
sidebar_current: "docs-enterprise-packerbuilds-troubleshooting"
description: |-
Packer builds can fail in Terraform Enterprise for a number of reasons improper configuration, transient networking errors, and hardware constraints are all possible.
---

View File

@ -1,5 +1,5 @@
---
layout: "packer"
layout: "enterprise"
page_title: "Packer Features in Terraform Enterprise"
sidebar_current: "docs-enterprise-packer-index"
description: |-

View File

@ -1,5 +1,5 @@
---
layout: "runs"
layout: "enterprise"
page_title: "Runs: Automatic Applies"
sidebar_current: "docs-enterprise-runs-applies"
description: |-

View File

@ -1,5 +1,5 @@
---
layout: "runs"
layout: "enterprise"
page_title: "Runs: How Runs Execute"
sidebar_current: "docs-enterprise-runs-execute"
description: |-

View File

@ -1,5 +1,5 @@
---
layout: "runs"
layout: "enterprise"
page_title: "About Terraform Enterprise Runs"
sidebar_current: "docs-enterprise-runs"
description: |-

View File

@ -1,5 +1,5 @@
---
layout: "runs"
layout: "enterprise"
page_title: "Runs: Installing Software"
sidebar_current: "docs-enterprise-runs-installing"
description: |-

View File

@ -1,5 +1,5 @@
---
layout: "runs"
layout: "enterprise"
page_title: "Runs: Managing Terraform Versions"
sidebar_current: "docs-enterprise-runs-versions"
description: |-

View File

@ -1,5 +1,5 @@
---
layout: "runs"
layout: "enterprise"
page_title: "AWS Multi-Factor Authentication for Terraform Runs in TFE"
sidebar_current: "docs-enterprise-runs-multifactor"
description: |-

View File

@ -1,5 +1,5 @@
---
layout: "runs"
layout: "enterprise"
page_title: "Runs: Notifications"
sidebar_current: "docs-enterprise-runs-notifications"
description: |-

View File

@ -1,5 +1,5 @@
---
layout: "runs"
layout: "enterprise"
page_title: "Runs: Scheduling Runs"
sidebar_current: "docs-enterprise-runs-schedule"
description: |-

View File

@ -1,5 +1,5 @@
---
layout: "runs"
layout: "enterprise"
page_title: "Runs: Starting"
sidebar_current: "docs-enterprise-runs-starting"
description: |-

View File

@ -1,5 +1,5 @@
---
layout: "runs"
layout: "enterprise"
page_title: "Runs: Variables and Configuration"
sidebar_current: "docs-enterprise-runs-variables"
description: |-

View File

@ -1,5 +1,5 @@
---
layout: "state"
layout: "enterprise"
page_title: "State: Collaborating"
sidebar_current: "docs-enterprise-state-collaborating"
description: |-

View File

@ -1,5 +1,5 @@
---
layout: "state"
layout: "enterprise"
page_title: "About Remote State"
sidebar_current: "docs-enterprise-state"
description: |-

View File

@ -1,5 +1,5 @@
---
layout: "state"
layout: "enterprise"
page_title: "State: Pushing"
sidebar_current: "docs-enterprise-state-pushing"
description: |-

View File

@ -1,5 +1,5 @@
---
layout: "state"
layout: "enterprise"
page_title: "State: Resolving Conflicts"
sidebar_current: "docs-enterprise-state-resolving"
description: |-

View File

@ -1,5 +1,5 @@
---
layout: "accounts"
layout: "enterprise"
page_title: "User Authentication in Terraform Enterprise"
sidebar_current: "docs-enterprise-accounts-authentication"
description: |-

View File

@ -1,5 +1,5 @@
---
layout: "accounts"
layout: "enterprise"
page_title: "User Accounts in Terraform Enterprise"
sidebar_current: "docs-enterprise-accounts"
description: |-

View File

@ -1,5 +1,5 @@
---
layout: "accounts"
layout: "enterprise"
page_title: "User Account Recovery"
sidebar_current: "docs-enterprise-accounts-recovery"
description: |-

View File

@ -1,5 +1,5 @@
---
layout: "vcs"
layout: "enterprise"
page_title: "Integration with Version Control Software"
sidebar_current: "docs-enterprise-vcs"
description: |-

View File

@ -11,33 +11,185 @@
<ul class="nav">
<li<%= sidebar_current("docs-enterprise-runs") %>>
<a href="/docs/enterprise/runs/index.html">Runs</a>
<ul class="nav nav-visible">
<li<%= sidebar_current("docs-enterprise-runs-starting") %>>
<a href="/docs/enterprise/runs/starting.html">Starting</a>
</li>
<li<%= sidebar_current("docs-enterprise-runs-applies") %>>
<a href="/docs/enterprise/runs/automatic-applies.html">Automatic Applies</a>
</li>
<li<%= sidebar_current("docs-enterprise-runs-schedule") %>>
<a href="/docs/enterprise/runs/scheduling-runs.html">Scheduling Runs</a>
</li>
<li<%= sidebar_current("docs-enterprise-runs-variables") %>>
<a href="/docs/enterprise/runs/variables-and-configuration.html">Variables and Config</a>
</li>
<li<%= sidebar_current("docs-enterprise-runs-installing") %>>
<a href="/docs/enterprise/runs/installing-software.html">Installing Software</a>
</li>
<li<%= sidebar_current("docs-enterprise-runs-execute") %>>
<a href="/docs/enterprise/runs/how-runs-execute.html">How Runs Execute</a>
</li>
<li<%= sidebar_current("docs-enterprise-runs-versions") %>>
<a href="/docs/enterprise/runs/managing-terraform-versions.html">Managing Terraform Versions</a>
</li>
<li<%= sidebar_current("docs-enterprise-runs-notifications") %>>
<a href="/docs/enterprise/runs/notifications.html">Run Notifications</a>
</li>
</ul>
</li>
<li<%= sidebar_current("docs-enterprise-state") %>>
<a href="/docs/enterprise/state/index.html">State</a>
<ul class="nav nav-visible">
<li<%= sidebar_current("docs-enterprise-state-pushing") %>>
<a href="/docs/enterprise/state/pushing.html">Pushing State</a>
</li>
<li<%= sidebar_current("docs-enterprise-state-resolving") %>>
<a href="/docs/enterprise/state/resolving-conflicts.html">Resolving Conflicts</a>
</li>
<li<%= sidebar_current("docs-enterprise-state-collaborating") %>>
<a href="/docs/enterprise/state/collaborating.html">Collaborating</a>
</li>
</ul>
</li>
<li<%= sidebar_current("docs-enterprise-artifact") %>>
<li<%= sidebar_current("docs-enterprise-artifacts") %>>
<a href="/docs/enterprise/artifacts/index.html">Artifacts</a>
<ul class="nav nav-visible">
<li<%= sidebar_current("docs-enterprise-artifacts-provider") %>>
<a href="/docs/enterprise/artifacts/artifact-provider.html">Artifact Provider</a>
</li>
<li<%= sidebar_current("docs-enterprise-artifacts-versions") %>>
<a href="/docs/enterprise/artifacts/managing-versions.html">Managing Versions</a>
</li>
<li<%= sidebar_current("docs-enterprise-artifacts-amis") %>>
<a href="/docs/enterprise/artifacts/creating-amis.html">Creating AMI Artifacts</a>
</li>
</ul>
</li>
<li<%= sidebar_current("docs-enterprise-vcs") %>>
<a href="/docs/enterprise/vcs/index.html">VCS Integration</a>
<ul class="nav nav-visible">
<li<%= sidebar_current("docs-enterprise-vcs-git") %>>
<a href="/docs/enterprise/vcs/git.html">Git</a>
</li>
<li<%= sidebar_current("docs-enterprise-vcs-github") %>>
<a href="/docs/enterprise/vcs/github.html">GitHub</a>
</li>
</ul>
</li>
<li<%= sidebar_current("docs-enterprise-packer") %>>
<a href="/docs/enterprise/packer/index.html">Packer</a>
<li<%= sidebar_current("docs-enterprise-packerartifacts") %>>
<a href="/docs/enterprise/packer/artifacts/index.html">Packer Artifacts</a>
<ul class="nav nav-visible">
<li<%= sidebar_current("docs-enterprise-packerartifacts-amis") %>>
<a href="/docs/enterprise/packer/artifacts/creating-amis.html">Creating AMIs</a>
</li>
<li<%= sidebar_current("docs-enterprise-packerartifacts-vagrant") %>>
<a href="/docs/enterprise/packer/artifacts/creating-vagrant-boxes.html">Creating Vagrant Boxes</a>
</li>
</ul>
</li>
<li<%= sidebar_current("docs-enterprise-packerbuilds") %>>
<a href="/docs/enterprise/packer/builds/index.html">Packer Builds</a>
<ul class="nav nav-visible">
<li<%= sidebar_current("docs-enterprise-packerbuilds-starting") %>>
<a href="/docs/enterprise/packer/builds/starting.html">Starting Builds</a>
</li>
<li<%= sidebar_current("docs-enterprise-packerbuilds-installing") %>>
<a href="/docs/enterprise/packer/builds/installing-software.html">Installing Software</a>
</li>
<li<%= sidebar_current("docs-enterprise-packerbuilds-rebuilding") %>>
<a href="/docs/enterprise/packer/builds/rebuilding.html">Rebuilding</a>
</li>
<li<%= sidebar_current("docs-enterprise-packerbuilds-linkedapps") %>>
<a href="/docs/enterprise/packer/builds/linked-applications.html">Linked Applications</a>
</li>
<li<%= sidebar_current("docs-enterprise-packerbuilds-runbuilds") %>>
<a href="/docs/enterprise/packer/builds/how-builds-run.html">How Builds Run</a>
</li>
<li<%= sidebar_current("docs-enterprise-packerbuilds-environment") %>>
<a href="/docs/enterprise/packer/builds/build-environment.html">Build Environment</a>
</li>
<li<%= sidebar_current("docs-enterprise-packerbuilds-notifications") %>>
<a href="/docs/enterprise/packer/builds/notifications.html">Build Notifications</a>
</li>
<li<%= sidebar_current("docs-enterprise-packerbuilds-scheduling") %>>
<a href="/docs/enterprise/packer/builds/scheduling-builds.html">Scheduling Builds</a>
</li>
<li<%= sidebar_current("docs-enterprise-packerbuilds-versions") %>>
<a href="/docs/enterprise/packer/builds/managing-packer-versions.html">Managing Packer Versions</a>
</li>
<li<%= sidebar_current("docs-enterprise-packerbuilds-troubleshooting") %>>
<a href="/docs/enterprise/packer/builds/troubleshooting.html">Troubleshooting</a>
</li>
</ul>
</li>
<li<%= sidebar_current("docs-enterprise-api") %>>
<a href="/docs/enterprise/api/index.html">API</a>
<ul class="nav nav-visible">
<li<%= sidebar_current("docs-enterprise-api-environments") %>>
<a href="/docs/enterprise/api/environments.html">Environments</a>
</li>
<li<%= sidebar_current("docs-enterprise-api-runs") %>>
<a href="/docs/enterprise/api/runs.html">Runs</a>
</li>
<li<%= sidebar_current("docs-enterprise-api-states") %>>
<a href="/docs/enterprise/api/states.html">States</a>
</li>
<li<%= sidebar_current("docs-enterprise-api-configurations") %>>
<a href="/docs/enterprise/api/configurations.html">Configurations</a>
</li>
<li<%= sidebar_current("docs-enterprise-api-configversions") %>>
<a href="/docs/enterprise/api/configuration-versions.html">Configuration Versions</a>
</li>
<li<%= sidebar_current("docs-enterprise-api-users") %>>
<a href="/docs/enterprise/api/users.html">Users</a>
</li>
</ul>
</li>
<li<%= sidebar_current("docs-enterprise-accounts") %>>
<a href="/docs/enterprise/user-accounts/index.html">User Accounts</a>
<ul class="nav nav-visible">
<li<%= sidebar_current("docs-enterprise-accounts-authentication") %>>
<a href="/docs/enterprise/user-accounts/authentication.html">Authentication</a>
</li>
<li<%= sidebar_current("docs-enterprise-accounts-recovery") %>>
<a href="/docs/enterprise/user-accounts/recovery.html">Recovery</a>
</li>
</ul>
</li>
<li<%= sidebar_current("docs-enterprise-organizations") %>>
<a href="/docs/enterprise/organizations/index.html">Organizations</a>
<ul class="nav nav-visible">
<li<%= sidebar_current("docs-enterprise-organizations-create") %>>
<a href="/docs/enterprise/organizations/create.html">Create</a>
</li>
<li<%= sidebar_current("docs-enterprise-organizations-trials") %>>
<a href="/docs/enterprise/organizations/trials.html">Trials</a>
</li>
<li<%= sidebar_current("docs-enterprise-organizations-migrate") %>>
<a href="/docs/enterprise/organizations/migrate.html">Migrate</a>
</li>
<li<%= sidebar_current("docs-enterprise-organizations-policy") %>>
<a href="/docs/enterprise/organizations/authentication-policy.html">Authentication Policy</a>
</li>
<li<%= sidebar_current("docs-enterprise-organizations-credit") %>>
<a href="/docs/enterprise/organizations/credit-card.html">Add Credit Card</a>
</li>
</ul>
</li>
<li<%= sidebar_current("docs-enterprise-glossary") %>>
<a href="/docs/enterprise/glossary/index.html">Glossary</a>
</li>
<li<%= sidebar_current("docs-enterprise-faq") %>>
<a href="/docs/enterprise/faq/index.html">FAQ</a>
<ul class="nav nav-visible">
<li<%= sidebar_current("docs-enterprise-faq-monolithic") %>>
<a href="/docs/enterprise/faq/monolithic-artifacts.html">Monolithic Artifacts</a>
</li>
<li<%= sidebar_current("docs-enterprise-faq-deployments") %>>
<a href="/docs/enterprise/faq/rolling-deployments.html">Rolling Deployments</a>
</li>
</ul>
</li>
<li<%= sidebar_current("docs-enterprise-support") %>>
<a href="/docs/enterprise/support.html">Contact Support</a>