Adding parallels documentation to vagrant

This commit is contained in:
cjlapao 2023-05-03 14:46:20 +01:00 committed by cjlapao
parent 01367f8eae
commit fa1d7c5f16
2 changed files with 25 additions and 0 deletions

View file

@ -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/).

View file

@ -643,6 +643,10 @@
}
]
},
{
"title": "Parallels Provider",
"path": "providers/parallels"
},
{
"title": "Custom Provider",
"path": "providers/custom"