Merge pull request #12076 from hashicorp/je.mdx-remote-upgrade

MDX Remote Upgrade
This commit is contained in:
Jeff Escalante 2020-12-03 11:43:36 -05:00 committed by GitHub
commit f2d851b04f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
231 changed files with 3325 additions and 5267 deletions

View File

@ -1,4 +0,0 @@
module.exports = {
presets: ['next/babel'],
plugins: ['import-glob-array'],
}

View File

@ -30,9 +30,8 @@ You may also wish to consult the
environmental variables that can be used to configure and control
Vagrant in a global way.
## Autocompletion
Vagrant provides the ability to autocomplete commands. Currently, the
Vagrant provides the ability to autocomplete commands. Currently, the
`bash` and `zsh` shells are supported. These can be enabled by running
`vagrant autocomplete install --bash --zsh`.
`vagrant autocomplete install --bash --zsh`.

View File

@ -26,7 +26,7 @@ Vagrant Disks has several options that allow users to define and attach disks to
- `primary` (boolean) - Optional argument that configures a given disk to be
the "primary" disk to manage on the guest. There can only be one `primary`
disk per guest, and it must be of type `:disk`. Defaults to `false` if not
disk per guest, and it must be of type `:disk`. Defaults to `false` if not
specified.
- `provider_config` (hash) - Additional provider specific options for managing a given disk. Please refer to

View File

@ -33,7 +33,7 @@ Therefore if your primary disk is attached to a SATA Controller and you try to
define and attach more than 30, it will result in an error. This number
_includes_ the primary disk for the guest.
DVD attachments are subject to the same limits. Optical disk attachments will
DVD attachments are subject to the same limits. Optical disk attachments will
be attached to the storage controller with the highest boot priority (usually
the IDE controller).

View File

@ -15,7 +15,7 @@ Welcome to the documentation for Vagrant - the command line utility for managing
the lifecycle of virtual machines. This website aims to document every feature
of Vagrant from top-to-bottom, covering as much detail as possible. If you are
just getting started with Vagrant, we highly recommended starting with
the [getting started tutorial](https://learn.hashicorp.com/vagrant) on
the [getting started tutorial](https://learn.hashicorp.com/vagrant) on
HashiCorp's Learn platform first, and then returning to this page.
The navigation will take you through each component of Vagrant. Click on a

Some files were not shown because too many files have changed in this diff Show More