Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding parallels documentation to vagrant #13140

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
21 changes: 21 additions & 0 deletions website/content/docs/providers/parallels.mdx
Original file line number Diff line number Diff line change
@@ -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/).
4 changes: 4 additions & 0 deletions website/data/docs-nav-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -643,6 +643,10 @@
}
]
},
{
"title": "Parallels Provider",
"path": "providers/parallels"
},
{
"title": "Custom Provider",
"path": "providers/custom"
Expand Down