Skip to content

Commit 13cce46

Browse files
authored
chore(*): update latest docs links to stable (#496)
1 parent 9304f87 commit 13cce46

8 files changed

+10
-10
lines changed

src/content/blog/2025-plans.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ We'd love to have your input as regular users as we work through these prioritie
3838
### Funded and Work-In-Progress Initiatives
3939

4040
- The TYPO3 Association has agreed to fund the [integration of XHGui into DDEV](https://typo3.org/article/four-ideas-to-be-funded-in-quarter-1-2025) as part of their Community Budget Ideas. Part of this work has already been done in the [ddev/ddev-xhgui](https://github.com/ddev/ddev-xhgui) project, and it must be completed by March 31, 2025.
41-
- [Top-level Node.js support](https://docs.ddev.com/en/latest/users/extend/customization-extendibility/#using-nodejs-as-ddevs-primary-web-server) as planned in 2024 is included in DDEV v1.24.3+. There will be a number of follow-up opportunities, including Caddy support, etc.
41+
- [Top-level Node.js support](https://docs.ddev.com/en/stable/users/extend/customization-extendibility/#using-nodejs-as-ddevs-primary-web-server) as planned in 2024 is included in DDEV v1.24.3+. There will be a number of follow-up opportunities, including Caddy support, etc.
4242
- The [Web-based Add-on Registry](https://addons.ddev.com) is **live**.
4343

4444
<a name="proposed-features"></a>

src/content/blog/amplitude-ddev-analytics-contributor-training.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Here's our October 31, 2023 [Contributor Training](/blog/category/training) on e
3838

3939
- https://academy.amplitude.com/
4040
- https://help.amplitude.com/
41-
- https://docs.ddev.com/en/latest/developers/building-contributing/#examining-data-on-amplitudecom
41+
- https://docs.ddev.com/en/stable/developers/building-contributing/#examining-data-on-amplitudecom
4242

4343
## Contributions welcome!
4444

src/content/blog/ddev-feb-2025-newsletter.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,12 +28,12 @@ categories:
2828
- The Gitpod that we have known and loved is shutting down. This affects DDEV contributors that have used it and makes [DrupalPod as it stands obsolete](https://www.drupal.org/project/drupalpod/issues/3500792). If you're interested in DrupalPod and will be at DrupalCon Atlanta, there is a Birds-of-a-Feather session scheduled on the path forward, 04:00pm - 04:30pm Tuesday, March 25, 2025.
2929
- The Drop Times did a nice and extensive [interview with Randy](https://www.thedroptimes.com/interview/45389/making-ddev-past-present-and-future-in-focus) and [video interview](https://www.youtube.com/watch?v=EctDtSZcBhU).
3030
- Tag1 Consulting did a performance comparison of the new Drupal CMS vs WordPress, (using DDEV for everything). See [Drupal CMS vs WordPress Performance](https://www.tag1consulting.com/blog/drupal-cms-vs-wordpress-performance-2025).
31-
- The latest DDEV Quickstarts in the docs are for [Drupal CMS](https://docs.ddev.com/en/stable/users/quickstart/#drupal-drupal-cms) and [ProcessWire](https://docs.ddev.com/en/latest/users/quickstart/#processwire)! Congratulations to the Drupal community on Drupal CMS, and welcome ProcessWire folks. Thanks to [Bernhard Baumrock](https://github.com/BernhardBaumrock) for the ProcessWire initiative!
31+
- The latest DDEV Quickstarts in the docs are for [Drupal CMS](https://docs.ddev.com/en/stable/users/quickstart/#drupal-drupal-cms) and [ProcessWire](https://docs.ddev.com/en/stable/users/quickstart/#processwire)! Congratulations to the Drupal community on Drupal CMS, and welcome ProcessWire folks. Thanks to [Bernhard Baumrock](https://github.com/BernhardBaumrock) for the ProcessWire initiative!
3232
- [DDEV: We use it on all our projects](https://www.youtube.com/watch?v=WkOoPEbtHwI). (Followups in [Reddit r/php](https://www.reddit.com/r/PHP/comments/1ijsev2/ddev_we_use_it_on_all_our_projects/) and [Reddit r/drupal](https://www.reddit.com/r/drupal/comments/1ijsemd/ddev_we_use_it_on_all_our_projects/)).
3333

3434
**Ongoing DDEV Work**
3535

36-
- **Node.js** improved support: People have asked for some time for Node.js to be the primary web server (instead of Nginx+php-fpm, etc), and now it can be done in a number of ways. This is now in [DDEV HEAD](https://docs.ddev.com/en/stable/developers/building-contributing/#testing-latest-commits-on-head) and there are Quickstarts for [Simple Node.js](https://docs.ddev.com/en/latest/users/quickstart/#nodejs-nodejs-web-server) and [SvelteKit](https://docs.ddev.com/en/latest/users/quickstart/#nodejs-sveltekit). Incidentally, this also provides experimental support for [FrankenPHP](https://frankenphp.dev/) and provides a [Quickstart](https://docs.ddev.com/en/latest/users/quickstart/#generic-frankenphp) for it as a demonstration of the "generic" web server type.
36+
- **Node.js** improved support: People have asked for some time for Node.js to be the primary web server (instead of Nginx+php-fpm, etc), and now it can be done in a number of ways. This is now in [DDEV HEAD](https://docs.ddev.com/en/stable/developers/building-contributing/#testing-latest-commits-on-head) and there are Quickstarts for [Simple Node.js](https://docs.ddev.com/en/stable/users/quickstart/#nodejs-nodejs-web-server) and [SvelteKit](https://docs.ddev.com/en/stable/users/quickstart/#nodejs-sveltekit). Incidentally, this also provides experimental support for [FrankenPHP](https://frankenphp.dev/) and provides a [Quickstart](https://docs.ddev.com/en/stable/users/quickstart/#generic-frankenphp) for it as a demonstration of the "generic" web server type.
3737
- **Web-based Add-on Registry**: As add-ons have become so very popular it's hard to sort them out and understand which ones are meaningful for a particular need. This long-term goal is nearing completion as Stas has a proof of concept and now has to push it through to a maintained production status.
3838
- **Automated Tests for Quickstarts**: You won't see these, but it's a big step for us. Because our [Quickstarts](https://docs.ddev.com/en/stable/users/quickstart/) are so dependent on the behavior of the upstream projects, it's always been hard for us to know when the target project has had a change that invalidates them. Now we have automated tests for the quickstarts of number of project types, and will add others as maintenance is done. Thanks to [Ralf Koller](https://github.com/rpkoller) for extensive work on the Drupal, WordPress, and TYPO3 quickstarts.
3939
- **Funding situation data feed**: Aiming for ever-increasing transparency in the DDEV funding situation, we now have an automatically-updated feed showing our [funding situation from all sources](https://github.com/ddev/sponsorship-data). You can see the [exact situation](/s/sponsorship-data.json) at any time. We expect to use this feed in the message-of-the-day on DDEV, as well as ddev.com and the DDEV README.

src/content/blog/ddev-may-2025-newsletter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This month: special-networking guides, add-on maintenance tips, community tool h
2121
## What’s New
2222

2323
- **Special Network Configurations**
24-
Handling packet-inspection VPNs (Zscaler, GlobalProtect) → [Read more↗](https://docs.ddev.com/en/latest/users/usage/networking/)
24+
Handling packet-inspection VPNs (Zscaler, GlobalProtect) → [Read more↗](https://docs.ddev.com/en/stable/users/usage/networking/)
2525
- **Add-On Maintenance Guide** by @stasadev[Read more↗](https://ddev.com/blog/ddev-add-on-maintenance-guide)
2626
- **AMD64 on Apple Silicon**[Read more↗](https://ddev.com/blog/amd64-with-rosetta-on-macos/)
2727

src/content/blog/ddev-oct-2024-newsletter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ categories:
1717

1818
**DrupalCon Barcelona**: I got to see lots of friends old and new in Barcelona. Four training session BoFs, a full-day contribution mentoring session, and loads of fun. **[Read about it on ddev.com](https://ddev.com/blog/drupalcon-barcelona-2024).**
1919

20-
**GitHub Codespaces is working well with DDEV**: We used to add a lot of caveats about Codespaces, but the problems were fixed with a new workaround shown in the [DDEV docs](https://docs.ddev.com/en/latest/users/install/ddev-installation/#ddev-installation-codespaces) say how to do it. Give it a try!
20+
**GitHub Codespaces is working well with DDEV**: We used to add a lot of caveats about Codespaces, but the problems were fixed with a new workaround shown in the [DDEV docs](https://docs.ddev.com/en/stable/users/install/ddev-installation/#ddev-installation-codespaces) say how to do it. Give it a try!
2121

2222
**DDEV Notes from around the web:**
2323

src/content/blog/drupalcon-barcelona-2024.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ I spent the last week in Barcelona, Spain for DrupalCon Barcelona. It was so gre
1818

1919
A cool thing about DrupalCon is that anybody can set up a mini-session, and no real approval process is needed. I typically propose several of these, since they're a great way to deal with niche topics with a few people and have nice, smaller conversations with people who have specific needs. This time I did:
2020

21-
- **Working together: DDEV on Gitpod and GitHub Codespaces**: We talked about the many ways to use DDEV in Cloud IDEs like Gitpod and GitHub Codespaces. People were really interested in this, since of course these approaches don't require a local development environment at all (or rather, the local environment is in the cloud on a VM, and presented via a browser). See the DDEV docs on [Gitpod](https://docs.ddev.com/en/latest/users/install/ddev-installation/#ddev-installation-gitpod) and [GitHub Codespaces](https://docs.ddev.com/en/latest/users/install/ddev-installation/#ddev-installation-codespaces).
21+
- **Working together: DDEV on Gitpod and GitHub Codespaces**: We talked about the many ways to use DDEV in Cloud IDEs like Gitpod and GitHub Codespaces. People were really interested in this, since of course these approaches don't require a local development environment at all (or rather, the local environment is in the cloud on a VM, and presented via a browser). See the DDEV docs on [GitHub Codespaces](https://docs.ddev.com/en/stable/users/install/ddev-installation/#ddev-installation-codespaces).
2222
- **Git on the Command Line - Office Hours**: We had fun talking about the basics of Git, what people need to know to really master it and do their work predictably and without fear. This one was the first thing in the morning, so had a smaller turnout.
2323
- **DDEV Office Hours**: At most DrupalCons we do this simple free-form BoF so that people can bring the issues and discussions they want to have. At this one we had some really strong and experienced DDEV users, so it ended up being that they were helping me to understand their workflow rather than me coaching them.
2424
- **Prepare for Contribution Day: Issue Forks, DrupalPod, DDEV, Git**: The highlight of DrupalCon is the Contribution Day, but sometimes coming to it it's a little intimidating because of Drupal's unusual contribution workflow. We talked about Drupal's issue workflow, how issue forks work, merge requests, etc. In the Drupal workflow, each issue has its own Git project fork, instead of the traditional open-source workflow where each person has a personal fork. In the Drupal workflow, anybody can push to any of the branches, or create a new branch. It's quite amazing.

src/content/blog/setting-up-a-go-development-environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ To verify formatting and static analysis use `make golangci-lint`
6868

6969
For new feature-based pull requests ([Min 31:34](https://youtu.be/HHoMa1N_5S4?t=1892)) Randy recommends starting with an issue to explain to maintainers the context surrounding their concerns before beginning a PR.
7070

71-
The [DDEV Docs development tab](https://docs.ddev.com/en/latest/developers/) ([Min 32:20](https://youtu.be/HHoMa1N_5S4?t=1938)) includes plenty of tips and insights.
71+
The [DDEV Docs development tab](https://docs.ddev.com/en/stable/developers/) ([Min 32:20](https://youtu.be/HHoMa1N_5S4?t=1938)) includes plenty of tips and insights.
7272

7373
#### [GoLand](https://www.jetbrains.com/go/) debugging insights ([Min 33:39](https://youtu.be/HHoMa1N_5S4?t=2014))
7474

src/content/blog/tailscale-router-ddev-addon.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,8 @@ Here are some additional resources that you might find helpful:
155155
- **[Tailscale Auth Keys](https://tailscale.com/kb/1085/auth-keys)**: Detailed information about creating and managing auth keys.
156156
- **[Tailscale Funnel](https://tailscale.com/kb/1223/funnel)**: Documentation on enabling public access to your Tailscale services.
157157
- **[Tailscale DNS](https://tailscale.com/kb/1054/dns)**: DNS in Tailscale
158-
- **[DDEV dotenv](https://docs.ddev.com/en/latest/users/usage/commands/#dotenv)**: Documentation on managing environment variables with DDEV.
159-
- **[DDEV Docs: Sharing](https://docs.ddev.com/en/latest/users/usage/sharing/)**: The official DDEV documentation on how to share your projects.
158+
- **[DDEV dotenv](https://docs.ddev.com/en/stable/users/usage/commands/#dotenv)**: Documentation on managing environment variables with DDEV.
159+
- **[DDEV Docs: Sharing](https://docs.ddev.com/en/stable/users/topics/sharing)**: The official DDEV documentation on how to share your projects.
160160
- **Medium: [My Journey with PHP Dev Environments](https://medium.com/@josephajithampi/my-journey-with-php-dev-environments-1da9f2806ee9)**: A blog post on setting up a PHP development environment.
161161
- **LinkedIn: [The Day My Development Environment Nearly Broke Me](https://www.linkedin.com/pulse/day-my-development-environment-nearly-broke-me-how-i-thampi-joseph-ildhc/)**: An article on the importance of a reliable development environment.
162162

0 commit comments

Comments
 (0)