diff --git a/internal/provider/template.go b/internal/provider/template.go index 5876648..9a965fc 100644 --- a/internal/provider/template.go +++ b/internal/provider/template.go @@ -331,7 +331,6 @@ description: |- const defaultProviderTemplate providerTemplate = `--- ` + frontmatterComment + ` page_title: "{{.ProviderShortName}} Provider" -subcategory: "" description: |- {{ .Description | plainmarkdown | trimspace | prefixlines " " }} ---