Add weekly "New articles" log page and automation#2957
Conversation
Adds a "New articles" page under the Release Notes tab that lists newly published English articles grouped by month, with prior years collapsed into accordions. A weekly GitHub Action scans the past week's merged PRs for added .mdx articles and opens a draft PR updating the page. Excludes localized content, snippets, auto-generated reference docs, and synced support articles. Seeded with articles from the past three weeks. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
- Support articles now appear in the new articles log (tag index pages under support/*/tags/ are still excluded as they are listings, not articles) so the support team can track new content. - Each entry is prefixed with a bolded service label (Models, Weave, Support, and so on) derived from the article's top-level directory. - When an article has no frontmatter description, the script falls back to the first sentence of the article body so entries are never blank. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
HiveMind Sessions1 session · 57m · $21
View all sessions in HiveMind → Run |
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
📚 Mintlify Preview Links✨ Added (1 total)📄 Pages (1)
📝 Changed (1 total)⚙️ Other (1)
🤖 Generated automatically when Mintlify deployment succeeds |
🔗 Link Checker ResultsPreview: https://wb-21fd5541-new-articles-log.mintlify.site |
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Per team feedback: within each month, articles now sit under a heading for their product (Models, Weave, Support, ...) and render as horizontal arrow cards matching the support tag pages, instead of a flat bullet list with bold prefixes. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
One-time curated backfill: 92 net-new articles from PRs merged since 2025-12-01. Every candidate was cross-checked against git history and its PR's removed files to exclude content that was moved, split, or regenerated rather than newly written -- notably the DocEngine support migration (PR #2303), the Runs and Weave-tracking doc splits, nav restructure stub pages, and slug renames. Also maps aria/ to ARIA and hivemind to HiveMind, and labels root-level product landing pages by filename instead of "General". Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Backfill added: the page now covers every net-new article since December 2025 (92 articles across 8 months), so it launches with real history and the 2025 accordion is exercised in production from day one. To keep moved/reorganized content out, each candidate was vetted against git history (
The weekly action is unaffected — its URL-based dedupe treats the backfilled entries the same as its own. |
The theme zeroes every prose h2 top margin (see typography.css), which works when a paragraph precedes the heading but leaves the new-articles month headings butted against the previous month's last Card. Scope a 3rem top margin to h2 ids shaped like "month-2xxx", which only the new-articles log generates. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
PR #2647 was excluded from the backfill as a gray-zone restructure, but it was a product launch with genuinely new content. Re-include its 13 pages: agent tracing guides, the agent integrations (Claude Agent SDK, Claude Code, Codex, Google ADK, OpenAI Agents SDK, OpenClaw, Pi), and two agents support articles. June 2026 now lists 43 articles. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
|
Correction to the backfill curation above: #2647 (Weave Agents launch) is now included — it was initially excluded as a restructure, but it's a product launch with genuinely new content. Its 13 pages (agent tracing guides, agent integrations, and two support articles) are now listed under June 2026, bringing the backfill to 105 articles. |
What this does
Adds a New articles page to the Release Notes tab that logs newly published articles week over week. The action only includes new English guides and support articles for W&B services.