diff --git a/docs/docs/guides/computed-attributes.mdx b/docs/docs/guides/computed-attributes.mdx index ba6361864f..3cf3d2f75e 100644 --- a/docs/docs/guides/computed-attributes.mdx +++ b/docs/docs/guides/computed-attributes.mdx @@ -66,9 +66,9 @@ nodes: :::note -In your template, you can utilize most of the built-in filters provided by Jinja2! +In your template, you can utilize most of the **filters** provided by **Jinja2** and **Netutils**! -For more information, please consult the [Schema Reference](../reference). +For more information, please consult the [SDK Templating Reference]($(base_url)python-sdk/reference/templating). ::: diff --git a/docs/docs/guides/jinja2-transform.mdx b/docs/docs/guides/jinja2-transform.mdx index e04bda1272..736182f2a4 100644 --- a/docs/docs/guides/jinja2-transform.mdx +++ b/docs/docs/guides/jinja2-transform.mdx @@ -180,6 +180,14 @@ end {% endif %} ``` +:::note + +In your template, you can utilize most of the **filters** provided by **Jinja2** and **Netutils**! + +For more information, please consult the [SDK Templating Reference]($(base_url)python-sdk/reference/templating). + +::: + ## 4. Create a .infrahub.yml file In the .infrahub.yml file you define what transforms you have in your repository that you want to make available for Infrahub.