Skip to content

docs: English Models & Pricing page unreachable upstream (serves fallback shell) - #9

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
docs/sync
Open

docs: English Models & Pricing page unreachable upstream (serves fallback shell)#9
github-actions[bot] wants to merge 1 commit into
mainfrom
docs/sync

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 9, 2026

Copy link
Copy Markdown
Contributor

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.

…back shell)

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.
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.

0 participants