From d1af25ee9ffc6bbe3016903c7ea8e198a12f8c2c Mon Sep 17 00:00:00 2001 From: Miguel Fonseca <150562+mcsf@users.noreply.github.com> Date: Wed, 12 Nov 2025 16:43:21 +0000 Subject: [PATCH 1/3] dummy docs modification --- docs/welcome/how-content-works.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/welcome/how-content-works.md b/docs/welcome/how-content-works.md index ece99a04..c26be19a 100644 --- a/docs/welcome/how-content-works.md +++ b/docs/welcome/how-content-works.md @@ -1,5 +1,7 @@ # Understanding the Relationship Between Post Types, Taxonomies, and Custom Fields +[SOME CHANGE TO TRIGGER THE DOCS WORKFLOW] + In WordPress, the true power of content modeling comes from combining **Post Types**, **Taxonomies**, and **Custom Fields**. Together, these tools allow you to build virtually any kind of data structure your website needs — from a real estate listing manager to a recipe library or an online product catalog. This guide will help you understand how each element works, when to use them, and how they interact with each other in practical projects — using movies as our central example. From 45217419a691ea74dd2f83dbbe67dd2e45c5dd5f Mon Sep 17 00:00:00 2001 From: Miguel Fonseca <150562+mcsf@users.noreply.github.com> Date: Wed, 12 Nov 2025 16:48:13 +0000 Subject: [PATCH 2/3] more --- docs/welcome/how-content-works.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/welcome/how-content-works.md b/docs/welcome/how-content-works.md index c26be19a..9a225e95 100644 --- a/docs/welcome/how-content-works.md +++ b/docs/welcome/how-content-works.md @@ -1,6 +1,6 @@ # Understanding the Relationship Between Post Types, Taxonomies, and Custom Fields -[SOME CHANGE TO TRIGGER THE DOCS WORKFLOW] +[A TINY CHANGE HERE TO TRIGGER THE DOCS WORKFLOW] In WordPress, the true power of content modeling comes from combining **Post Types**, **Taxonomies**, and **Custom Fields**. Together, these tools allow you to build virtually any kind of data structure your website needs — from a real estate listing manager to a recipe library or an online product catalog. From e7508323286083f885a882917b7f06698322ee5a Mon Sep 17 00:00:00 2001 From: Miguel Fonseca <150562+mcsf@users.noreply.github.com> Date: Wed, 12 Nov 2025 16:49:58 +0000 Subject: [PATCH 3/3] Renaming a docs file should break things --- docs/tutorials/{first-taxonomy.md => foo-taxonomy.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename docs/tutorials/{first-taxonomy.md => foo-taxonomy.md} (100%) diff --git a/docs/tutorials/first-taxonomy.md b/docs/tutorials/foo-taxonomy.md similarity index 100% rename from docs/tutorials/first-taxonomy.md rename to docs/tutorials/foo-taxonomy.md