Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions sites/platform/src/administration/organizations.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@ Ideal for workloads that evolve over time or have dynamic resource requirements.
| Custom backup retention policies | Different packages | Unlimited (pay for storage) |
| Email SMTP server | Yes | Yes |
| Email validation (DKIM) | Enterprise and Elite only | Yes |
| ElasticSearch (Premium containers) | Enterprise and Elite only | No |
| MongoDB (Premium containers) | Enterprise and Elite only | No |
| ElasticSearch (Premium containers) | Enterprise and Elite only | Yes |
| MongoDB (Premium containers) | Enterprise and Elite only | Yes |

#### Observability tools

Expand Down Expand Up @@ -259,7 +259,7 @@ Ideal for workloads that evolve over time or have dynamic resource requirements.
| Privacy regulations | Yes | Yes |
| SOC 2 | Yes | Yes |
| PCI DSS Level 1-compatible | Yes | Yes |
| HIPAA | Enterprise and Elite only in specific regions | Coming soon |
| HIPAA | Enterprise and Elite only in specific regions | Yes |


### Fixed and Flex FAQs
Expand Down
2 changes: 1 addition & 1 deletion sites/upsun/src/get-started/stacks/drupal.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ which should contain the following:
<?php
/**
* @file
* Upsun Fixed settings.
* Upsun Flex settings.
*/

use Drupal\Core\Installer\InstallerKernel;
Expand Down
2 changes: 0 additions & 2 deletions themes/psh-docs/layouts/shortcodes/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ <h1>{{ .Site.Title }}</h1>
href="/get-started/here.html" rel="noopener">Get started</a>
<a class="info-cta font-semibold text-sm xl:text-base px-4 py-2 bg-skye rounded text-white hover:bg-skye-dark focus:bg-skye-dark"
href="/learn/overview.html" rel="noopener">What is {{ .Site.Params.vendor.name }}?</a>
<a class="fixed-flex font-semibold text-sm xl:text-base px-4 py-2 bg-skye rounded text-white hover:bg-skye-dark focus:bg-skye-dark"
href="/administration/organizations.html#fixed-and-flex-organizations" rel="noopener">Fixed vs Flex</a>
</div>


Expand Down
Loading