Skip to content

[3.x] Support pages with more output file extensions (epic)#2524

Draft
emmadesilva wants to merge 103 commits into
masterfrom
v3/non-html-pages
Draft

[3.x] Support pages with more output file extensions (epic)#2524
emmadesilva wants to merge 103 commits into
masterfrom
v3/non-html-pages

Conversation

@emmadesilva emmadesilva changed the title [3.x] Non HTML pages (epic) [3.x] Support pages with more output file extensions (epic) Jul 13, 2026
@codecov

codecov Bot commented Jul 13, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (15a9fcf) to head (2f84526).
⚠️ Report is 6 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff              @@
##              master     #2524    +/-   ##
============================================
  Coverage     100.00%   100.00%            
- Complexity      1720      1782    +62     
============================================
  Files            175       179     +4     
  Lines           4308      4453   +145     
============================================
+ Hits            4308      4453   +145     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@emmadesilva emmadesilva temporarily deployed to pr-documentation-2524 July 13, 2026 14:53 — with GitHub Actions Inactive
@emmadesilva emmadesilva temporarily deployed to pr-documentation-2524 July 13, 2026 15:19 — with GitHub Actions Inactive
@emmadesilva emmadesilva temporarily deployed to pr-documentation-2524 July 13, 2026 15:46 — with GitHub Actions Inactive
@emmadesilva emmadesilva temporarily deployed to pr-documentation-2524 July 13, 2026 17:35 — with GitHub Actions Inactive
@emmadesilva emmadesilva temporarily deployed to pr-documentation-2524 July 13, 2026 18:12 — with GitHub Actions Inactive
@emmadesilva emmadesilva temporarily deployed to pr-documentation-2524 July 13, 2026 19:10 — with GitHub Actions Inactive
@emmadesilva emmadesilva temporarily deployed to pr-documentation-2524 July 13, 2026 19:47 — with GitHub Actions Inactive
@emmadesilva emmadesilva temporarily deployed to pr-documentation-2524 July 13, 2026 19:48 — with GitHub Actions Inactive
@emmadesilva emmadesilva temporarily deployed to pr-documentation-2524 July 13, 2026 20:20 — with GitHub Actions Inactive
@emmadesilva emmadesilva temporarily deployed to pr-documentation-2524 July 13, 2026 21:33 — with GitHub Actions Inactive
@emmadesilva emmadesilva temporarily deployed to pr-documentation-2524 July 13, 2026 21:56 — with GitHub Actions Inactive
@emmadesilva emmadesilva temporarily deployed to pr-documentation-2524 July 14, 2026 00:15 — with GitHub Actions Inactive
@emmadesilva emmadesilva temporarily deployed to pr-documentation-2524 July 14, 2026 01:27 — with GitHub Actions Inactive
@emmadesilva emmadesilva temporarily deployed to pr-documentation-2524 July 14, 2026 01:27 — with GitHub Actions Inactive
@emmadesilva emmadesilva force-pushed the v3/non-html-pages branch 2 times, most recently from edee07f to 62feb3c Compare July 14, 2026 02:04
@emmadesilva emmadesilva temporarily deployed to pr-documentation-2524 July 14, 2026 02:04 — with GitHub Actions Inactive
@emmadesilva emmadesilva temporarily deployed to pr-documentation-2524 July 14, 2026 02:04 — with GitHub Actions Inactive
@emmadesilva emmadesilva temporarily deployed to pr-documentation-2524 July 14, 2026 11:22 — with GitHub Actions Inactive
@emmadesilva emmadesilva temporarily deployed to pr-documentation-2524 July 14, 2026 21:22 — with GitHub Actions Inactive
@emmadesilva emmadesilva temporarily deployed to pr-documentation-2524 July 14, 2026 21:32 — with GitHub Actions Inactive
@emmadesilva emmadesilva temporarily deployed to pr-documentation-2524 July 14, 2026 21:50 — with GitHub Actions Inactive
@emmadesilva emmadesilva temporarily deployed to pr-documentation-2524 July 14, 2026 22:35 — with GitHub Actions Inactive
emmadesilva and others added 2 commits July 15, 2026 00:39
emmadesilva and others added 28 commits July 15, 2026 00:39
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
… default

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…e method

Removes HydePage::showInLlmsTxt() and its test contract entry. The generator now
reads `llms` front matter defaulting to the page's sitemap inclusion, which already
excludes generated non-HTML pages and redirects, keeping per-page control without
adding public API to every page class.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
The page types Hyde ships are known to the framework, so grouping them needed no
user input to be correct. Dropping the config removes its validation, exception
path, and drift guard, and leaves the llms config at two keys. Custom sections
remain available by overriding the generator and rebinding it in the container.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Drops the `llms` front matter key introduced alongside the generator. Leaving a page
out of llms.txt does not stop AI services from reading it, as crawler access is
governed by robots.txt, so the key could only ever mean "curate my index" — which is
what `sitemap: false` already means. Front matter is public API we support for the
life of the major version, and reintroducing the key later stays additive.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
A page titled "Arrays [Advanced]" previously emitted a malformed Markdown link.
Also documents and tests the ordering contract: sections in declaration order, pages
in route order, which keeps numerically prefixed docs in their reading order. Makes
the section map a method so generator overrides can compute it at runtime.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Pins the documented answer to the one case the sitemap-derived rule cannot express:
a page kept out of the sitemap for SEO reasons that should still reach an agent index.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant