diff --git a/site/src/content/docs/ref/create.mdx b/site/src/content/docs/ref/create.mdx index 1cc9be3a56..422a887035 100644 --- a/site/src/content/docs/ref/create.mdx +++ b/site/src/content/docs/ref/create.mdx @@ -135,11 +135,7 @@ It is not recommended to use package configuration templates for any `sensitive` You can only template string values in this way as non-string values will not marshal/unmarshal properly through the yaml. -::: - -:::note - -You cannot template the component import path using package configuration templates +Additionally, you cannot template the component import path using package configuration templates :::