From 567351a2af962c07a60cd8ea9e2b9b4804bd19fb Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Thu, 30 Jan 2020 15:31:49 -0800 Subject: [PATCH] Disk doc updates --- website/source/docs/disks/configuration.html.md | 2 +- website/source/docs/disks/index.html.md | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/website/source/docs/disks/configuration.html.md b/website/source/docs/disks/configuration.html.md index 99a97316b..fecef6b21 100644 --- a/website/source/docs/disks/configuration.html.md +++ b/website/source/docs/disks/configuration.html.md @@ -18,7 +18,7 @@ supported disk extensions, please check the specific provider being used. * `file` (string) - Optional argument that defines a path on disk pointing to the location of a disk file that already exists. * `name` (string) - Required option to give the disk a name. This name will be -used as a filename when creating the disk. +used as the filename when creating the disk. * `primary` (boolean) - Optional argument that configures a given disk to be the "primary" disk to manage on the guest. There can only be one `primary` disk per guest. Defaults to `false` if not specified. diff --git a/website/source/docs/disks/index.html.md b/website/source/docs/disks/index.html.md index 2830aa8d9..c9494819d 100644 --- a/website/source/docs/disks/index.html.md +++ b/website/source/docs/disks/index.html.md @@ -11,12 +11,14 @@ description: |-
Warning! This feature is experimental and may break or change in between releases. Use at your own risk. It currently is not officially - supported or functional. + supported or functional. Please refer to the providier specific disk documentation + for more information on how to use and enable this feature.
Vagrant Disks is a feature that allows users to define what mediums should be attached -to their guests, as well as allowing users to resize their primary disk. For examples -on how to achieve this, among other use cases, please refer to the [usage](/docs/disks/usage.html) +to their guests, as well as allowing users to resize their primary disk. + +For examples on how to achieve this, among other use cases, please refer to the [usage](/docs/disks/usage.html) guide for more information! For more information about what options are available for configuring disks, see the