Skip to content

Commit 3237235

Browse files
Fix settings heading levels
1 parent 5f6089d commit 3237235

File tree

4 files changed

+11
-12
lines changed

4 files changed

+11
-12
lines changed

10/umbraco-deploy/getting-started/deploy-settings.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ In a similar way, Deploy can be configured to allow for backoffice transfers of
191191

192192
Please see the note above under _TransferFormsAsContent_ on the topic of removing any existing serialized files having changed this value to `true`.
193193

194-
### IgnoreMissingLanguagesForDictionaryItems
194+
## IgnoreMissingLanguagesForDictionaryItems
195195

196196
When deploying dictionary items, an exception will be thrown if a translation is provided for a language that doesn't exist in the target environment.
197197

@@ -201,7 +201,7 @@ If you have deleted languages that have already existing translations, you may w
201201

202202
When this is in place a translation for a language that doesn't exist in the target environment will be ignored. A warning message will be output to the log.
203203

204-
### SetEmptyDictionaryItemsOnTransfer
204+
## SetEmptyDictionaryItemsOnTransfer
205205

206206
When deploying dictionary items, Umbraco Deploy follows the approach used for all content, emptying values that are transferred and set.
207207

@@ -267,7 +267,7 @@ Some customers have reported intermittent issues related to Umbraco's memory cac
267267

268268
By upgrading to the most recent available version of the CMS major you are running, you'll be able to benefit from the latest bug fixes and optimizations in this area. That should be your first option if encountering cache related issues. Failing that, or if a CMS upgrade is not an option, then this workaround can be considered.
269269

270-
### Deployment of culture & hostnames settings {#deployment-of-culture--hostnames-settings}
270+
## Deployment of culture & hostnames settings {#deployment-of-culture--hostnames-settings}
271271

272272
Culture and hostname settings, defined per content item for culture invariant content, are not deployed between environments by default. They can be opted into via configuration.
273273

13/umbraco-deploy/getting-started/deploy-settings.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ To enable this, set the configuration value as appropriate for the types of doma
294294

295295
Combinations of settings can be applied, e.g. `Hostname,AbsolutePath`.
296296

297-
## Deployment of public access settings {#deployment-of-public-access-settings}
297+
### Deployment of public access settings {#deployment-of-public-access-settings}
298298

299299
When deploying content items, public access rules based on member groups are transferred. You can amend this behavior using this setting.
300300

@@ -322,7 +322,7 @@ If you would like you include them you can adjust this setting:
322322
* `None` - webhooks are not deployed and are expected to be managed independently in each environment
323323
* `All` - webhooks included in schema deployments
324324

325-
## Deployment of trashed content {#deployment-of-trashed-content}
325+
### Deployment of trashed content {#deployment-of-trashed-content}
326326

327327
Specifies options for handling trashed content (documents, media and members) on export or import:
328328

14/umbraco-deploy/getting-started/deploy-settings.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ For illustration purposes, the following structure represents the full set of op
4949
"SourceDeployBatchSize": null,
5050
"PackageBatchSize": null,
5151
"MaxRequestLength": null,
52-
5352
"IgnoreBrokenDependenciesBehavior": "Restore",
5453
"AcceptInvalidCertificates": false,
5554
"TransferFormsAsContent": true,
@@ -302,7 +301,7 @@ To enable this, set the configuration value as appropriate for the types of doma
302301

303302
Combinations of settings can be applied, e.g. `Hostname,AbsolutePath`.
304303

305-
## Deployment of public access settings {#deployment-of-public-access-settings}
304+
### Deployment of public access settings {#deployment-of-public-access-settings}
306305

307306
When deploying content items, public access rules based on member groups are transferred. You can amend this behavior using this setting.
308307

@@ -330,7 +329,7 @@ If you would like you include them you can adjust this setting:
330329
* `None` - webhooks are not deployed and are expected to be managed independently in each environment
331330
* `All` - webhooks included in schema deployments
332331

333-
## Deployment of trashed content {#deployment-of-trashed-content}
332+
### Deployment of trashed content {#deployment-of-trashed-content}
334333

335334
Specifies options for handling trashed content (documents, media and members) on export or import:
336335

@@ -389,7 +388,7 @@ In production this setting shouldn't be changed from it's default value of `fals
389388

390389
If attempting a one-off, large transfer operation, before a site is live, you could set this value to `true`. That would omit the firing and handling of these notifications and remove their performance overhead. Following which you would need to ensure to rebuild the cache and search index manually via the backoffice _Settings_ dashboards.
391390

392-
## ResolveUserInTargetEnvironment {#resolve-user-in-target-environment}
391+
### ResolveUserInTargetEnvironment {#resolve-user-in-target-environment}
393392

394393
With this setting assigned a value of `true`, Umbraco Deploy will attempt to resolve users when transfers are made to new environments.
395394

15/umbraco-deploy/getting-started/deploy-settings.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ To enable this, set the configuration value as appropriate for the types of doma
301301

302302
Combinations of settings can be applied, e.g. `Hostname,AbsolutePath`.
303303

304-
## Deployment of public access settings {#deployment-of-public-access-settings}
304+
### Deployment of public access settings {#deployment-of-public-access-settings}
305305

306306
When deploying content items, public access rules based on member groups are transferred. You can amend this behavior using this setting.
307307

@@ -329,7 +329,7 @@ If you would like you include them you can adjust this setting:
329329
* `None` - webhooks are not deployed and are expected to be managed independently in each environment
330330
* `All` - webhooks included in schema deployments
331331

332-
## Deployment of trashed content {#deployment-of-trashed-content}
332+
### Deployment of trashed content {#deployment-of-trashed-content}
333333

334334
Specifies options for handling trashed content (documents, media and members) on export or import:
335335

@@ -388,7 +388,7 @@ In production this setting shouldn't be changed from it's default value of `fals
388388

389389
If attempting a one-off, large transfer operation, before a site is live, you could set this value to `true`. That would omit the firing and handling of these notifications and remove their performance overhead. Following which you would need to ensure to rebuild the cache and search index manually via the backoffice _Settings_ dashboards.
390390

391-
## ResolveUserInTargetEnvironment {#resolve-user-in-target-environment}
391+
### ResolveUserInTargetEnvironment {#resolve-user-in-target-environment}
392392

393393
With this setting assigned a value of `true`, Umbraco Deploy will attempt to resolve users when transfers are made to new environments.
394394

0 commit comments

Comments
 (0)