diff --git a/docs/functions/between.md b/docs/functions/between.md index a7de086..4a10212 100644 --- a/docs/functions/between.md +++ b/docs/functions/between.md @@ -1,6 +1,6 @@ --- page_title: "between function - terraform-provider-assert" -subcategory: "" +subcategory: "Value Comparison Functions" description: |- Checks whether a number is within a given range --- diff --git a/docs/functions/contains.md b/docs/functions/contains.md index 22d356e..ec5b168 100644 --- a/docs/functions/contains.md +++ b/docs/functions/contains.md @@ -1,6 +1,6 @@ --- page_title: "contains function - terraform-provider-assert" -subcategory: "" +subcategory: "Value Comparison Functions" description: |- Checks whether an element is in a list --- diff --git a/docs/functions/ends_with.md b/docs/functions/ends_with.md index 5afba08..a3a68f0 100644 --- a/docs/functions/ends_with.md +++ b/docs/functions/ends_with.md @@ -1,6 +1,6 @@ --- page_title: "ends_with function - terraform-provider-assert" -subcategory: "" +subcategory: "String Functions" description: |- Checks whether a string ends with another string --- diff --git a/docs/functions/equal.md b/docs/functions/equal.md index ddad125..340656f 100644 --- a/docs/functions/equal.md +++ b/docs/functions/equal.md @@ -1,6 +1,6 @@ --- page_title: "equal function - terraform-provider-assert" -subcategory: "" +subcategory: "Value Comparison Functions" description: |- Checks whether an element is equal to another element --- diff --git a/docs/functions/false.md b/docs/functions/false.md index 54185db..d9c6960 100644 --- a/docs/functions/false.md +++ b/docs/functions/false.md @@ -1,6 +1,6 @@ --- page_title: "false function - terraform-provider-assert" -subcategory: "" +subcategory: "Boolean Functions" description: |- Checks whether a boolean value is false --- diff --git a/docs/functions/greater.md b/docs/functions/greater.md index 723b7a0..4eccd3b 100644 --- a/docs/functions/greater.md +++ b/docs/functions/greater.md @@ -1,6 +1,6 @@ --- page_title: "greater function - terraform-provider-assert" -subcategory: "" +subcategory: "Numeric Functions" description: |- Checks whether a number is greater than a given number --- diff --git a/docs/functions/greater_or_equal.md b/docs/functions/greater_or_equal.md index dcdf5d3..803cf50 100644 --- a/docs/functions/greater_or_equal.md +++ b/docs/functions/greater_or_equal.md @@ -1,6 +1,6 @@ --- page_title: "greater_or_equal function - terraform-provider-assert" -subcategory: "" +subcategory: "Numeric Functions" description: |- Checks whether a number is greater than or equal to a given number --- diff --git a/docs/functions/http_client_error.md b/docs/functions/http_client_error.md index e914f27..88d8792 100644 --- a/docs/functions/http_client_error.md +++ b/docs/functions/http_client_error.md @@ -1,6 +1,6 @@ --- page_title: "http_client_error function - terraform-provider-assert" -subcategory: "" +subcategory: "HTTP Status Code Functions" description: |- Checks whether an HTTP status code is a client error status code --- diff --git a/docs/functions/http_redirect.md b/docs/functions/http_redirect.md index fb48f52..92850fc 100644 --- a/docs/functions/http_redirect.md +++ b/docs/functions/http_redirect.md @@ -1,6 +1,6 @@ --- page_title: "http_redirect function - terraform-provider-assert" -subcategory: "" +subcategory: "HTTP Status Code Functions" description: |- Checks whether an HTTP status code is a redirect status code --- diff --git a/docs/functions/http_server_error.md b/docs/functions/http_server_error.md index 84df0fe..1942607 100644 --- a/docs/functions/http_server_error.md +++ b/docs/functions/http_server_error.md @@ -1,6 +1,6 @@ --- page_title: "http_server_error function - terraform-provider-assert" -subcategory: "" +subcategory: "HTTP Status Code Functions" description: |- Checks whether an HTTP status code is a server error status code --- diff --git a/docs/functions/http_success.md b/docs/functions/http_success.md index 46809de..8bfd4fc 100644 --- a/docs/functions/http_success.md +++ b/docs/functions/http_success.md @@ -1,6 +1,6 @@ --- page_title: "http_success function - terraform-provider-assert" -subcategory: "" +subcategory: "HTTP Status Code Functions" description: |- Checks whether an HTTP status code is a success status code --- diff --git a/docs/functions/ip.md b/docs/functions/ip.md index afbc65d..4b270be 100644 --- a/docs/functions/ip.md +++ b/docs/functions/ip.md @@ -1,6 +1,6 @@ --- page_title: "ip function - terraform-provider-assert" -subcategory: "" +subcategory: "IP Address Functions" description: |- Checks whether a string is a valid IP address (IPv4 or IPv6) --- diff --git a/docs/functions/ipv4.md b/docs/functions/ipv4.md index f352bf5..7152477 100644 --- a/docs/functions/ipv4.md +++ b/docs/functions/ipv4.md @@ -1,6 +1,6 @@ --- page_title: "ipv4 function - terraform-provider-assert" -subcategory: "" +subcategory: "IP Address Functions" description: |- Checks whether a string is a valid IPv4 address --- diff --git a/docs/functions/ipv6.md b/docs/functions/ipv6.md index 26a7a93..1c81eba 100644 --- a/docs/functions/ipv6.md +++ b/docs/functions/ipv6.md @@ -1,6 +1,6 @@ --- page_title: "ipv6 function - terraform-provider-assert" -subcategory: "" +subcategory: "IP Address Functions" description: |- Checks whether a string is a valid IPv6 address --- diff --git a/docs/functions/less.md b/docs/functions/less.md index 8c90925..92c3d01 100644 --- a/docs/functions/less.md +++ b/docs/functions/less.md @@ -1,6 +1,6 @@ --- page_title: "less function - terraform-provider-assert" -subcategory: "" +subcategory: "Numeric Functions" description: |- Checks whether a number is less than a given number --- diff --git a/docs/functions/less_or_equal.md b/docs/functions/less_or_equal.md index 98da8d0..c8c611f 100644 --- a/docs/functions/less_or_equal.md +++ b/docs/functions/less_or_equal.md @@ -1,6 +1,6 @@ --- page_title: "less_or_equal function - terraform-provider-assert" -subcategory: "" +subcategory: "Numeric Functions" description: |- Checks whether a number is less than or equal to a given number --- diff --git a/docs/functions/lowercased.md b/docs/functions/lowercased.md index bcd0335..8981b3a 100644 --- a/docs/functions/lowercased.md +++ b/docs/functions/lowercased.md @@ -1,6 +1,6 @@ --- page_title: "lowercased function - terraform-provider-assert" -subcategory: "" +subcategory: "String Functions" description: |- Checks whether a string is lowercased --- diff --git a/docs/functions/not_equal.md b/docs/functions/not_equal.md index a79beb7..c6eff60 100644 --- a/docs/functions/not_equal.md +++ b/docs/functions/not_equal.md @@ -1,6 +1,6 @@ --- page_title: "not_equal function - terraform-provider-assert" -subcategory: "" +subcategory: "Value Comparison Functions" description: |- Checks whether an element is not equal to another element --- diff --git a/docs/functions/not_null.md b/docs/functions/not_null.md index eab28f3..796c54f 100644 --- a/docs/functions/not_null.md +++ b/docs/functions/not_null.md @@ -1,6 +1,6 @@ --- page_title: "not_null function - terraform-provider-assert" -subcategory: "" +subcategory: "Null Functions" description: |- Checks whether a given argument is not null --- diff --git a/docs/functions/null.md b/docs/functions/null.md index 8808d55..b41ea75 100644 --- a/docs/functions/null.md +++ b/docs/functions/null.md @@ -1,6 +1,6 @@ --- page_title: "null function - terraform-provider-assert" -subcategory: "" +subcategory: "Null Functions" description: |- Checks whether a given argument is null --- diff --git a/docs/functions/starts_with.md b/docs/functions/starts_with.md index 3ff18c5..da291d5 100644 --- a/docs/functions/starts_with.md +++ b/docs/functions/starts_with.md @@ -1,6 +1,6 @@ --- page_title: "starts_with function - terraform-provider-assert" -subcategory: "" +subcategory: "String Functions" description: |- Checks whether a string starts with another string --- diff --git a/docs/functions/true.md b/docs/functions/true.md index 3e9847d..12e52c3 100644 --- a/docs/functions/true.md +++ b/docs/functions/true.md @@ -1,6 +1,6 @@ --- page_title: "true function - terraform-provider-assert" -subcategory: "" +subcategory: "Boolean Functions" description: |- Checks whether a boolean value is true --- diff --git a/docs/functions/uppercased.md b/docs/functions/uppercased.md index e2c528b..48308d4 100644 --- a/docs/functions/uppercased.md +++ b/docs/functions/uppercased.md @@ -1,6 +1,6 @@ --- page_title: "uppercased function - terraform-provider-assert" -subcategory: "" +subcategory: "String Functions" description: |- Checks whether a string is uppercased --- diff --git a/docs/functions/valid_json.md b/docs/functions/valid_json.md index 9863c3c..cb667ef 100644 --- a/docs/functions/valid_json.md +++ b/docs/functions/valid_json.md @@ -1,6 +1,6 @@ --- page_title: "valid_json function - terraform-provider-assert" -subcategory: "" +subcategory: "Data Validation Functions" description: |- Checks whether a string is valid JSON --- diff --git a/docs/functions/valid_yaml.md b/docs/functions/valid_yaml.md index 0187170..ba97d90 100644 --- a/docs/functions/valid_yaml.md +++ b/docs/functions/valid_yaml.md @@ -1,6 +1,6 @@ --- page_title: "valid_yaml function - terraform-provider-assert" -subcategory: "" +subcategory: "Data Validation Functions" description: |- Checks whether a string is valid YAML --- diff --git a/templates/functions/between.md.tmpl b/templates/functions/between.md.tmpl index 91b0e70..9a14d88 100644 --- a/templates/functions/between.md.tmpl +++ b/templates/functions/between.md.tmpl @@ -1,6 +1,6 @@ --- page_title: "{{.Name}} {{.Type}} - {{.ProviderName}}" -subcategory: "" +subcategory: "Value Comparison Functions" description: |- {{ .Summary | plainmarkdown | trimspace | prefixlines " " }} --- diff --git a/templates/functions/contains.md.tmpl b/templates/functions/contains.md.tmpl index 91b0e70..9a14d88 100644 --- a/templates/functions/contains.md.tmpl +++ b/templates/functions/contains.md.tmpl @@ -1,6 +1,6 @@ --- page_title: "{{.Name}} {{.Type}} - {{.ProviderName}}" -subcategory: "" +subcategory: "Value Comparison Functions" description: |- {{ .Summary | plainmarkdown | trimspace | prefixlines " " }} --- diff --git a/templates/functions/ends_with.md.tmpl b/templates/functions/ends_with.md.tmpl index 91b0e70..5649efe 100644 --- a/templates/functions/ends_with.md.tmpl +++ b/templates/functions/ends_with.md.tmpl @@ -1,6 +1,6 @@ --- page_title: "{{.Name}} {{.Type}} - {{.ProviderName}}" -subcategory: "" +subcategory: "String Functions" description: |- {{ .Summary | plainmarkdown | trimspace | prefixlines " " }} --- diff --git a/templates/functions/equal.md.tmpl b/templates/functions/equal.md.tmpl index 91b0e70..9a14d88 100644 --- a/templates/functions/equal.md.tmpl +++ b/templates/functions/equal.md.tmpl @@ -1,6 +1,6 @@ --- page_title: "{{.Name}} {{.Type}} - {{.ProviderName}}" -subcategory: "" +subcategory: "Value Comparison Functions" description: |- {{ .Summary | plainmarkdown | trimspace | prefixlines " " }} --- diff --git a/templates/functions/false.md.tmpl b/templates/functions/false.md.tmpl index 91b0e70..4e4cbaf 100644 --- a/templates/functions/false.md.tmpl +++ b/templates/functions/false.md.tmpl @@ -1,6 +1,6 @@ --- page_title: "{{.Name}} {{.Type}} - {{.ProviderName}}" -subcategory: "" +subcategory: "Boolean Functions" description: |- {{ .Summary | plainmarkdown | trimspace | prefixlines " " }} --- diff --git a/templates/functions/greater.md.tmpl b/templates/functions/greater.md.tmpl index 91b0e70..16f543b 100644 --- a/templates/functions/greater.md.tmpl +++ b/templates/functions/greater.md.tmpl @@ -1,6 +1,6 @@ --- page_title: "{{.Name}} {{.Type}} - {{.ProviderName}}" -subcategory: "" +subcategory: "Numeric Functions" description: |- {{ .Summary | plainmarkdown | trimspace | prefixlines " " }} --- diff --git a/templates/functions/greater_or_equal.md.tmpl b/templates/functions/greater_or_equal.md.tmpl index 91b0e70..16f543b 100644 --- a/templates/functions/greater_or_equal.md.tmpl +++ b/templates/functions/greater_or_equal.md.tmpl @@ -1,6 +1,6 @@ --- page_title: "{{.Name}} {{.Type}} - {{.ProviderName}}" -subcategory: "" +subcategory: "Numeric Functions" description: |- {{ .Summary | plainmarkdown | trimspace | prefixlines " " }} --- diff --git a/templates/functions/http_client_error.md.tmpl b/templates/functions/http_client_error.md.tmpl index 0f90bf9..6a289e6 100644 --- a/templates/functions/http_client_error.md.tmpl +++ b/templates/functions/http_client_error.md.tmpl @@ -1,6 +1,6 @@ --- page_title: "{{.Name}} {{.Type}} - {{.ProviderName}}" -subcategory: "" +subcategory: "HTTP Status Code Functions" description: |- {{ .Summary | plainmarkdown | trimspace | prefixlines " " }} --- diff --git a/templates/functions/http_redirect.md.tmpl b/templates/functions/http_redirect.md.tmpl index 0f90bf9..6a289e6 100644 --- a/templates/functions/http_redirect.md.tmpl +++ b/templates/functions/http_redirect.md.tmpl @@ -1,6 +1,6 @@ --- page_title: "{{.Name}} {{.Type}} - {{.ProviderName}}" -subcategory: "" +subcategory: "HTTP Status Code Functions" description: |- {{ .Summary | plainmarkdown | trimspace | prefixlines " " }} --- diff --git a/templates/functions/http_server_error.md.tmpl b/templates/functions/http_server_error.md.tmpl index 0f90bf9..6a289e6 100644 --- a/templates/functions/http_server_error.md.tmpl +++ b/templates/functions/http_server_error.md.tmpl @@ -1,6 +1,6 @@ --- page_title: "{{.Name}} {{.Type}} - {{.ProviderName}}" -subcategory: "" +subcategory: "HTTP Status Code Functions" description: |- {{ .Summary | plainmarkdown | trimspace | prefixlines " " }} --- diff --git a/templates/functions/http_success.md.tmpl b/templates/functions/http_success.md.tmpl index 0f90bf9..6a289e6 100644 --- a/templates/functions/http_success.md.tmpl +++ b/templates/functions/http_success.md.tmpl @@ -1,6 +1,6 @@ --- page_title: "{{.Name}} {{.Type}} - {{.ProviderName}}" -subcategory: "" +subcategory: "HTTP Status Code Functions" description: |- {{ .Summary | plainmarkdown | trimspace | prefixlines " " }} --- diff --git a/templates/functions/ip.md.tmpl b/templates/functions/ip.md.tmpl index 91b0e70..337fa57 100644 --- a/templates/functions/ip.md.tmpl +++ b/templates/functions/ip.md.tmpl @@ -1,6 +1,6 @@ --- page_title: "{{.Name}} {{.Type}} - {{.ProviderName}}" -subcategory: "" +subcategory: "IP Address Functions" description: |- {{ .Summary | plainmarkdown | trimspace | prefixlines " " }} --- diff --git a/templates/functions/ipv4.md.tmpl b/templates/functions/ipv4.md.tmpl index 91b0e70..337fa57 100644 --- a/templates/functions/ipv4.md.tmpl +++ b/templates/functions/ipv4.md.tmpl @@ -1,6 +1,6 @@ --- page_title: "{{.Name}} {{.Type}} - {{.ProviderName}}" -subcategory: "" +subcategory: "IP Address Functions" description: |- {{ .Summary | plainmarkdown | trimspace | prefixlines " " }} --- diff --git a/templates/functions/ipv6.md.tmpl b/templates/functions/ipv6.md.tmpl index 91b0e70..337fa57 100644 --- a/templates/functions/ipv6.md.tmpl +++ b/templates/functions/ipv6.md.tmpl @@ -1,6 +1,6 @@ --- page_title: "{{.Name}} {{.Type}} - {{.ProviderName}}" -subcategory: "" +subcategory: "IP Address Functions" description: |- {{ .Summary | plainmarkdown | trimspace | prefixlines " " }} --- diff --git a/templates/functions/less.md.tmpl b/templates/functions/less.md.tmpl index 91b0e70..16f543b 100644 --- a/templates/functions/less.md.tmpl +++ b/templates/functions/less.md.tmpl @@ -1,6 +1,6 @@ --- page_title: "{{.Name}} {{.Type}} - {{.ProviderName}}" -subcategory: "" +subcategory: "Numeric Functions" description: |- {{ .Summary | plainmarkdown | trimspace | prefixlines " " }} --- diff --git a/templates/functions/less_or_equal.md.tmpl b/templates/functions/less_or_equal.md.tmpl index 91b0e70..16f543b 100644 --- a/templates/functions/less_or_equal.md.tmpl +++ b/templates/functions/less_or_equal.md.tmpl @@ -1,6 +1,6 @@ --- page_title: "{{.Name}} {{.Type}} - {{.ProviderName}}" -subcategory: "" +subcategory: "Numeric Functions" description: |- {{ .Summary | plainmarkdown | trimspace | prefixlines " " }} --- diff --git a/templates/functions/lowercased.md.tmpl b/templates/functions/lowercased.md.tmpl index b89e387..b2bdd41 100644 --- a/templates/functions/lowercased.md.tmpl +++ b/templates/functions/lowercased.md.tmpl @@ -1,6 +1,6 @@ --- page_title: "{{.Name}} {{.Type}} - {{.ProviderName}}" -subcategory: "" +subcategory: "String Functions" description: |- {{ .Summary | plainmarkdown | trimspace | prefixlines " " }} --- diff --git a/templates/functions/not_equal.md.tmpl b/templates/functions/not_equal.md.tmpl index 91b0e70..9a14d88 100644 --- a/templates/functions/not_equal.md.tmpl +++ b/templates/functions/not_equal.md.tmpl @@ -1,6 +1,6 @@ --- page_title: "{{.Name}} {{.Type}} - {{.ProviderName}}" -subcategory: "" +subcategory: "Value Comparison Functions" description: |- {{ .Summary | plainmarkdown | trimspace | prefixlines " " }} --- diff --git a/templates/functions/not_null.md.tmpl b/templates/functions/not_null.md.tmpl index 91b0e70..192de73 100644 --- a/templates/functions/not_null.md.tmpl +++ b/templates/functions/not_null.md.tmpl @@ -1,6 +1,6 @@ --- page_title: "{{.Name}} {{.Type}} - {{.ProviderName}}" -subcategory: "" +subcategory: "Null Functions" description: |- {{ .Summary | plainmarkdown | trimspace | prefixlines " " }} --- diff --git a/templates/functions/null.md.tmpl b/templates/functions/null.md.tmpl index 91b0e70..192de73 100644 --- a/templates/functions/null.md.tmpl +++ b/templates/functions/null.md.tmpl @@ -1,6 +1,6 @@ --- page_title: "{{.Name}} {{.Type}} - {{.ProviderName}}" -subcategory: "" +subcategory: "Null Functions" description: |- {{ .Summary | plainmarkdown | trimspace | prefixlines " " }} --- diff --git a/templates/functions/starts_with.md.tmpl b/templates/functions/starts_with.md.tmpl index 91b0e70..5649efe 100644 --- a/templates/functions/starts_with.md.tmpl +++ b/templates/functions/starts_with.md.tmpl @@ -1,6 +1,6 @@ --- page_title: "{{.Name}} {{.Type}} - {{.ProviderName}}" -subcategory: "" +subcategory: "String Functions" description: |- {{ .Summary | plainmarkdown | trimspace | prefixlines " " }} --- diff --git a/templates/functions/true.md.tmpl b/templates/functions/true.md.tmpl index 91b0e70..4e4cbaf 100644 --- a/templates/functions/true.md.tmpl +++ b/templates/functions/true.md.tmpl @@ -1,6 +1,6 @@ --- page_title: "{{.Name}} {{.Type}} - {{.ProviderName}}" -subcategory: "" +subcategory: "Boolean Functions" description: |- {{ .Summary | plainmarkdown | trimspace | prefixlines " " }} --- diff --git a/templates/functions/uppercased.md.tmpl b/templates/functions/uppercased.md.tmpl index b89e387..b2bdd41 100644 --- a/templates/functions/uppercased.md.tmpl +++ b/templates/functions/uppercased.md.tmpl @@ -1,6 +1,6 @@ --- page_title: "{{.Name}} {{.Type}} - {{.ProviderName}}" -subcategory: "" +subcategory: "String Functions" description: |- {{ .Summary | plainmarkdown | trimspace | prefixlines " " }} --- diff --git a/templates/functions/valid_json.md.tmpl b/templates/functions/valid_json.md.tmpl index 91b0e70..44c395a 100644 --- a/templates/functions/valid_json.md.tmpl +++ b/templates/functions/valid_json.md.tmpl @@ -1,6 +1,6 @@ --- page_title: "{{.Name}} {{.Type}} - {{.ProviderName}}" -subcategory: "" +subcategory: "Data Validation Functions" description: |- {{ .Summary | plainmarkdown | trimspace | prefixlines " " }} --- diff --git a/templates/functions/valid_yaml.md.tmpl b/templates/functions/valid_yaml.md.tmpl index 91b0e70..44c395a 100644 --- a/templates/functions/valid_yaml.md.tmpl +++ b/templates/functions/valid_yaml.md.tmpl @@ -1,6 +1,6 @@ --- page_title: "{{.Name}} {{.Type}} - {{.ProviderName}}" -subcategory: "" +subcategory: "Data Validation Functions" description: |- {{ .Summary | plainmarkdown | trimspace | prefixlines " " }} ---