Add missing experiment documentation pages and cross-links#475
Conversation
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #475 +/- ##
==========================================
Coverage 71.21% 71.21%
Complexity 1151 1151
==========================================
Files 67 67
Lines 5565 5565
==========================================
Hits 3963 3963
Misses 1602 1602
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
|
||
| ### Editor UX Flow | ||
|
|
||
| 1. The experiment enqueues `src/experiments/title-generation/index.tsx` on post edit screens. |
There was a problem hiding this comment.
- The experiment enqueues
src/experiments/title-generation/index.tsxon post editing screens.
This is my suggestion—if it looks good, we can update it like this.
| - Google `gemini-3-flash-preview`, `gemini-2.5-flash` | ||
| - OpenAI `gpt-5.4-mini`, `gpt-4.1-mini` | ||
|
|
||
| When earlier preferences are unavailable, lower-priority entries act as fallback candidates. |
There was a problem hiding this comment.
When higher-priority preferences are unavailable.
This is my suggestion—if it looks good, we can update it like this.
|
@dkotter, conflict issue resolved, and updated the branch. |
|
Removing title gen updates and accepting what's in |
Removed the 'Title Generation' section from the developer guide.

What?
Closes #221
Add missing experiment documentation pages for:
Also, cross-link these new docs from relevant documentation entry points.
Why?
Several experiment-related capabilities existed in code and user-facing docs lists, but dedicated pages under
docs/experiments/were missing.This made documentation inconsistent and reduced discoverability for contributors and users trying to understand these features and extension points.
How?
docs/experiments/title-generation.mddocs/experiments/experiment-framework.mddocs/experiments/multi-provider-support.mdREADME.md(Current Features section)readme.txt(Current Features section)docs/DEVELOPER_GUIDE.md(Additional Resources)Use of AI Tools
AI assistance: No
Testing Instructions
docs/experiments/title-generation.mddocs/experiments/experiment-framework.mddocs/experiments/multi-provider-support.mdREADME.mdand confirm links to the 3 new docs are present in Current Features.readme.txtand confirm links to the 3 new docs are present in Current Features.docs/DEVELOPER_GUIDE.mdand confirm the 3 new docs are listed in Additional Resources.Screenshots or screencast
Not applicable (documentation-only changes).
Changelog Entry