Skip to content

Commit

Permalink
Merge pull request #60 from nottinghamcollege/doc-fix
Browse files Browse the repository at this point in the history
Escape the pipe character for GitHub markdown table rendering
  • Loading branch information
timkelty authored Jan 14, 2025
2 parents 85d3040 + 65feb48 commit e602f7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ Most configuration (to Craft and the extension itself) is handled directly by Cl

| Option | Type | Description |
| --- | --- | --- |
| `artifactBaseUrl` | `string|null` | Directly set a fully-qualified URL to build artifacts. |
| `artifactBaseUrl` | `string\|null` | Directly set a fully-qualified URL to build artifacts. |
| `s3ClientOptions` | `array` | Additional settings to pass to the `Aws\S3\S3Client` instance when accessing storage APIs. |
| `cdnBaseUrl` | `string` | Used when building URLs to [assets](#filesystem) and other build [artifacts](#artifacturl). |
| `sqsUrl` | `string` | Determines how Craft communicates with the underlying queue provider. |
Expand All @@ -85,7 +85,7 @@ Most configuration (to Craft and the extension itself) is handled directly by Cl
| `redisUrl` | `string` | Connection string for the environment’s Redis instance. |
| `signingKey` | `string` | A secret value used to protect transform URLs against abuse. |
| `useAssetBundleCdn` | `boolean` | Whether or not to enable the CDN for asset bundles. |
| `previewDomain` | `string|null` | Set when accessing an environment from its [preview domain](https://craftcms.com/knowledge-base/cloud-domains#preview-domains). |
| `previewDomain` | `string\|null` | Set when accessing an environment from its [preview domain](https://craftcms.com/knowledge-base/cloud-domains#preview-domains). |
| `useQueue` | `boolean` | Whether or not to use Cloud’s SQS-backed queue driver. |
| `region` | `string` | The app region, chosen when creating the project. |
| `useAssetCdn` | `boolean` | Whether or not to enable the CDN for uploaded assets. |
Expand Down

0 comments on commit e602f7b

Please sign in to comment.