From 59c128e9cd18c4b56d2e28623d5077248b4f6a9b Mon Sep 17 00:00:00 2001 From: "claude[bot]" <41898282+claude[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 13:20:36 +0000 Subject: [PATCH] docs: English Models & Pricing page unreachable upstream (serves fallback shell) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The English `Models & Pricing` page — the most developer-critical page in the mirror, and the one the high-signal criteria names first (pricing, model versions, context/output limits) — is no longer being served by upstream. `https://api-docs.deepseek.com/quick_start/pricing` returns HTTP 200 but with the SPA shell carrying the homepage article ("Your First API Call", canonical → `https://api-docs.deepseek.com/`), so this fetch recorded a fallback-shell error instead of the page title. The mirror's `content/en/quick_start/pricing.md` content is untouched (last good fetch 2026-08-08), but the manifest now flags that it can no longer be refreshed — meaning the mirror will silently go stale on pricing/model/limit changes until upstream recovers or the fetcher's source registry is repointed. This is fetch-health metadata rather than a content diff, but a human should look: the pricing page is exactly where a missed upstream change (new model version, price, or limit) would cost developers. - The en pricing manifest entry flipped from `"title": "Models & Pricing"` to a fallback-shell error; only `.metadata.json` changed in the tree — no content files. - The breakage is en-locale-specific: `/zh-cn/quick_start/pricing` still serves correctly (doc-id `quick_start/pricing`, title "模型 & 价格"). - The URL is still present in the en sitemap and the homepage nav still links to it, so the doc wasn't removed or renamed — upstream is simply serving the wrong article for the path. - This is now the second en page serving a fallback shell (`en/news/news250120.md` is still down), suggesting a possible broader en-site serving/routing issue rather than a one-off page move. --- content/.metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/.metadata.json b/content/.metadata.json index daedcb9..d647025 100644 --- a/content/.metadata.json +++ b/content/.metadata.json @@ -239,7 +239,7 @@ }, "content/en/quick_start/pricing.md": { "url": "https://api-docs.deepseek.com/quick_start/pricing", - "title": "Models & Pricing" + "error": "served fallback shell for https://api-docs.deepseek.com/quick_start/pricing (canonical: https://api-docs.deepseek.com/)" }, "content/en/updates.md": { "url": "https://api-docs.deepseek.com/updates",