Skip to content

Commit

Permalink
make docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz committed May 14, 2024
1 parent a6b2fde commit 11867a9
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/resources/zone_settings_override.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ Optional:
- `minify` (Block List, Max: 1) (see [below for nested schema](#nestedblock--settings--minify))
- `mirage` (String)
- `mobile_redirect` (Block List, Max: 1) (see [below for nested schema](#nestedblock--settings--mobile_redirect))
- `nel` (Block List, Max: 1) (see [below for nested schema](#nestedblock--settings--nel))
- `opportunistic_encryption` (String)
- `opportunistic_onion` (String)
- `orange_to_orange` (String)
Expand Down Expand Up @@ -155,6 +156,14 @@ Required:
- `strip_uri` (Boolean)


<a id="nestedblock--settings--nel"></a>
### Nested Schema for `settings.nel`

Required:

- `enabled` (Boolean)


<a id="nestedblock--settings--security_header"></a>
### Nested Schema for `settings.security_header`

Expand Down Expand Up @@ -202,6 +211,7 @@ Read-Only:
- `minify` (List of Object) (see [below for nested schema](#nestedobjatt--initial_settings--minify))
- `mirage` (String)
- `mobile_redirect` (List of Object) (see [below for nested schema](#nestedobjatt--initial_settings--mobile_redirect))
- `nel` (List of Object) (see [below for nested schema](#nestedobjatt--initial_settings--nel))
- `opportunistic_encryption` (String)
- `opportunistic_onion` (String)
- `orange_to_orange` (String)
Expand Down Expand Up @@ -250,6 +260,14 @@ Read-Only:
- `strip_uri` (Boolean)


<a id="nestedobjatt--initial_settings--nel"></a>
### Nested Schema for `initial_settings.nel`

Read-Only:

- `enabled` (Boolean)


<a id="nestedobjatt--initial_settings--security_header"></a>
### Nested Schema for `initial_settings.security_header`

Expand Down

0 comments on commit 11867a9

Please sign in to comment.