From 173fcb4575391fee45d3f8e366c3ff12c1156ee8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E5=8D=9A=E4=BB=81=20Buo-ren=20Lin?= Date: Wed, 3 Sep 2025 10:37:09 +0800 Subject: [PATCH] Fix outdated supported provider information in the Disks overview page --- website/content/docs/disks/index.mdx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/website/content/docs/disks/index.mdx b/website/content/docs/disks/index.mdx index ceac80ce2..8d2f946f5 100644 --- a/website/content/docs/disks/index.mdx +++ b/website/content/docs/disks/index.mdx @@ -17,4 +17,8 @@ For more information about what options are available for configuring disks, see ## Supported Providers -Currently, only VirtualBox is supported. Please refer to the [VirtualBox documentation](/vagrant/docs/disks/virtualbox) for more information on using disks with the VirtualBox provider! +Currently, only VirtualBox, Hyper-V, and VMware are supported. Refer to the following documentation for more information: + +* [VirtualBox](/vagrant/docs/disks/virtualbox) +* [Hyper-V](/vagrant/docs/disks/hyperv) +* [VMware](/vagrant/docs/disks/vmware)