[3.x] First-class non-HTML pages and generated discovery files (epic) - #2524
Open
emmadesilva wants to merge 145 commits into
Open
[3.x] First-class non-HTML pages and generated discovery files (epic)#2524emmadesilva wants to merge 145 commits into
emmadesilva wants to merge 145 commits into
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2524 +/- ##
===========================================
Coverage 100.00% 100.00%
- Complexity 1782 1792 +10
===========================================
Files 184 182 -2
Lines 4422 4454 +32
===========================================
+ Hits 4422 4454 +32 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
emmadesilva
temporarily deployed
to
pr-documentation-2524
July 13, 2026 14:53 — with
GitHub Actions
Inactive
emmadesilva
temporarily deployed
to
pr-documentation-2524
July 13, 2026 15:19 — with
GitHub Actions
Inactive
emmadesilva
temporarily deployed
to
pr-documentation-2524
July 13, 2026 15:46 — with
GitHub Actions
Inactive
emmadesilva
temporarily deployed
to
pr-documentation-2524
July 13, 2026 17:35 — with
GitHub Actions
Inactive
emmadesilva
temporarily deployed
to
pr-documentation-2524
July 13, 2026 18:12 — with
GitHub Actions
Inactive
emmadesilva
temporarily deployed
to
pr-documentation-2524
July 13, 2026 19:10 — with
GitHub Actions
Inactive
emmadesilva
temporarily deployed
to
pr-documentation-2524
July 13, 2026 19:47 — with
GitHub Actions
Inactive
emmadesilva
temporarily deployed
to
pr-documentation-2524
July 13, 2026 19:48 — with
GitHub Actions
Inactive
emmadesilva
temporarily deployed
to
pr-documentation-2524
July 13, 2026 20:20 — with
GitHub Actions
Inactive
emmadesilva
temporarily deployed
to
pr-documentation-2524
July 13, 2026 21:33 — with
GitHub Actions
Inactive
emmadesilva
temporarily deployed
to
pr-documentation-2524
July 13, 2026 21:56 — with
GitHub Actions
Inactive
emmadesilva
temporarily deployed
to
pr-documentation-2524
July 14, 2026 00:15 — with
GitHub Actions
Inactive
emmadesilva
temporarily deployed
to
pr-documentation-2524
July 14, 2026 01:27 — with
GitHub Actions
Inactive
emmadesilva
temporarily deployed
to
pr-documentation-2524
July 14, 2026 01:27 — with
GitHub Actions
Inactive
emmadesilva
force-pushed
the
v3/non-html-pages
branch
2 times, most recently
from
July 14, 2026 02:04
edee07f to
62feb3c
Compare
emmadesilva
temporarily deployed
to
pr-documentation-2524
July 14, 2026 02:04 — with
GitHub Actions
Inactive
emmadesilva
temporarily deployed
to
pr-documentation-2524
July 14, 2026 02:04 — with
GitHub Actions
Inactive
emmadesilva
temporarily deployed
to
pr-documentation-2524
July 14, 2026 11:22 — with
GitHub Actions
Inactive
This was referenced Jul 14, 2026
emmadesilva
temporarily deployed
to
pr-documentation-2524
July 14, 2026 21:22 — with
GitHub Actions
Inactive
emmadesilva
force-pushed
the
v3/non-html-pages
branch
from
July 14, 2026 21:32
b406e43 to
2146b89
Compare
emmadesilva
temporarily deployed
to
pr-documentation-2524
July 14, 2026 21:32 — with
GitHub Actions
Inactive
emmadesilva
temporarily deployed
to
pr-documentation-2524
July 14, 2026 21:50 — with
GitHub Actions
Inactive
emmadesilva
temporarily deployed
to
pr-documentation-2524
July 14, 2026 22:35 — with
GitHub Actions
Inactive
emmadesilva
force-pushed
the
v3/non-html-pages
branch
from
July 14, 2026 22:39
9486d97 to
1dafca8
Compare
emmadesilva
temporarily deployed
to
pr-documentation-2524
July 14, 2026 22:39 — with
GitHub Actions
Inactive
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
…t a site URL Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
… in the epic Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
…ests Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
emmadesilva
temporarily deployed
to
pr-documentation-2524
August 5, 2026 19:49 — with
GitHub Actions
Inactive
emmadesilva
marked this pull request as ready for review
August 5, 2026 19:59
emmadesilva
temporarily deployed
to
pr-documentation-2524
August 5, 2026 20:25 — with
GitHub Actions
Inactive
emmadesilva
temporarily deployed
to
pr-documentation-2524
August 5, 2026 20:56 — with
GitHub Actions
Inactive
emmadesilva
temporarily deployed
to
pr-documentation-2524
August 5, 2026 21:24 — with
GitHub Actions
Inactive
emmadesilva
temporarily deployed
to
pr-documentation-2524
August 5, 2026 21:24 — with
GitHub Actions
Inactive
This reverts commit c0b96df.
emmadesilva
force-pushed
the
v3/non-html-pages
branch
from
August 5, 2026 21:33
c8f78f4 to
0899467
Compare
emmadesilva
temporarily deployed
to
pr-documentation-2524
August 5, 2026 21:33 — with
GitHub Actions
Inactive
Deletes the feature-specific generator/page test classes and drops the now dead hyde.robots/hyde.llms config toggles from collection and manifest tests that only needed them to keep exact-count assertions accurate.
Hyde no longer generates these files automatically, so drop the generator customization example, the config reference, and the feature mentions in the generated-discovery-files and build-tasks docs. Illustrative uses of robots.txt as an example non-HTML filename (InMemoryPage output inference, showInSitemap()) are unaffected and stay.
Drops the upgrade steps and checklist items for features that no longer exist on this branch, and renumbers the subsequent upgrade steps. Removes the corresponding HYDEPHP_V3_PLANNING.md changelog entries.
Marks PR 6 and PR 7 as reverted rather than implemented, replaces their implementation notes (which described deleted code as existing) with a short record of what was reverted and why, and fixes downstream references that claimed the D5 user-override paths were verified for both pages.
[3.x] Revert generated robots.txt and llms.txt (stacked PR 6 and PR 7)
emmadesilva
temporarily deployed
to
pr-documentation-2524
August 5, 2026 22:07 — with
GitHub Actions
Inactive
Subclasses that declare $outputDirectory or $outputExtension had those statics ignored by InMemoryPage's own outputPath() override, so getRouteKey() (built via RouteKey::fromPage(), which does read them) and getOutputPath() disagreed for such subclasses. outputPath() now applies the configured directory and extension the same way the route key does, while still leaving an identifier's own extension verbatim. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Covers the fixed getRouteKey()/getOutputPath() agreement for extensionless identifiers, and pins the remaining divergence when an identifier's own extension differs from the subclass's configured extension, which stays unsupported usage. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
The previous wording said extensions are used "verbatim", which no longer held once an output directory is prepended. Also drop the paragraph documenting the route-key/output-path divergence for identifiers whose extension differs from a subclass's configured extension: that's an implementation detail of RouteKey::fromPage(), not something the documented, supported usage relies on. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Combining a subclass-configured extension with an identifier that already carries a different extension is not a supported usage, so it shouldn't be locked in as a tested compatibility guarantee. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.