Skip to content

Commit 70202ef

Browse files
authored
Minor edits: Use docs.ddev.com for URLs (#443)
1 parent 9aba85b commit 70202ef

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,5 +256,5 @@ Production requires `GITHUB_TOKEN` environment variable in Cloudflare Pages sett
256256
## Resources
257257

258258
- [Astro Documentation](https://docs.astro.build)
259-
- [DDEV Documentation](https://ddev.readthedocs.io/)
259+
- [DDEV Documentation](https://docs.ddev.com/)
260260
- [Contributing to ddev.com Training](https://ddev.com/blog/ddev-website-for-contributors/)

src/content/blog/ddev-website-for-contributors.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "DDEV Website for Contributors"
33
pubDate: 2023-08-15
4-
modifiedDate: 2023-08-23
4+
modifiedDate: 2025-10-09
55
summary: Matt Stein on maintaining and improving ddev.com.
66
author: Matt Stein
77
featureImage:
@@ -16,21 +16,21 @@ The following is based on [Matt Stein's presentation outline](https://doc.mattst
1616

1717
## Welcome!
1818

19-
I’d like to show you how ddev.com is put together so you can swoop in and improve it. There’s a lot that could be improved; The emphasis is on “what it is” rather than “how it should be.”
19+
I’d like to show you how `ddev.com` is put together so you can swoop in and improve it. There’s a lot that could be improved; The emphasis is on “what it is” rather than “how it should be.”
2020

2121
## Background
2222

2323
### Old Things
2424

2525
[**Matt**](https://github.com/mattstein) is a designer that’s been doing CMS-based development for clients using PHP, Twig, and different front-end frameworks; master of none fond of writing, documentation, and content strategy.
2626

27-
[**ddev.com**](https://ddev.com) is a former WordPress site, tricky to share access and not the friendliest public welcome to all things DDEV.
27+
[**ddev.com**](https://ddev.com) used to be a WordPress site, tricky to share access and not the friendliest public welcome to all things DDEV.
2828

2929
### New Thing
3030

31-
Rebuilt + migrated earlier this year to [Astro](https://astro.build)!
31+
Rebuilt + migrated in 2023 to [Astro](https://astro.build)!
3232

33-
- Hat tip Mayank for sharing Astro with me.
33+
- Hat tip to Mayank for sharing Astro with me.
3434
- Fun to build with!
3535
- Static site generator that sits in a nice front-end sweet spot.
3636
- Flat file + fully accessible to front-end developers in a public repository.
@@ -44,7 +44,7 @@ Rebuilt + migrated earlier this year to [Astro](https://astro.build)!
4444
- [Tailwind CSS](https://tailwindcss.com) + [Tailwind Typography](https://tailwindcss.com/docs/typography-plugin).
4545
- Built and hosted with [Cloudflare Pages](https://pages.cloudflare.com).
4646

47-
**tl;dr** if you’re comfortable with Markdown, HTML, CSS, Tailwind, or a modern front-end framework, you can jump right in!
47+
**tl;dr** if you’re comfortable with Markdown, HTML, CSS, Tailwind, or a modern front-end framework, you can jump right in! Blog posts and edits are even easier than that.
4848

4949
<small>Also TypeScript, kind of.</small>
5050

@@ -54,11 +54,11 @@ If you’re comfortable with _all_ of those things, you could make a big dent in
5454

5555
Clone <https://github.com/ddev/ddev.com>.
5656

57-
Add a GitHub key to `.env`.
57+
Add a GitHub key to `.env`. (optional)
5858

5959
## Where Content Lives
6060

61-
> 💡 Consider reading [the readme](https://github.com/ddev/ddev.com/blob/main/README.md) and especially the [Astro docs](https://docs.astro.build/en/getting-started/).
61+
> 💡 Read [the README](https://github.com/ddev/ddev.com/blob/main/README.md) and especially the [Astro docs](https://docs.astro.build/en/getting-started/).
6262
6363
Markdown, component markup, TypeScript constants, and a JSON blob.
6464

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
title: "Tailscale for DDEV: Simple and Secure Project Sharing"
33
pubDate: 2025-09-09
4+
modifiedDate: 2025-10-09
45
summary: "Tired of temporary sharing links? Learn how to use the ddev-tailscale-router add-on to get a stable, secure, and private URL for your DDEV projects."
56
author: Ajith Thampi Joseph
67
featureImage:
@@ -123,8 +124,8 @@ Here are some additional resources that you might find helpful:
123124
- **[Tailscale Auth Keys](https://tailscale.com/kb/1085/auth-keys)**: Detailed information about creating and managing auth keys.
124125
- **[Tailscale Funnel](https://tailscale.com/kb/1223/funnel)**: Documentation on enabling public access to your Tailscale services.
125126
- **[Tailscale DNS](https://tailscale.com/kb/1054/dns)**: DNS in Tailscale
126-
- **[DDEV dotenv](https://ddev.readthedocs.io/en/latest/users/usage/commands/#dotenv)**: Documentation on managing environment variables with DDEV.
127-
- **[DDEV Docs: Sharing](https://ddev.readthedocs.io/en/latest/users/usage/sharing/)**: The official DDEV documentation on how to share your projects.
127+
- **[DDEV dotenv](https://docs.ddev.com/en/latest/users/usage/commands/#dotenv)**: Documentation on managing environment variables with DDEV.
128+
- **[DDEV Docs: Sharing](https://docs.ddev.com/en/latest/users/usage/sharing/)**: The official DDEV documentation on how to share your projects.
128129
- **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.
129130
- **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.
130131

0 commit comments

Comments
 (0)