Skip to content

Add client redirects for removed stub pages and fix broken doc anchors #263

Description

@danbaruka

Problem

After cleanup of empty/redundant pages (#191 / related PRs), old public URLs can 404:

  • /docs/how-to-guide/beginner/howtocreateaddress
  • /docs/resources/tools
  • /docs/how-to-guide/intermediate
  • /docs/tutorials/readme (if that slug was indexed)

The production build also warns about a broken anchor:

  • /docs/resources/repositories/docs/how-to-guide/advanced/core-protocol-contributor#how-to-contribute-a-cip

Proposed solution

  1. Add @docusaurus/plugin-client-redirects (matching current Docusaurus version) with redirects from the removed paths to the best live targets (e.g. address guide, repositories, beginner guides, payment-detector tutorial).
  2. Fix or remove the broken CIP contribute anchor link.
  3. Smoke-check footer + getting-started links after the change.

Acceptance criteria

  • Old stub URLs redirect to valid pages
  • Broken CIP anchor warning is resolved (or link updated)
  • npm run build in website/ succeeds without new broken-link failures

Related

Metadata

Metadata

Assignees

Labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions