Skip to content
Open
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
1 change: 1 addition & 0 deletions linkcheckerrc
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ ignoreerrors=
^https://www.baeldung.com/maven-wrapper$ ^403 Forbidden
^https://dzone\.com/.*$ ^403 Forbidden
^https://docs\.pimcore\.com/.*$ ^403 Forbidden
^https://(?:www\.)?perplexity\.ai/.*$ ^403 Forbidden
^https:// ^ReadTimeout
29 changes: 14 additions & 15 deletions search/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion search/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ license = "Attribution-ShareAlike 4.0 International"
[tool.poetry.dependencies]
python = "^3.10"
cryptography = "^44.0.1"
Scrapy = "^2.11.2"
Scrapy = "^2.13.4"
meilisearch = "^0.24.0"
platformshconfig = "^2.3.1"
PyYAML = "^6.0"
Expand Down
11 changes: 7 additions & 4 deletions sites/platform/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sites/platform/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"axios": "^1.8.2",
"express": "^4.21.2",
"fs-extra": "^11.1.1",
"js-yaml": "^4.1.0",
"js-yaml": "^4.1.1",
"mermaid": "^11.10.0",
"octokit": "^3.1.2",
"platformsh-config": "^2.4.1",
Expand Down
4 changes: 2 additions & 2 deletions sites/platform/src/development/email.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Changing the setting rebuilds the environment.

## 2. Recommended: Improve deliverability

Improve deliverability of your email with [Sender Policy Framework (SPF)](https://docs.sendgrid.com/ui/account-and-settings/spf-records).
Improve deliverability of your email with [Sender Policy Framework (SPF)](https://www.twilio.com/docs/sendgrid/glossary/spf).
If you don't have an SPF record, add the following `TXT` record to your domain's DNS records:

```txt
Expand All @@ -76,7 +76,7 @@ If you're on an Enterprise or Elite plan,
you can request for DomainKeys Identified Mail (DKIM) to be enabled on your domain.

DKIM improves your delivery rate as an email sender.
Learn more about [how DKIM works](https://docs.sendgrid.com/glossary/dkim).
Learn more about [how DKIM works](https://www.twilio.com/docs/sendgrid/glossary/dkim).

To have DKIM enabled for your domain:

Expand Down
4 changes: 2 additions & 2 deletions sites/upsun/src/development/email.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Changing the setting rebuilds the environment.

## 2. Recommended: Improve deliverability

Improve deliverability of your email with [Sender Policy Framework (SPF)](https://docs.sendgrid.com/ui/account-and-settings/spf-records).
Improve deliverability of your email with [Sender Policy Framework (SPF)](https://www.twilio.com/docs/sendgrid/glossary/spf).
If you don't have an SPF record, add the following `TXT` record to your domain's DNS records:

```txt
Expand All @@ -74,7 +74,7 @@ If you already have an SPF record, please add SendGrid into your existing record
You can request for DomainKeys Identified Mail (DKIM) to be enabled on your domain.

DKIM improves your delivery rate as an email sender.
Learn more about [how DKIM works](https://docs.sendgrid.com/glossary/dkim).
Learn more about [how DKIM works](https://www.twilio.com/docs/sendgrid/glossary/dkim).

To have DKIM enabled for your domain:

Expand Down
Loading