7 Commits

Author SHA1 Message Date
Meitar M
9f0d4ef074
Actually remove all references to symbol syntax. 2020-03-06 18:35:55 -05:00
Meitar M
945e623f6d
Remove referencese to symbol syntax. 2020-03-06 17:46:04 -05:00
Meitar M
9951656cb6
Fix typo and use keyword argument syntax for consistency. 2020-03-06 17:44:51 -05:00
Meitar M
0361f9aa72
Document ability to specify which host-only network.
Although it has been possible to specify a specific VirtualBox host-only network
to attach a machine's NIC to, this was never mentioned by the documentation in
the VirtualBox provider's networking section. I had to spelunk through the issue
tracker to find an example of this.

This patch adds a code example along with a short description of the ability in
human language prose, and a link to the relevant section in the VirtualBox User
Manual about "Host-Only Networking."
2020-03-05 21:22:09 -05:00
bdickensheets
8ccabd90f7
Update to virtualbox documentation link 2019-01-20 19:53:22 +02:00
Daniel Dương
829f9eceae
Fix a link to Virtualbox's documentation 2019-01-04 18:43:19 -02:00
Seth Vargo
5093f3120e Merge docs and www into a single static site
This is a big commit, and I apologize in advance for the future
git-blames all pointing to me. This commit does a few things:

1.  Merges the website/docs and website/www repo into a single website repo
    to be in line with other HashiCorp projects
2.  Updates to use middleman-hashicorp
3.  Converts less to scss to be in line with other projects
4.  Updates page styles to be in line with other projects
5.  Optimizes images
6.  Prepare for S3 + Fastly deployment with scripts, etc.
7.  Removes blog posts (they have been transferred to hashicorp.com with
    redirects in place
8.  Updated sitemap generation script for better SEO
9.  Fixed many broken links
10. Add description to all fields
2016-01-19 14:35:05 -05:00