Fix outdated supported provider information in the Disks overview page

This commit is contained in:
林博仁 Buo-ren Lin 2025-09-03 10:37:09 +08:00 committed by GitHub
parent f0b1da8c5f
commit 173fcb4575
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)