Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

docs.json contains redirects to non-existent internal destinations

オープン
#1,426 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
3/5
見積もり時間
1〜2日
初心者へのやさしさ
55/100
issue の種類
ドキュメント
明瞭さ
おおむね明確
活発さ
静か
領域
documentation

調査の方向性

docs/docs.json の 1101、1261、1785、2149、3045 行付近にある redirect エントリから始め、各宛先を docs/base-account/basenames 配下の現在のファイル、Apps のクイックスタートページ、ai-agents/payments と比較します。記載されている redirect を監査し、古くなった宛先を更新するか、存在しないページを特定します。すべての内部 redirect が既存の docs ルートに解決されれば完了です。

索引モデルが issue の本文から書いたものです。

説明

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.

主要言語
JavaScript
スター
337
フォーク
798
平均マージ
13時間 7分
マージ済み PR(30日)
57

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

base/docs のほかの issue

base/docs の issue をすべて見る

似ている issue

JavaScript の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。