diff --git a/10/umbraco-workflow/getting-started/configuration.md b/10/umbraco-workflow/getting-started/configuration.md index 1fe0747e21d..5e670b52cc7 100644 --- a/10/umbraco-workflow/getting-started/configuration.md +++ b/10/umbraco-workflow/getting-started/configuration.md @@ -36,7 +36,7 @@ All Workflow configuration is optional and will a fallback to defaults, if not s "ReminderNotificationPeriod": Timespan.FromHours(8), "EnableTestLicense": false, "EmailTemplatePath": "~/Views/Partials/WorkflowEmails", - "SettingsCustomization”: {...} + "SettingsCustomization": {...} } ``` diff --git a/10/umbraco-workflow/installation/licensing.md b/10/umbraco-workflow/installation/licensing.md index ca91add1443..8f4cf770d2f 100644 --- a/10/umbraco-workflow/installation/licensing.md +++ b/10/umbraco-workflow/installation/licensing.md @@ -92,9 +92,9 @@ To impersonate the full license on a local site, set `EnableTestLicense` to `tru ```json { - “Umbraco”: { - “Workflow”: { - “EnableTestLicense”: true + "Umbraco": { + "Workflow": { + "EnableTestLicense": true } } } diff --git a/13/umbraco-engage/developers/analytics/forms.md b/13/umbraco-engage/developers/analytics/forms.md index edce20bd173..8b71bd87cbc 100644 --- a/13/umbraco-engage/developers/analytics/forms.md +++ b/13/umbraco-engage/developers/analytics/forms.md @@ -5,7 +5,7 @@ icon: square-exclamation # Extending forms -To track Umbraco Forms submissions, you need to install [Umbraco Forms](https://umbraco.com/products/add-ons/forms/) with a valid license from Umbraco HQ. You also need to install the Umbraco Engage[ Forms Addon package from Nuget](https://www.nuget.org/packages/Umbraco.Engage.UmbracoForms). +To track Umbraco Forms submissions, you need to install [Umbraco Forms](https://umbraco.com/products/add-ons/forms/) with a valid license from Umbraco HQ. You also need to install the Umbraco Engage [Forms Addon package from Nuget](https://www.nuget.org/packages/Umbraco.Engage.Forms). ## Summary diff --git a/13/umbraco-workflow/installation/licensing.md b/13/umbraco-workflow/installation/licensing.md index 3453cdb6ba9..00215bb884f 100644 --- a/13/umbraco-workflow/installation/licensing.md +++ b/13/umbraco-workflow/installation/licensing.md @@ -90,9 +90,9 @@ To impersonate the full license on a local site, set `EnableTestLicense` to `tru ```json { - “Umbraco”: { - “Workflow”: { - “EnableTestLicense”: true + "Umbraco": { + "Workflow": { + "EnableTestLicense": true } } } diff --git a/14/umbraco-workflow/getting-started/configuration.md b/14/umbraco-workflow/getting-started/configuration.md index 74d3d626af9..5d0e6316ddd 100644 --- a/14/umbraco-workflow/getting-started/configuration.md +++ b/14/umbraco-workflow/getting-started/configuration.md @@ -44,7 +44,7 @@ All Workflow configuration is optional and will fallback to defaults, if not set "TimeFormat": "h:mm tt", "TimeFormatShort": "HH:mm" }, - "SettingsCustomization”: {...} + "SettingsCustomization": {...} } ``` diff --git a/14/umbraco-workflow/installation/licensing.md b/14/umbraco-workflow/installation/licensing.md index 6d18a9578c2..e0d3b9a371b 100644 --- a/14/umbraco-workflow/installation/licensing.md +++ b/14/umbraco-workflow/installation/licensing.md @@ -91,9 +91,9 @@ To impersonate the full license on a local site, set `EnableTestLicense` to `tru ```json { - “Umbraco”: { - “Workflow”: { - “EnableTestLicense”: true + "Umbraco": { + "Workflow": { + "EnableTestLicense": true } } } diff --git a/15/umbraco-workflow/getting-started/configuration.md b/15/umbraco-workflow/getting-started/configuration.md index 609892c5e5d..ad849ee5aff 100644 --- a/15/umbraco-workflow/getting-started/configuration.md +++ b/15/umbraco-workflow/getting-started/configuration.md @@ -43,7 +43,7 @@ All Workflow configuration is optional and will fallback to defaults, if not set "TimeFormat": "h:mm tt", "TimeFormatShort": "HH:mm" }, - "SettingsCustomization”: {...} + "SettingsCustomization": {...} } ``` diff --git a/15/umbraco-workflow/installation/licensing.md b/15/umbraco-workflow/installation/licensing.md index 8131ad8c59c..e9e6ba474df 100644 --- a/15/umbraco-workflow/installation/licensing.md +++ b/15/umbraco-workflow/installation/licensing.md @@ -91,9 +91,9 @@ To impersonate the full license on a local site, set `EnableTestLicense` to `tru ```json { - “Umbraco”: { - “Workflow”: { - “EnableTestLicense”: true + "Umbraco": { + "Workflow": { + "EnableTestLicense": true } } } @@ -128,6 +128,7 @@ Then configure a random string as an authorization key in configuration. This is "EnableScheduledValidation": false, "ValidatedLicenseRelayAuthKey": "" } + } ``` Your Internet enabled server should make a request of the following form to the online license validation service: diff --git a/generic/getting-started/developing-websites-with-umbraco/README.md b/generic/getting-started/developing-websites-with-umbraco/README.md index a1d360d4797..14eac2c030a 100644 --- a/generic/getting-started/developing-websites-with-umbraco/README.md +++ b/generic/getting-started/developing-websites-with-umbraco/README.md @@ -24,7 +24,7 @@ This will break into two sections: Extending the Umbraco backoffice and Developi The Umbraco backoffice can be extended using AngularJS and C#. Customizing the Umbraco backoffice and editing experience includes creating your own Property Editors, Dashboards, and packages. You will also find information about how to customize things like Health Checks and the built-in search functionality. -Check out[ the Extending section](http://127.0.0.1:5000/s/OdQETpqkO0Kcv8KMquKL/extending) in the CMS docs for a good place to start. +Check out [the Extending section](https://docs.umbraco.com/welcome/getting-started/developing-websites-with-umbraco/extending-the-umbraco-backoffice) in the CMS docs for a good place to start. {% hint style="info" %} From a frontend perspective, Umbraco does not dictate HTML, CSS, or JS in your website build. There is nothing Umbraco-specific about it. diff --git a/umbraco-cloud/set-up/project-settings/secrets-management.md b/umbraco-cloud/set-up/project-settings/secrets-management.md index 4af138d0d7a..e0c1968562b 100644 --- a/umbraco-cloud/set-up/project-settings/secrets-management.md +++ b/umbraco-cloud/set-up/project-settings/secrets-management.md @@ -58,13 +58,13 @@ You should specify this with a corresponding name in a configuration file such a ```json { - “Serilog”: { + "Serilog": { … }, - “Umbraco”:{ + "Umbraco":{ … }, - “ApiKey”: “Value”, + "ApiKey": "Value", } ```