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" page_title: "Configuration Versions API"
sidebar_current: "docs-enterprise-api-configversions" sidebar_current: "docs-enterprise-api-configurations"
description: |- description: |-
A configuration version represents versions of Terraform configuration. A configuration version represents versions of Terraform configuration.
--- ---

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,7 +1,7 @@
--- ---
layout: "packer" layout: "enterprise"
page_title: "Packer Build Environment" page_title: "Packer Build Environment"
sidebar_current: "docs-enterprise-packer-builds-environment" sidebar_current: "docs-enterprise-packerbuilds-environment"
description: |- description: |-
This page outlines the environment that Packer runs in within Terraform Enterprise. 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" page_title: "Running Packer Builds"
sidebar_current: "docs-enterprise-packer-builds-runbuilds" sidebar_current: "docs-enterprise-packerbuilds-runbuilds"
description: |- description: |-
This briefly covers the internal process of running builds in Terraform Enterprise. 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" page_title: "About Builds"
sidebar_current: "docs-enterprise-packer-builds" sidebar_current: "docs-enterprise-packerbuilds"
description: |- description: |-
Builds are instances of `packer build` being run within Terraform Enterprise. 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" page_title: "Installing Software with Packer"
sidebar_current: "docs-enterprise-packer-builds-installing" sidebar_current: "docs-enterprise-packerbuilds-installing"
description: |- description: |-
Installing software with Packer. Installing software with Packer.
--- ---

View File

@ -1,7 +1,7 @@
--- ---
layout: "packer" layout: "enterprise"
page_title: "Linked Applications" page_title: "Linked Applications"
sidebar_current: "docs-enterprise-packer-builds-linkedapps" sidebar_current: "docs-enterprise-packerbuilds-linkedapps"
description: |- description: |-
Linked applications have been deprecated in favor of the application build pipeline. 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" page_title: "Managing Packer Versions"
sidebar_current: "docs-enterprise-packer-builds-versions" sidebar_current: "docs-enterprise-packerbuilds-versions"
description: |- description: |-
Terraform Enterprise does not automatically upgrade the version of Packer used to run builds or compiles. 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" page_title: "About Packer Build Notifications"
sidebar_current: "docs-enterprise-packer-builds-notifications" sidebar_current: "docs-enterprise-packerbuilds-notifications"
description: |- description: |-
Terraform Enterprise can send build notifications to your organization. Terraform Enterprise can send build notifications to your organization.
--- ---

View File

@ -1,7 +1,7 @@
--- ---
layout: "packer" layout: "enterprise"
page_title: "Rebuilding Builds" page_title: "Rebuilding Builds"
sidebar_current: "docs-enterprise-packer-builds-rebuilding" sidebar_current: "docs-enterprise-packerbuilds-rebuilding"
description: |- description: |-
Sometimes builds fail due to temporary or remotely controlled conditions. 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" page_title: "Schedule Periodic Builds"
sidebar_current: "docs-enterprise-packer-builds-scheduling" sidebar_current: "docs-enterprise-packerbuilds-scheduling"
description: |- description: |-
Terraform Enterprise can automatically run a Packer build and create artifacts on a specified schedule. 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" page_title: "Starting Packer Builds in Terraform Enterprise"
sidebar_current: "docs-enterprise-packer-builds-starting" sidebar_current: "docs-enterprise-packerbuilds-starting"
description: |- description: |-
Packer builds can be started in Terraform Enterprise in two ways. This post is about how. 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" page_title: "Troubleshooting Failing Builds"
sidebar_current: "docs-enterprise-packer-builds-troubleshooting" sidebar_current: "docs-enterprise-packerbuilds-troubleshooting"
description: |- description: |-
Packer builds can fail in Terraform Enterprise for a number of reasons improper configuration, transient networking errors, and hardware constraints are all possible. 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" page_title: "Packer Features in Terraform Enterprise"
sidebar_current: "docs-enterprise-packer-index" sidebar_current: "docs-enterprise-packer-index"
description: |- description: |-

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -11,33 +11,185 @@
<ul class="nav"> <ul class="nav">
<li<%= sidebar_current("docs-enterprise-runs") %>> <li<%= sidebar_current("docs-enterprise-runs") %>>
<a href="/docs/enterprise/runs/index.html">Runs</a> <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>
<li<%= sidebar_current("docs-enterprise-state") %>> <li<%= sidebar_current("docs-enterprise-state") %>>
<a href="/docs/enterprise/state/index.html">State</a> <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>
<li<%= sidebar_current("docs-enterprise-artifact") %>> <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-artifacts") %>>
<a href="/docs/enterprise/artifacts/index.html">Artifacts</a> <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>
<li<%= sidebar_current("docs-enterprise-vcs") %>> <li<%= sidebar_current("docs-enterprise-vcs") %>>
<a href="/docs/enterprise/vcs/index.html">VCS Integration</a> <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>
<li<%= sidebar_current("docs-enterprise-packer") %>> <li<%= sidebar_current("docs-enterprise-vcs-github") %>>
<a href="/docs/enterprise/packer/index.html">Packer</a> <a href="/docs/enterprise/vcs/github.html">GitHub</a>
</li>
</ul>
</li>
<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>
<li<%= sidebar_current("docs-enterprise-api") %>> <li<%= sidebar_current("docs-enterprise-api") %>>
<a href="/docs/enterprise/api/index.html">API</a> <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>
<li<%= sidebar_current("docs-enterprise-accounts") %>> <li<%= sidebar_current("docs-enterprise-accounts") %>>
<a href="/docs/enterprise/user-accounts/index.html">User Accounts</a> <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>
<li<%= sidebar_current("docs-enterprise-organizations") %>> <li<%= sidebar_current("docs-enterprise-organizations") %>>
<a href="/docs/enterprise/organizations/index.html">Organizations</a> <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>
<li<%= sidebar_current("docs-enterprise-glossary") %>> <li<%= sidebar_current("docs-enterprise-glossary") %>>
<a href="/docs/enterprise/glossary/index.html">Glossary</a> <a href="/docs/enterprise/glossary/index.html">Glossary</a>
</li> </li>
<li<%= sidebar_current("docs-enterprise-faq") %>> <li<%= sidebar_current("docs-enterprise-faq") %>>
<a href="/docs/enterprise/faq/index.html">FAQ</a> <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>
<li<%= sidebar_current("docs-enterprise-support") %>> <li<%= sidebar_current("docs-enterprise-support") %>>
<a href="/docs/enterprise/support.html">Contact Support</a> <a href="/docs/enterprise/support.html">Contact Support</a>