Skip to content

Commit

Permalink
feat: set subcategories
Browse files Browse the repository at this point in the history
  • Loading branch information
bschaatsbergen committed Apr 4, 2024
1 parent 85c1a73 commit 60959fd
Show file tree
Hide file tree
Showing 50 changed files with 50 additions and 50 deletions.
2 changes: 1 addition & 1 deletion 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
---
Expand Down
2 changes: 1 addition & 1 deletion 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
---
Expand Down
2 changes: 1 addition & 1 deletion 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
---
Expand Down
2 changes: 1 addition & 1 deletion 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
---
Expand Down
2 changes: 1 addition & 1 deletion 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
---
Expand Down
2 changes: 1 addition & 1 deletion 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
---
Expand Down
2 changes: 1 addition & 1 deletion 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
---
Expand Down
2 changes: 1 addition & 1 deletion 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
---
Expand Down
2 changes: 1 addition & 1 deletion 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
---
Expand Down
2 changes: 1 addition & 1 deletion 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
---
Expand Down
2 changes: 1 addition & 1 deletion 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
---
Expand Down
2 changes: 1 addition & 1 deletion 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)
---
Expand Down
2 changes: 1 addition & 1 deletion 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
---
Expand Down
2 changes: 1 addition & 1 deletion 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
---
Expand Down
2 changes: 1 addition & 1 deletion 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
---
Expand Down
2 changes: 1 addition & 1 deletion 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
---
Expand Down
2 changes: 1 addition & 1 deletion 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
---
Expand Down
2 changes: 1 addition & 1 deletion 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
---
Expand Down
2 changes: 1 addition & 1 deletion 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
---
Expand Down
2 changes: 1 addition & 1 deletion 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
---
Expand Down
2 changes: 1 addition & 1 deletion 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
---
Expand Down
2 changes: 1 addition & 1 deletion 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
---
Expand Down
2 changes: 1 addition & 1 deletion 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
---
Expand Down
2 changes: 1 addition & 1 deletion 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
---
Expand Down
2 changes: 1 addition & 1 deletion 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
---
Expand Down
2 changes: 1 addition & 1 deletion templates/functions/between.md.tmpl
@@ -1,6 +1,6 @@
---
page_title: "{{.Name}} {{.Type}} - {{.ProviderName}}"
subcategory: ""
subcategory: "Value Comparison Functions"
description: |-
{{ .Summary | plainmarkdown | trimspace | prefixlines " " }}
---
Expand Down
2 changes: 1 addition & 1 deletion templates/functions/contains.md.tmpl
@@ -1,6 +1,6 @@
---
page_title: "{{.Name}} {{.Type}} - {{.ProviderName}}"
subcategory: ""
subcategory: "Value Comparison Functions"
description: |-
{{ .Summary | plainmarkdown | trimspace | prefixlines " " }}
---
Expand Down
2 changes: 1 addition & 1 deletion templates/functions/ends_with.md.tmpl
@@ -1,6 +1,6 @@
---
page_title: "{{.Name}} {{.Type}} - {{.ProviderName}}"
subcategory: ""
subcategory: "String Functions"
description: |-
{{ .Summary | plainmarkdown | trimspace | prefixlines " " }}
---
Expand Down
2 changes: 1 addition & 1 deletion templates/functions/equal.md.tmpl
@@ -1,6 +1,6 @@
---
page_title: "{{.Name}} {{.Type}} - {{.ProviderName}}"
subcategory: ""
subcategory: "Value Comparison Functions"
description: |-
{{ .Summary | plainmarkdown | trimspace | prefixlines " " }}
---
Expand Down
2 changes: 1 addition & 1 deletion templates/functions/false.md.tmpl
@@ -1,6 +1,6 @@
---
page_title: "{{.Name}} {{.Type}} - {{.ProviderName}}"
subcategory: ""
subcategory: "Boolean Functions"
description: |-
{{ .Summary | plainmarkdown | trimspace | prefixlines " " }}
---
Expand Down
2 changes: 1 addition & 1 deletion templates/functions/greater.md.tmpl
@@ -1,6 +1,6 @@
---
page_title: "{{.Name}} {{.Type}} - {{.ProviderName}}"
subcategory: ""
subcategory: "Numeric Functions"
description: |-
{{ .Summary | plainmarkdown | trimspace | prefixlines " " }}
---
Expand Down
2 changes: 1 addition & 1 deletion 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 " " }}
---
Expand Down
2 changes: 1 addition & 1 deletion 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 " " }}
---
Expand Down
2 changes: 1 addition & 1 deletion 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 " " }}
---
Expand Down
2 changes: 1 addition & 1 deletion 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 " " }}
---
Expand Down
2 changes: 1 addition & 1 deletion 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 " " }}
---
Expand Down
2 changes: 1 addition & 1 deletion templates/functions/ip.md.tmpl
@@ -1,6 +1,6 @@
---
page_title: "{{.Name}} {{.Type}} - {{.ProviderName}}"
subcategory: ""
subcategory: "IP Address Functions"
description: |-
{{ .Summary | plainmarkdown | trimspace | prefixlines " " }}
---
Expand Down
2 changes: 1 addition & 1 deletion templates/functions/ipv4.md.tmpl
@@ -1,6 +1,6 @@
---
page_title: "{{.Name}} {{.Type}} - {{.ProviderName}}"
subcategory: ""
subcategory: "IP Address Functions"
description: |-
{{ .Summary | plainmarkdown | trimspace | prefixlines " " }}
---
Expand Down
2 changes: 1 addition & 1 deletion templates/functions/ipv6.md.tmpl
@@ -1,6 +1,6 @@
---
page_title: "{{.Name}} {{.Type}} - {{.ProviderName}}"
subcategory: ""
subcategory: "IP Address Functions"
description: |-
{{ .Summary | plainmarkdown | trimspace | prefixlines " " }}
---
Expand Down
2 changes: 1 addition & 1 deletion templates/functions/less.md.tmpl
@@ -1,6 +1,6 @@
---
page_title: "{{.Name}} {{.Type}} - {{.ProviderName}}"
subcategory: ""
subcategory: "Numeric Functions"
description: |-
{{ .Summary | plainmarkdown | trimspace | prefixlines " " }}
---
Expand Down
2 changes: 1 addition & 1 deletion 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 " " }}
---
Expand Down
2 changes: 1 addition & 1 deletion templates/functions/lowercased.md.tmpl
@@ -1,6 +1,6 @@
---
page_title: "{{.Name}} {{.Type}} - {{.ProviderName}}"
subcategory: ""
subcategory: "String Functions"
description: |-
{{ .Summary | plainmarkdown | trimspace | prefixlines " " }}
---
Expand Down
2 changes: 1 addition & 1 deletion 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 " " }}
---
Expand Down
2 changes: 1 addition & 1 deletion templates/functions/not_null.md.tmpl
@@ -1,6 +1,6 @@
---
page_title: "{{.Name}} {{.Type}} - {{.ProviderName}}"
subcategory: ""
subcategory: "Null Functions"
description: |-
{{ .Summary | plainmarkdown | trimspace | prefixlines " " }}
---
Expand Down
2 changes: 1 addition & 1 deletion templates/functions/null.md.tmpl
@@ -1,6 +1,6 @@
---
page_title: "{{.Name}} {{.Type}} - {{.ProviderName}}"
subcategory: ""
subcategory: "Null Functions"
description: |-
{{ .Summary | plainmarkdown | trimspace | prefixlines " " }}
---
Expand Down
2 changes: 1 addition & 1 deletion templates/functions/starts_with.md.tmpl
@@ -1,6 +1,6 @@
---
page_title: "{{.Name}} {{.Type}} - {{.ProviderName}}"
subcategory: ""
subcategory: "String Functions"
description: |-
{{ .Summary | plainmarkdown | trimspace | prefixlines " " }}
---
Expand Down
2 changes: 1 addition & 1 deletion templates/functions/true.md.tmpl
@@ -1,6 +1,6 @@
---
page_title: "{{.Name}} {{.Type}} - {{.ProviderName}}"
subcategory: ""
subcategory: "Boolean Functions"
description: |-
{{ .Summary | plainmarkdown | trimspace | prefixlines " " }}
---
Expand Down
2 changes: 1 addition & 1 deletion templates/functions/uppercased.md.tmpl
@@ -1,6 +1,6 @@
---
page_title: "{{.Name}} {{.Type}} - {{.ProviderName}}"
subcategory: ""
subcategory: "String Functions"
description: |-
{{ .Summary | plainmarkdown | trimspace | prefixlines " " }}
---
Expand Down
2 changes: 1 addition & 1 deletion 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 " " }}
---
Expand Down
2 changes: 1 addition & 1 deletion 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 " " }}
---
Expand Down

0 comments on commit 60959fd

Please sign in to comment.