Skip to content

docs.json contains redirects to non-existent internal destinations #1426

@Gercekkriptocu

Description

@Gercekkriptocu

Summary

docs/docs.json appears to contain multiple redirects whose internal destinations do not exist in the current docs source.

Examples

/get-started/migrate-from-onchainkit

Many OnchainKit redirects point to this destination, but I could not find a corresponding docs page.

Example lines:

  • docs/docs.json:1261
  • docs/docs.json:1265
  • docs/docs.json:1269
  • docs/docs.json:1273

/base-account/basenames/basenames-wagmi-tutorial

Several Basenames redirects point to this destination, but docs/base-account/basenames/ currently only contains:

  • basename-transfer.mdx
  • basenames-faq.mdx

Example lines:

  • docs/docs.json:1101
  • docs/docs.json:1105
  • docs/docs.json:1109

/apps/quickstart/create-new-app

This route does not appear to exist. The current Apps quickstart page seems to be:

/apps/quickstart/build-app

Example lines:

  • docs/docs.json:1785
  • docs/docs.json:2149
  • docs/docs.json:2153

/ai-agents/payments/x402-protocol

Referenced at:

  • docs/docs.json:3045

But the current payment pages appear to be:

  • ai-agents/payments/pay-for-services-with-x402.mdx
  • ai-agents/payments/accepting-payments.mdx

Expected behavior

All internal redirect destinations should resolve to existing docs routes.

Suggested fix

Audit docs.json redirects and update stale destinations to current route names, or restore the missing destination pages where appropriate.

Impact

Broken migration redirects can send users from old docs URLs to 404 pages, especially after docs restructures.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions