From 49a76bb1a10c56ab2537e83b4b9fb20d2c7c9b9e Mon Sep 17 00:00:00 2001 From: Pavel Boldyrev <627562+bpg@users.noreply.github.com> Date: Sat, 27 Jan 2024 22:16:53 -0500 Subject: [PATCH] fix(docs): fix documentation tree structure in the TF registry (#980) Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com> --- docs/guides/cloud-image.md | 5 ++--- docs/guides/cloud-init.md | 5 ++--- docs/guides/setup-proxmox-for-tests.md | 7 +++---- docs/index.md | 1 + release-please-config.json | 9 +++++---- 5 files changed, 13 insertions(+), 14 deletions(-) diff --git a/docs/guides/cloud-image.md b/docs/guides/cloud-image.md index 6a338055..f1ca7263 100644 --- a/docs/guides/cloud-image.md +++ b/docs/guides/cloud-image.md @@ -1,8 +1,7 @@ --- layout: page -title: Create a VM from a Cloud Image -parent: Guides -subcategory: Virtual Environment +page_title: "Create a VM from a Cloud Image" +subcategory: Guides description: |- This guide explains how to create a VM from a cloud image. --- diff --git a/docs/guides/cloud-init.md b/docs/guides/cloud-init.md index 2eeff976..f81d28f0 100644 --- a/docs/guides/cloud-init.md +++ b/docs/guides/cloud-init.md @@ -1,8 +1,7 @@ --- layout: page -title: Configure a VM with Cloud-Init -parent: Guides -subcategory: Virtual Environment +page_title: "Configure a VM with Cloud-Init" +subcategory: Guides description: |- This guide explains how to use the Proxmox provider to create and manage virtual machines using cloud-init. --- diff --git a/docs/guides/setup-proxmox-for-tests.md b/docs/guides/setup-proxmox-for-tests.md index bb64190c..2d2f9f72 100644 --- a/docs/guides/setup-proxmox-for-tests.md +++ b/docs/guides/setup-proxmox-for-tests.md @@ -1,8 +1,7 @@ --- layout: page -title: Setup a VM with Proxmox -parent: Guides -subcategory: Virtual Environment +page_title: "Setup a VM with Proxmox" +subcategory: Guides description: |- This guide will help you setup a proxmox node in VM using virt-manager for a job. --- @@ -93,4 +92,4 @@ Goal is to have a proxmox node in VM using for a job 10. Now you can run `make example`. -11. If you see error with proxmox_virtual_environment_file: the datastore "local" does not support content type "snippets"; supported content types are: [backup iso vztmpl], you need to enable them, see . +11. If you see error with proxmox_virtual_environment_file: the datastore "local" does not support content type "snippets"; supported content types are: `[backup, iso, vztmpl]`, you need to enable them, see . diff --git a/docs/index.md b/docs/index.md index 72c36dfe..5f11b539 100644 --- a/docs/index.md +++ b/docs/index.md @@ -231,6 +231,7 @@ provider "proxmox" { socks5_password = "password" # optional } } +``` If enabled, this method will be used for all SSH connections to the target nodes in the cluster. diff --git a/release-please-config.json b/release-please-config.json index e5dceaaa..4d15809b 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -12,10 +12,11 @@ "prerelease": false, "extra-files": [ "Makefile", - "howtos/cloud-image/centos-qcow2/provider.tf", - "howtos/cloud-image/debian-from-storage/provider.tf", - "howtos/cloud-image/ubuntu-img/provider.tf", - "howtos/cloud-init/native/provider.tf" + "examples/guides/cloud-image/centos-qcow2/provider.tf", + "examples/guides/cloud-image/debian-from-storage/provider.tf", + "examples/guides/cloud-image/ubuntu-img/provider.tf", + "examples/guides/cloud-init/custom/provider.tf", + "examples/guides/cloud-init/native/provider.tf" ], "changelog-sections": [ {