diff --git a/website/content/docs/providers/parallels.mdx b/website/content/docs/providers/parallels.mdx new file mode 100644 index 00000000000..c47b473d487 --- /dev/null +++ b/website/content/docs/providers/parallels.mdx @@ -0,0 +1,21 @@ +--- +layout: docs +page_title: Parallels Desktop Provider +description: |- + Parallels offer a free Vagrant provider to manage Parallels Desktop for Mac-based virtual machines. + There is a website with detailed documentation. +--- + +# Parallels + +The Parallels provider for Vagrant is officially supported by [Parallels](https://www.parallels.com) and +allows managing Parallels Desktop for Mac virtual machines. +Both Intel and Apple M1-powered Mac computers are supported. + +The Parallels provider is free and open for contributions on the [GitHub](https://github.com/Parallels/vagrant-parallels). + +The Parallels provider is compatible with the latest versions of Parallels Desktop for Mac and works with + "Pro" and "Business" editions. Please note that Parallels Desktop is a third-party product +that must be purchased and installed separately before using the provider. + +Learn more about the Parallels provider installation, configuration, and boxes with the [Vagrant Parallels Provider documentation](https://parallels.github.io/vagrant-parallels/docs/). diff --git a/website/data/docs-nav-data.json b/website/data/docs-nav-data.json index 75d24d407ab..b4e46059d73 100644 --- a/website/data/docs-nav-data.json +++ b/website/data/docs-nav-data.json @@ -643,6 +643,10 @@ } ] }, + { + "title": "Parallels Provider", + "path": "providers/parallels" + }, { "title": "Custom Provider", "path": "providers/custom"