update deps, migrate to mdx remote

This commit is contained in:
Jeff Escalante 2020-11-23 22:14:16 -05:00
parent 3b77023ba1
commit 137f194ccf
No known key found for this signature in database
GPG Key ID: 32D23C61AB5450DB
231 changed files with 3251 additions and 5794 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

@ -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