Skip to content

Commit

Permalink
Merge pull request #438 from Parallels/docs-hotfix
Browse files Browse the repository at this point in the history
[docs] Hotfix for newlines and whitespaces
  • Loading branch information
legal90 authored Mar 22, 2023
2 parents 660c942 + 71bf0e3 commit 93aac8a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
6 changes: 4 additions & 2 deletions website/docs/source/docs/boxes/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,14 @@ $ vagrant box add bento/ubuntu-18.04

You can also quickly initialize a Vagrant environment with the command:

For Macs with Intel chip:
- For Macs with Intel chip:

```
$ vagrant init bento/ubuntu-18.04
...
```
For Macs with Apple M-series chip:

- For Macs with Apple M-series chip:

```
$ vagrant init bento/ubuntu-20.04-arm64
Expand Down
7 changes: 5 additions & 2 deletions website/docs/source/docs/getting-started.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,15 @@ it using Vagrant. The following describes how to create a virtual machine.

Create a new directory and init the new Vagrant project in it:

For Macs with Intel chip:
- For Macs with Intel chip:

```
$ vagrant init bento/ubuntu-18.04
$ vagrant up --provider=parallels
```
For Macs with Apple M-series chip:

- For Macs with Apple M-series chip:

```
$ vagrant init bento/ubuntu-20.04-arm64
$ vagrant up --provider=parallels
Expand Down
7 changes: 5 additions & 2 deletions website/docs/source/docs/usage.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,20 @@ When Parallels provider is installed it has a higher priority than any other
provider shipped with Vagrant. In most cases you will not have to specify the
provider name, just "vagrant up" will be enough:

For Macs with Intel chip:
- For Macs with Intel chip:

```
$ vagrant init bento/ubuntu-18.04
$ vagrant up
```

For Macs with Apple M-series chip:
- For Macs with Apple M-series chip:

```
$ vagrant init bento/ubuntu-20.04-arm64
$ vagrant up
```

But if you have a multi-provider configuration and/or want to be sure that
exactly `parallels` provider will be used, then you can specify it explicitly:

Expand Down

0 comments on commit 93aac8a

Please # to comment.