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
4 changes: 4 additions & 0 deletions .linkspector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ ignorePatterns:
# 2026-07-31 runs, passed on 2026-08-03. Used only for image-credit
# attribution links.
- pattern: "^https://(www\\.)?pixabay\\.com"
# Slack workspace deep links require being signed into that workspace, so
# linkspector's headless browser always gets a 403 even though the page is
# fine for a logged-in member.
- pattern: "^https://drupal\\.slack\\.com"
aliveStatusCodes:
- 200
- 206
Expand Down
1 change: 0 additions & 1 deletion src/content/blog/ddev-october-2025-newsletter.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ Have ideas for DDEV in 2026? [Contact us↗](/contact).
- **Metadrop Releases Aljibe**: Quality and testing toolkit for Drupal development with DDEV [Read more↗](https://metadrop.net/en/articles/aljibe-quality-and-testing-drupal-developments-ddev) • [The Drop Times coverage↗](https://www.thedroptimes.com/54668/metadrop-releases-aljibe-qa-and-testing-toolkit-drupal-development-with-ddev)
- **WordPress Development with `ddev pull`**: Guide to using `ddev pull` for WordPress projects [Read more↗](https://www.koehnlein.dev/en/blog/2025/wordpress-ddev-pull/)
- **WebHaven Now Powered by DDEV**: Development workflow success story [Read more↗](https://webhaven.io/blog/webhaven-now-powered-ddev-local-development)
- **DDEV and PHPStorm's Node.js Remote Interpreter**: Workflow guide for ESLint, Prettier, and more [Read more↗](https://kitemetric.com/blogs/ddev-and-phpstorm-s-nodejs-remote-interpreter-a-smooth-workflow-for-eslint-prettier-and-more)

## Community Video Tutorials

Expand Down