From f32babdf29021fe9478ef155175f9ce4d706cd10 Mon Sep 17 00:00:00 2001 From: Joel Brenchley Date: Wed, 3 Apr 2024 22:29:18 -0400 Subject: [PATCH] Use make generate for docs --- .web-docs/components/builder/clone/README.md | 4 ++-- .web-docs/components/builder/iso/README.md | 4 ++-- docs-partials/builder/proxmox/common/Config-not-required.mdx | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.web-docs/components/builder/clone/README.md b/.web-docs/components/builder/clone/README.md index 47f9d9a6..8bb8ea24 100644 --- a/.web-docs/components/builder/clone/README.md +++ b/.web-docs/components/builder/clone/README.md @@ -266,8 +266,8 @@ boot time. - `cloud_init_storage_pool` (string) - Name of the Proxmox storage pool to store the Cloud-Init CDROM on. If not given, the storage pool of the boot device will be used. -- `cloud_init_disk_type` (string) - The type of Cloud-Init disk. - Can be `scsi`, `sata`, or `ide`. If not given, defaults to `ide`. +- `cloud_init_disk_type` (string) - The type of Cloud-Init disk. Can be `scsi`, `sata`, or `ide` + If not given, defaults to `ide`. - `additional_iso_files` ([]additionalISOsConfig) - Additional ISO files attached to the virtual machine. See [Additional ISO Files](#additional-iso-files). diff --git a/.web-docs/components/builder/iso/README.md b/.web-docs/components/builder/iso/README.md index 10b8e2ab..6f50a328 100644 --- a/.web-docs/components/builder/iso/README.md +++ b/.web-docs/components/builder/iso/README.md @@ -197,8 +197,8 @@ in the image's Cloud-Init settings for provisioning. - `cloud_init_storage_pool` (string) - Name of the Proxmox storage pool to store the Cloud-Init CDROM on. If not given, the storage pool of the boot device will be used. -- `cloud_init_disk_type` (string) - The type of Cloud-Init disk. - Can be `scsi`, `sata`, or `ide`. If not given, defaults to `ide`. +- `cloud_init_disk_type` (string) - The type of Cloud-Init disk. Can be `scsi`, `sata`, or `ide` + If not given, defaults to `ide`. - `additional_iso_files` ([]additionalISOsConfig) - Additional ISO files attached to the virtual machine. See [Additional ISO Files](#additional-iso-files). diff --git a/docs-partials/builder/proxmox/common/Config-not-required.mdx b/docs-partials/builder/proxmox/common/Config-not-required.mdx index b1b2557e..49ad2f86 100644 --- a/docs-partials/builder/proxmox/common/Config-not-required.mdx +++ b/docs-partials/builder/proxmox/common/Config-not-required.mdx @@ -129,8 +129,8 @@ - `cloud_init_storage_pool` (string) - Name of the Proxmox storage pool to store the Cloud-Init CDROM on. If not given, the storage pool of the boot device will be used. -- `cloud_init_disk_type` (string) - The type of Cloud-Init disk. - Can be `scsi`, `sata`, or `ide`. If not given, defaults to `ide`. +- `cloud_init_disk_type` (string) - The type of Cloud-Init disk. Can be `scsi`, `sata`, or `ide` + If not given, defaults to `ide`. - `additional_iso_files` ([]additionalISOsConfig) - Additional ISO files attached to the virtual machine. See [Additional ISO Files](#additional-iso-files).