diff --git a/.web-docs/metadata.hcl b/.web-docs/metadata.hcl index 3152e91..31a65ef 100644 --- a/.web-docs/metadata.hcl +++ b/.web-docs/metadata.hcl @@ -3,7 +3,7 @@ integration { name = "UCloud" description = "The UCloud plugin is able to build customized images for use in UHost Instance." - identifier = "packer/hashicorp/ucloud" + identifier = "packer/ucloud/ucloud" component { type = "builder" name = "UCloud Uhost" diff --git a/GNUmakefile b/GNUmakefile index c11e7b7..8e5653c 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -36,5 +36,5 @@ generate: install-packer-sdc build-docs: install-packer-sdc @if [ -d ".docs" ]; then rm -r ".docs"; fi @packer-sdc renderdocs -src "docs" -partials docs-partials/ -dst ".docs/" - @./.web-docs/scripts/compile-to-webdocs.sh "." ".docs" ".web-docs" "hashicorp" + @./.web-docs/scripts/compile-to-webdocs.sh "." ".docs" ".web-docs" "ucloud" @rm -r ".docs"